Docker image for proxying Vault to help in the init process within k8s.
336
When running HashiCorp's Vault in K8s it is ideal to use HA mode. When you are running HA mode it would also be a good idea to use liveliness probes to remove locked vault pods from the load balancers. Besides using kubectl exec commands it would be nice to connect to the different vault nodes to unseal them. This image will aid in this endeavor to unlock the vault by using Nginx to create a service endpoint in K8s that was not closed with liveliness probes.
Install Vault proxy
cd helm
helm install --namespace=vault --name=proxy vault-proxy
Upgrade
cd helm
helm upgrade --namespace=vault proxy vault-proxy
Content type
Image
Digest
Size
44.2 MB
Last updated
over 8 years ago
docker pull thorix/vault-proxy