InterviewSolution
Saved Bookmarks
| 1. |
What is cAdvisor in Kubernetes? |
|
Answer» cAdvisor is an open-source resource usage COLLECTOR for containers in a CLUSTER. It is used in Kubernetes to support containers natively while operating on a per-node basis. It auto-discovers all containers in a specific node and collects CPU, memory, filesystem, and network usage stats. cAdvisor ALSO provides USEFUL metrics like overall machine usage by analyzing the ‘root’ container on your machine. |
|