mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
25 lines
1006 B
Plaintext
25 lines
1006 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="prometheus-operator_{context}"]
|
|
= Prometheus Operator
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
The Prometheus Operator for Kubernetes provides easy monitoring definitions for Kubernetes services and deployment and management of Prometheus instances.
|
|
|
|
Once installed, the Prometheus Operator provides the following features:
|
|
|
|
* Create and Destroy: Easily launch a Prometheus instance for your Kubernetes namespace, a specific application or team easily using the Operator.
|
|
|
|
* Simple Configuration: Configure the fundamentals of Prometheus like versions, persistence, retention policies, and replicas from a native Kubernetes resource.
|
|
|
|
* Target Services via Labels: Automatically generate monitoring target configurations based on familiar Kubernetes label queries; no need to learn a Prometheus specific configuration language.
|
|
|
|
[discrete]
|
|
== Project
|
|
|
|
link:https://github.com/openshift/prometheus-operator[prometheus-operator]
|