This commit is contained in:
cedricve
2021-12-25 22:51:50 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ To access the Kerberos Factory application, we will create a service in the next
The idea is that Traefik, will have a dedicated IP address assigned from MetalLB, and will resolve the Ingress of our Kerberos Factory application. Let's go ahead with installing Traefik.
helm repo add traefik https://helm.traefik.io/traefik
kubectl create namespace traefik
helm install traefik traefik/traefik -n traefik
### Ingress-Nginx (alternative for Traefik)

View File

@@ -41,4 +41,4 @@ Modify the Mongodb credentials, as you did for the Kerberos Vault deployment.
Create the recycle deployment as following.
git clone https://github.com/kerberos-io/vault
kubectl apply -f ./vault/yaml/deployment-cleanup.yaml
kubectl apply -f ./vault/yaml/deployment-cleanup.yaml -n kerberos-vault