python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
General Discussion: CSI Driver for Kubernetes and Azure Key Vault vs keeping Secrets in Memory
as stated in the title I have a general question about securely retrieving secrets from Azure KeyVault.
Currently most of my secrets are stored in Kubernetes Secrets. As Secrets are only base64 encode...

Pascal Kohl
Votes: 0
Answers: 1
How to inject Kubernetes Volume secrets also as Env variable to the Pod?
My goal is to create an environment variable for the pod out of a mounted secret volume. I want to skip the intermediate step with creating Kubernetes secret (and refer the k8s secret for the env) so ...

Michael Kemmerzell
Votes: 0
Answers: 1