mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 15:39:54 +03:00
Kubernetes support (#85)
* Added a kubernetes example * Added an helm chart for kubernetes usage * Added README for the added examples
This commit is contained in:
parent
32d0df1af9
commit
d7a19734ce
21 changed files with 874 additions and 0 deletions
19
examples/kubernetes/README.md
Normal file
19
examples/kubernetes/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Kubernetes installation of Docker Registry UI
|
||||
|
||||
## Full installation
|
||||
Install a registry and docker-registry-ui as frontend of this registry to kubernetes.
|
||||
|
||||
```sh
|
||||
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 :
|
||||
|
||||
```sh
|
||||
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).
|
Loading…
Add table
Add a link
Reference in a new issue