Kubernetes controller that synchronizes Azure Key Vault secrets, certificates, and keys into native Kubernetes Secrets via the AzureKeyVaultSecret CRD.
Azure Key Vault Controller is the controller component of the akv2k8s project from Sparebanken
Vest. It watches AzureKeyVaultSecret custom resources and synchronizes the referenced secrets, certificates, and keys
from Azure Key Vault into native Kubernetes Secret objects, so workloads can consume them through envFrom,
secretKeyRef, or projected volumes without persisting Azure credentials in the cluster or running custom sync jobs.
Requires Kubernetes v1.16+.
For more details, see https://github.com/SparebankenVest/azure-key-vault-to-kubernetes.