CFP for DoK Day at KubeCon Eu 2024 is open until Dec 4th.

Submit Proposal!

Tag Archives: statefulset

Persistent Disk or StatefulSet?

There is confusion amongst Kubernetes users as to when one should make a Deployment with a PVC and when they should use a StatefulSet with a PVC. There is also…

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…