Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
308 bytes toegevoegd ,  10 mrt 2019
geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 183: Regel 183:
ls: cannot access 'foobarbaz': No such file or directory
ls: cannot access 'foobarbaz': No such file or directory
</pre>
</pre>
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.


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


To do: Set up Docker Hub. Push images to it. Start them in a pod.
To do: Set up Docker Registry. Push images to it. Start them in a pod.


= To do =
= To do =

Navigatiemenu