Tag: AzureWeek

Creating Kubernetes Secrets from Key Vault
Creating Kubernetes Secrets from Key Vault
Blog Posts

If you do any sort of development, you often have to deal with secrets. There are many ways to deal with secrets, one of them is retrieving the secrets from a secure system from your own code. When your application runs on Kubernetes and your code (or 3rd party code) cannot be configured to retrieve… READ MORE