Skip to the content.

Kubernetes - Montior and Debug Applications πŸ•ΈοΈ

Description πŸ‘€

Kubernetes runs an agent on each node known as a kubelet. The kubelet is responsible for ensuring that the containers are running in a pod. The kubelet also exposes a /metrics/cadvisor endpoint that provides metrics about the node and its containers. The kubelet uses cAdvisor to collect these metrics. cAdvisor is an open source project that collects resource usage and performance metrics about running containers. cAdvisor is built into the kubelet binary and is available at the /metrics/cadvisor endpoint on the kubelet.


Metrics Server πŸ“Š

The metrics server is a cluster-wide aggregator of resource usage data. The metrics server collects resource metrics from all nodes in the cluster, aggregates the data, and exposes the metrics via an API. The metrics server is not enabled by default in Kubernetes. To enable the metrics server, you must install the metrics server.


Basic Commands πŸ“


↩️