Lab5 (Spring Boot/K8S): Understanding Kubernetes Resources Management
9 min readJun 17, 2024
Welcome back to our series. In this story, we’ll explore how to manage resources within Kubernetes.
· Resource types
· Kubernetes Resources requests and limits
∘ requests
∘ limits
∘ Requests + Limits
· Understanding pod QoS classes
∘ Guaranteed
∘ Burstable
∘ BestEffort
· Namespace settings
∘ Limit Ranges
∘ ResourceQuota object
· Conclusion
· References
This series of stories shows how to use Kubernetes in the Spring ecosystem. We work with a Spring Boot API and Minikube to have a lightweight and fast development environment similar to production.