1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/prometheus-operator.adoc
2020-02-28 20:57:19 +00:00

30 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]