Kubernetes secrets in Azure Key Vault
Hi all,
Is it possible to create/store a Kubernetes secret in Azure Key Vault, so that when you do a container deployment, the Kubernetes Master is able to query the Key Vault service for the secret value and use it in the deployment?
Thanks,. James
Exactly in the same situation, Any updates on this?
https://github.com/kubernetes/features/issues/370 it's slated for 1.9
It was pulled from 1.9 but has been achieved via kms integration https://github.com/Azure/kubernetes-kms
Just to clarify, https://github.com/Azure/kubernetes-kms provides encryption of etcd secrets, not a store for k8s secrets.
Any update?