0 votes
in Kubernetes K8s by
What monitoring tools are popularly used in Kubernetes?

1 Answer

0 votes
by
Tools like Heapster, Prometheus etc. is quite popular for monitoring Kubernetes. For measuring CPU and memory, Heapster is quite popular. It can be queries via REST API.
...