Kubernetes Day 6: ConfigMaps & Secrets — Managing App Settings and Sensitive Data in Kubernetes Let’s Begin With What You Might Know In 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 files * Docker run commands * Cloud config panels And sometimes… you (accidentally or lazily) hardcode passwords into
Kubernetes What Are Objects Used for in Kubernetes? 11 Types of Objects Explained. Kubernetes is a container orchestration tool used to deploy & manage containerized applications in an automated way. One of the key concepts in Kubernetes is the "desired state," which refers to the configurations of the applications that you want to deploy and run. Essentially, it's the