How to get secrets from Vault into K8s without saving them as secrets

80 Views Asked by At

How can I inject secrets from Vault into K8s, e.g. to pull from a private registry, without storing them as secrets in K8s itself?

1

There are 1 best solutions below

2
On BEST ANSWER

There are several ways to do this in combination with Vault, besides the solution provided by the K8s documentation:

Additionally, there is also an ArgoCD plugin that might be useful.

I linked the respective documentation where you can find more detailed information and tutorials, also here is an overview.