There are so many ways to check pod resource usage such as cpu and memory in kubernetes, kubectl top command or quering from prometheus. In this article, i will describe these two methods to check pod resource usage in kubernetes environment. Table of Contents Using kubectl top command Querying metrics from prometheus Using kubectl top […]
The post Kubernetes Pod Resource Usage Checking appeared first on Shaun Yuan.