Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
144 bytes toegevoegd ,  28 mrt 2019
Regel 946: Regel 946:


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.
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 begin with, the registry will need storage for its images. True to our earlier experiments, we start by creating a persistent volume claim.


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