< Previous Challenge - Home - Next Challenge >
Your CISO is happy with your great work so far, but she is still concerned about managing the credentials in a Kubernetes Secret. She now asks you to place all secrets in an Azure Key Vault.
For this challenge, refactor your deployments to store the secrets in an Azure Key Vault.
- No static passwords or credentials are stored anywhere in Kubernetes or in any manifests
- All credentials must be stored in Azure Key Vault
- Hint: The CSI Secrets Store Driver is required to achieve the required results.
These docs may help you achieving these objectives: