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.

Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies