Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
Regel 274: Regel 274:
For this, we need to create a PersistentVolume, that exists even outside our Pod, but is linked to it. ([https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/ Here's another tutorial for this if you want].)
For this, we need to create a PersistentVolume, that exists even outside our Pod, but is linked to it. ([https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/ Here's another tutorial for this if you want].)


To do: "HostPath" persistent volumes are only supported on single-node clusters, but our cluster has multiple nodes. What's the easiest way to get persistent storage? NFS probably?
To do: "HostPath" persistent volumes are only supported on single-node clusters, but our cluster has multiple nodes. What's the easiest way to get persistent storage? NFS/Ceph/Gluster?


= Creating your own pods =
= Creating your own pods =

Navigatiemenu