Managed Kubernetes such as AWS EKS come with their own limitations. One such limitation is how many PODs a Worker node can have based on the type of EC2 instance For example, t3.medium can have only 17 pods t3.large can have 35 pods These limitations are there for operational reasons.[...]
Read moreCategory: Our Products
KubeNodeUsage -Disk, Memory, CPU Usage viewer Kubernetes | DevopsJunction
Kubernetes Node Usage or KubeNodeUsage is a CLI tool to get the Memory, CPU and Disk Usage of Kubernetes Nodes it is designed in Python and relies on the kubectl installed in your local. No Authentication data are directly handled. You can think of Kube-Node-Usage as a wrapper over kubectl get nodes command Kube-Node-Usage simply execute the kubectl get[...]
Read more