This repository walks you through setting an application in Kubernetes that pulls secrets from a KeyVault in Azure Government and makes it available to the application. The application is deployed to Kubernetes through a private Docker registry hosted in Kubernetes itself.
TBD
- Create the Kubernetes cluster
- Create the Docker registry
- Setup SSL for the Docker registry
- Create the application container
- Create the Azure KeyVault instance and secret
- Create the Kubernetes secret
- Create the Kubernetes deployment
TBD