Lab9 (Spring Boot/K8S): Understanding Kubernetes DaemonSet
6 min readAug 12, 2024
Hello Devs 👋 ! . In this story, we’ll explore another Kubernetes object, DaemonSet.
· Understanding Kubernetes DaemonSet
∘ What is a DaemonSet?
∘ How Do DaemonSets Work?
∘ Common Use Cases of DaemonSet
· How Daemon Pods are scheduled
· Real-world examples
∘ Minikube Kubernetes cluster
∘ Creating a DaemonSet
∘ Updating a DaemonSet
∘ Deleting a DaemonSet
· 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.
- Lab1 (Spring Boot/K8S): Deploy Spring Boot application on Kubernetes
- Lab2 (Spring Boot/K8S): Kubernetes health probes with Spring Boot
- Lab3 (Spring Boot/K8S): Mastering ConfigMaps in Kubernetes
- Lab4 (Spring Boot/K8S): Using Kubernetes Secrets in Spring Boot
- Lab5 (Spring Boot/K8S): Understanding Kubernetes Resources Management