Tag Archives: stateful
Deployments vs StatefulSets vs Daemonsets
Kubernetes provides different resources for deploying applications, we will be looking at them and the differences between them and how can we persist data using each of them. Kubernetes provides…
Intro to Persistence in Kubernetes
So you want want to run stateful containers? Check out a brief intro to persistence in Kubernetes. Kubernetes and persistent storage go together like oil and water. Kubernetes is inherently…