Mounts secrets, keys, and certificates from external stores (AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, HashiCorp Vault) into Kubernetes pods as files via the CSI volume API.
The Secrets Store CSI Driver mounts secrets, keys, and certificates from external stores — AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, HashiCorp Vault — into Kubernetes pods as volumes via the CSI volume API. It runs as a DaemonSet on every node, is provider-agnostic, and supports automatic secret rotation and optional syncing into native Kubernetes Secrets.
For more details, visit https://secrets-store-csi-driver.sigs.k8s.io.