I followed this setup guide on how to Integrate Azure Key Vault with Kubernetes.
The setup was successful, my problem now is how to use those secrets that are mounted in AKS?
The following code in my .net application doesn't seem to work. It doesn't get the secrets and it's returning an exception.
Configuration["ConnectionString"]
I do see the ConnectionString when running kubectl exec -it <pod-name> ls /mnt/secrets
and can also view the content.