We are looking into using HashiCorp Vault for secr...
# kubernetes
f
We are looking into using HashiCorp Vault for secret storage. I've been looking into the various ways we can get secrets from Vault into our containers. We build and deploy the images from gitlab using runners operating in our docker environment. We've figured out how to get vault secrets into the runner and image. While working on that project, I discovered the vault-secrets-operator, which looks like it can grab secrets from vault and make them available to containers by namespace. Has anyone used vault-secrets-operator within a Rancher managed kubernetes cluster?