We are using Azure env injector webhook configuration to inject the env variables from azure keyvault into kubernetes pods. we have a bunch of env variables. each variable is created as a secret in azure keyvault. In POD definition env is loaded from specific secret from azure keyvault.
We would like to create all key:values in one azure keyvault and load all of them using a single secret in POD definition.
please advise
You can leverage the Flex Volume to enable integration between your Kubernetes cluster and your Azure Key Vault instance. The way you can achieve this is explained here. In this article you have all the steps to perform this integration.