Data on Kubernetes Day Europe 2024 talks are now available for streaming!

Watch Now!

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…