Kubernetes Pods – Requests and Limits (Kubernetes)
In previous Kubernetes based posts I have created a deployment of replicas, a load balancer service and demonstrated how to test that traffic flows to different pods. But what if I wanted to control how much resource a deployment should use? Resources: Requests and Limits Kubernetes has an resources option for requests and limits, as […]
