What is Vault + Kubernetes (vault-k8s)?
mainThe vault-k8s binary provides first-class integrations between HashiCorp Vault and Kubernetes. The primary integration currently available is the Agent Inject feature, which uses a mutation webhook controller to automatically inject Vault Agent containers into Kubernetes pods that meet specific annotation criteria.
Note that this project is versioned separately from Vault to allow for faster iteration on Kubernetes-specific features without requiring a full Vault upgrade.
Requirement: Agent Inject requires Vault 1.3.1 or higher.