© 2026 Hashnode
In the vast universe of Kubernetes, managing configuration data and sensitive information is paramount for ensuring smooth operations and maintaining security. This is where ConfigMaps and Secrets come into play, serving as essential tools for Kubern...

Welcome to Day 35 of our Kubernetes exploration! Today, we're diving into the essential aspects of ConfigMaps and Secrets – powerful tools that allow you to manage configuration data and sensitive information within your Kubernetes applications. 1. C...

ConfigMaps in Kubernetes: In Kubernetes, Configmaps stores the configuration file, and non-secret or non-sensitive data required to deploy or run our application. Why we use Configmap in Kubernetes: When deploying our application into different envir...

📍Introduction 🎇Welcome to my Kubernetes blog series, where I share my Kubernetes learnings and try to deep dive into topics. In this blog, we will explore the K8's intermediate concepts in detail and understand them by doing hands-on MySQL database...
