Kubernetes Pods Metrics
Select Kubernetes Namespace and it will display the Monitoring(Health) data of Kubernetes Pods
Using my own python programming (Multiprocessing & Gevents), I collect kubernetes pods health status and push them to Elasticsearch.
data = {’ts’: ts, ‘mem_avg’: float(mem_avg), ‘cpu_avg’: float(cpu_avg), ‘pod_name’: pod_name_val, ‘deployment_name’: deployment_name_val, ’namespace’: namespace_val} Above data is sent for each pods for each 5 seconds.
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Kubernetes
Monitor your Kubernetes deployment with prebuilt visualizations that allow you to drill down from a high-level cluster overview to pod-specific details in minutes.
Learn more