Connected Tutorial(This question is a follow-up to this tutorial):
How To Install Jenkins on KubernetesWhat happens to Jenkins volume in scenario where Jenkins pod is redeployed to another worker node? I assume in this example Jenkins volume (Jenkins state/data) persists only on worker node where it was deployed and not across the cluster. So when pod will be redeployed, all state will be lost?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, yes, you are correct. If the pod get redeployed, the volume data would be lost in this case. To make the data persist, you can use a volume backed by something like NFS or a CSI driver. Here is a nice tutorial that talks about using NFS with DOKS: https://www.digitalocean.com/community/tutorials/how-to-set-up-readwritemany-rwx-persistent-volumes-with-nfs-on-digitalocean-kubernetes
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.