Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
116 bytes toegevoegd ,  28 mrt 2019
Regel 281: Regel 281:
As seen before, Kubernetes supports [https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes many volume types], some of which are naturally persistent because they store the data on an external service.
As seen before, Kubernetes supports [https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes many volume types], some of which are naturally persistent because they store the data on an external service.


The quickest way to set up persistent storage is to set up a NFS server:
The quickest way to set up persistent storage is to set up a NFS server. (Remember that in production, you'll want to go for something redundant, such as Ceph or Gluster or clustered NFS.)


<pre>
<pre>

Navigatiemenu