Kubernetes Resource Requests and Limits
When we run applications in Kubernetes, Many Pods share the same Node, competing for CPU and Memory.
If you don’t set Requests and Limits, a single Pod might grab all the CPU and memory it can. This can slow down or even crash other workloads on the ...
kkdevops.hashnode.dev8 min read
Kanike Vishnuvardhan
Thank you.