Posted May 1May 1 Let’s Begin With What You Might KnowIn traditional apps — whether Node.js, Python, Java, or others — you’ve probably done this before:DB_USERNAME=admin DB_PASSWORD=1234 APP_ENV=production.env filesDocker run commandsCloud config panelsAnd sometimes… you (accidentally or lazily) hardcode passwords into the code itself. 😬But in Kubernetes, there’s a better and safer way to do this.Enter: ConfigMaps and Secrets ...View the full article
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.