kubernetes-workshop icon indicating copy to clipboard operation
kubernetes-workshop copied to clipboard

Use secrets for env variables?

Open muety opened this issue 6 years ago • 0 comments

I'm still quite new to Kubernetes, but I've read that Kubernetes secrets provide a way to securely pass credentials etc. to containers. In kubernetes/api-deployment.yaml, CLIENT_ID etc. are hard-coded, which is probably not a good practice, since those files are mentioned to be committed to VCS. I'd like to have the workshop being extended in a way that it should how to properly handle such confidential variables 🙂.

muety avatar Sep 21 '19 18:09 muety