Persistent volume in playground

I would like to start test PV, PVC, and storage class. Is there any suggestions on how to do this in the playgrounds?

Hi @briobie11
You can do your test the playgrounds is done for that :slight_smile:

@mmkmou
Forgive my ignorance. Lets say for example I wanted to attach a deployment to an NFS share? I’m unsure how I would do that, as I don’t have an NFS share available to attach to.

Hi @briobie11
Excellent question, never tested before on playground but refer to this blog post to see how to attach a NFS volume on pod.
https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-example-nfs-persistent-volume.html