Member-only storyLab5 (Spring Boot/K8S): Understanding Kubernetes Resources ManagementEric Anicet9 min read·Jun 17, 2024--ShareWelcome back to our series. In this story, we’ll explore how to manage resources within Kubernetes.Press enter or click to view image in full size· 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· ReferencesThis 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.Lab1 (Spring Boot/K8S): Deploy Spring Boot application on KubernetesLab2 (Spring Boot/K8S): Kubernetes health probes with Spring BootLab3 (Spring Boot/K8S): Mastering ConfigMaps in KubernetesLab4 (Spring Boot/K8S): Using Kubernetes Secrets in Spring Boot👉 Lab5 (Spring Boot/K8S): Understanding…