Projects:Kubernetes: verschil tussen versies

Naar navigatie springen Naar zoeken springen
107 bytes toegevoegd ,  28 mrt 2019
Regel 947: Regel 947:
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 begin with, the registry will need storage for its images. True to our earlier experiments, we start by creating a persistent volume claim. (I'll assume there's a persistent volume to fulfill it; if not, check above how to create one yourself.)
 
 


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