Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
551 bytes toegevoegd ,  15 mrt 2019
geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 321: Regel 321:


= Creating your own pods =
= Creating your own pods =
So far, we've set up the standard container <code>ubuntu:bionic</code>. It's pulled from the Docker Hub at https://hub.docker.com/_/ubuntu. Docker Hub is a central registry for images. In the same way you can pull many images from there, such as the minimal Linux image <code>alpine</code>.
But, if we want to run our own Docker images inside Kubernetes, it will need to be able to pull them as well. This can be done by uploading our images to Docker Hub, but for our own experimentation, let's set up our own registry and plug Kubernetes into it.


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

Navigatiemenu