docker-registry-ui/examples/kubernetes
Sébastien Huss d7a19734ce Kubernetes support (#85)
* Added a kubernetes example
* Added an helm chart for kubernetes usage
* Added README for the added examples
2019-06-07 00:17:30 +02:00
..
README.md Kubernetes support (#85) 2019-06-07 00:17:30 +02:00
registry-configmap.yaml Kubernetes support (#85) 2019-06-07 00:17:30 +02:00
registry-deployment.yaml Kubernetes support (#85) 2019-06-07 00:17:30 +02:00
registry-pvc.yaml Kubernetes support (#85) 2019-06-07 00:17:30 +02:00
registry-service.yaml Kubernetes support (#85) 2019-06-07 00:17:30 +02:00
ui-deployment.yaml Kubernetes support (#85) 2019-06-07 00:17:30 +02:00
ui-service.yaml Kubernetes support (#85) 2019-06-07 00:17:30 +02:00

Kubernetes installation of Docker Registry UI

Full installation

Install a registry and docker-registry-ui as frontend of this registry to kubernetes.

kubectl apply -f *.yaml

Please note that you'll need a PV provisionner to be able to store the uploaded images.

Dynamic installation

Edit the image tag in the ui-deployement.yaml file and set it to latest, then :

kubectl apply -f ui*.yaml

You'll get a docker-registry-ui pod installed inside kubernetes and you'll be able to configure it to act as a frontend to your existing registry(ies).