Skip to content
Discussion options

You must be logged in to vote

Hello,
first of all I think you should distinguish between logging and metrics.

OKD Logging is handled by the cluster-logging-operator, which effectively sets up a fluentd deployment that can be used to forward logs to an Elasticsearch instance (which can be either in-cluster with the Openshift ElasticSearch operator or external).
This component does not provide any alerting out-of-the-box.
It is also not installed by default on an OKD cluster (you need to install the operators separately).

OKD Monitoring built-in to every OKD cluster (and cannot be disabled).
The cluster-monitoring-operator effectively deploys a customized version of the kube-prometheus operator: Prometheus along with va…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ImperrattoR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants