kubectl create namespace kerberos-vault
helm repo add traefik https://helm.traefik.io/traefik
helm repo update
helm install --namespace=kerberos-vault traefik traefik/traefik
git clone https://github.com/kerberos-io/vault
./vault/yaml/deployment.yaml
configuration file../vault/yaml/mongodb.config.yaml
to match your MongoDB administrator credentials.kubectl apply -f ./vault/yaml/mongodb.config.yaml -n kerberos-vault
kubectl apply -f ./vault/yaml/deployment.yaml -n kerberos-vault
kubectl get pods