Jenkins on Kubernetes Jenkins on Kubernetes kubernetes kubernetes

Jenkins on Kubernetes


You can't just assume that statefulset will do the job for you. You can configure a NFS server and point the PV to it and bind your PVC to this PV and your STS can point to your PVC. So, basically

STS -> PVC -> PV -> NFS Server

So, even if one worker node goes down, it won't impact the others.