Difference between revisions of "Prometheus Operator"
Jump to navigation
Jump to search
(Created page with " == See also == * {{Prometheus}}") |
|||
| (27 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | https://github.com/prometheus-operator/prometheus-operator | ||
| + | |||
| + | * <code>[[kind: Prometheus]]</code> | ||
| + | * <code>[[kind: PodMonitor]]</code> https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md | ||
| + | * <code>[[kind: PrometheusRule]]</code> | ||
| + | * <code>[[kind: ServiceMonitor]]</code> | ||
| + | |||
| + | |||
| + | |||
| + | kubectl get crds -A | grep -i prome | ||
| + | [[prometheusagents.monitoring.coreos.com]] 2026-04-29T21:15:48Z | ||
| + | [[prometheuses.monitoring.coreos.com]] 2026-04-29T21:15:48Z | ||
| + | [[prometheusrules.monitoring.coreos.com]] 2026-04-29T21:15:48Z | ||
| + | |||
| + | [[kubectl apply --server-side]] -f manifests/setup | ||
| + | .../... | ||
| + | Apply failed with 1 conflict: conflict with "helm" using [[apiextensions.k8s.io]]/v1: [[.spec.versions]] | ||
| + | |||
| + | == Related == | ||
| + | * <code>[[kube-prometheus]]</code> Operator | ||
| + | * <code>[[kube-prometheus-stack]]</code> | ||
| + | * <code>[[tEKS]]</code> | ||
| + | * [[Grafana Operator]] | ||
| + | * [[OpenTelemetry Operator]] | ||
| + | * <code>[[label]]</code> | ||
| + | * <code>[[jsonnet]]</code> | ||
| + | * [[AdditionalPrometheusRulesMap]] | ||
== See also == | == See also == | ||
| − | * {{Prometheus}} | + | * {{monitoring.coreos.com}} |
| + | * {{Prometheus Operator}} | ||
| + | |||
| + | [[Category:Prometheus]] | ||
Latest revision as of 17:58, 4 May 2026
https://github.com/prometheus-operator/prometheus-operator
kind: Prometheuskind: PodMonitorhttps://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.mdkind: PrometheusRulekind: ServiceMonitor
kubectl get crds -A | grep -i prome prometheusagents.monitoring.coreos.com 2026-04-29T21:15:48Z prometheuses.monitoring.coreos.com 2026-04-29T21:15:48Z prometheusrules.monitoring.coreos.com 2026-04-29T21:15:48Z
kubectl apply --server-side -f manifests/setup .../... Apply failed with 1 conflict: conflict with "helm" using apiextensions.k8s.io/v1: .spec.versions
Related[edit]
kube-prometheusOperatorkube-prometheus-stacktEKS- Grafana Operator
- OpenTelemetry Operator
labeljsonnet- AdditionalPrometheusRulesMap
See also[edit]
Advertising: