This article focuses on deployment and configuration of HashiCorp Vault on AKS and use the secret values as ENV variables in pod. Prerequisite: Helm, Kubernetes, yaml. 1: Install the Vault Helm chart 1.1: Add the HashiCorp Helm repository using following command. helm repo add hashicorp https://helm.releases.hashicorp.com 1.2: Update all the helm repositories. helm repo update 1.3…