You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Prometheus](https://prometheus.io), a CNCF project, can natively monitor Kubernetes, nodes, and Prometheus itself.
113
-
Full metrics pipeline projects that are not part of the CNCF are outside the scope of Kubernetes documentation.
112
+
Integration of a full metrics pipeline into your Kubernetes implementation is outside
113
+
the scope of Kubernetes documentation because of the very wide scope of possible
114
+
solutions.
115
+
116
+
The choice of monitoring platform depends heavily on your needs, budget, and technical resources.
117
+
Kubernetes does not recommend any specific metrics pipeline; [many options](https://landscape.cncf.io/card-mode?category=monitoring&project=graduated,incubating,member,no&grouping=category&sort=stars) are available.
118
+
Your monitoring system should be capable of handling the [OpenMetrics](https://openmetrics.io/) metrics
119
+
transmission standard, and needs to chosen to best fit in to your overall design and deployment of
0 commit comments