I want to use just the vault injector. My Vault is running on a different host and both vault and K8s-cluster are on same vpc.
How can I use just vault injector and not the vault-0 pod. Also what annotation to define the remote Vault address.?
Here’s an example config map pointing to an external vault at the bottom -> https://www.vaultproject.io/docs/platform/k8s/injector/examples.html#configmap-example
Also take a look at the docs for the various annotations -> https://www.vaultproject.io/docs/platform/k8s/injector/index.html#vault-hashicorp-com-service
Better documentation for using a Vault cluster outside of Kubernetes is on the list. In the meantime, there’s some info about setting it up in this issue. Stay tuned!