hashi-stack/vault-consul-kubernetes/README.md
2021-03-01 01:27:35 +00:00

13 lines
213 B
Markdown

# Vault Consul on Kubernetes
Deploy Vault and Consul on kubernetes with below steps
```
kubectl apply -f vault-consul-kubernetes/
```
Now Execute below script to initialize the vault
```
bash vaultinit.sh
```