Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
305 bytes toegevoegd ,  10 mrt 2019
Regel 186: Regel 186:
As you can see, the container restarted, as <code>/foobarbaz</code> did not exist anymore when re-attaching after the <code>exit</code>. Any state in the filesystem of the container/pod will be gone upon restart.
As you can see, the container restarted, as <code>/foobarbaz</code> did not exist anymore when re-attaching after the <code>exit</code>. Any state in the filesystem of the container/pod will be gone upon restart.


So let's try adding a Volume to our pod, to see if we can make some changes persistent.
== Storage using Volumes ==
 
So let's try adding a Volume to our pod, to see if we can make some changes persistent. Kubernetes supports [https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes many types of volumes]; in this case we use <code>[https://kubernetes.io/docs/concepts/storage/volumes/#emptydir emptyDir]</code> which is just a locally stored disk (initially empty).


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

Navigatiemenu