Skip to content

Tag «pod limits»

1 min to get pods limits and requests with kubectl

kubernetes

Requirement I’ve asked to list the limits and requests for all pods in a specific namespace in k8s. Implementation To achieve this, you can use the kubectl command to show a single pod's limits and requests. all kubectl commands are listed on the Kubernetes website. For printing out the limits and requests for all pods, …