Shaik Mustafamustafa-k8s.hashnode.dev·Dec 4, 2024ConfigMaps vs. Secrets: The Silent Heroes of Kubernetes ConfigurationsCONFIGMAPS: A ConfigMap in Kubernetes is used to store configuration data in the form of key-value pairs. This data is typically non-confidential and helps to decouple the configuration settings from the application code, eliminating hardcoded values...99 readskubernetes configmaps and secrets
Sprasad Pujarisprasad.hashnode.dev·Jul 11, 2024"🔒 Securing Kubernetes Deployments: A Hands-On Guide to ConfigMaps, Secrets, and RBAC 🛡️"As a DevOps engineer, managing application configurations securely is crucial. Let's explore how Kubernetes helps us achieve this with ConfigMaps and Secrets. 📘 ConfigMaps: Your Configuration Companion What are ConfigMaps? Kubernetes objects for s...K8sSecrets
Sachin Adighatodghach.hashnode.dev·May 27, 2024Understanding Config Maps in KubernetesWhat are Config Maps? One of the most important tools in Kubernetes for decoupling configuration artefacts from containers is Config Maps. Consider them as a distinct container in which you can keep all the required configuration parameters, includin...1 like·123 reads#singamdevops
SWATHI PUNREDDYswathireddy.hashnode.dev·Mar 14, 2024Demystifying Kubernetes Manifests: Efficient Deployment and Management GuideIntroduction Kubernetes has revolutionized container orchestration, allowing DevOps engineers to efficiently manage and deploy applications at scale. At the heart of Kubernetes lies manifest files, which define the desired state of Kubernetes resourc...11 likes·55 reads#ManifestFiles
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Mar 4, 2024Day 35: Mastering ConfigMaps and Secrets in KubernetesWelcome to Day 35 of the #90DaysOfDevOps Challenge! Today, we're delving into the powerful concepts of ConfigMaps and Secrets in Kubernetes. As you advance in your DevOps journey, mastering the management of configuration data and sensitive informati...configmaps
Maher Messaoudimaherdevopsjourney.hashnode.dev·Feb 3, 2024Day 35: Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️1.ConfigMaps In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value pairs, while Secrets store sensitive data in an encrypted form. Example:- Imagine you...Kubernetes
Subash Neupaneblogs.subashneupane3.com.np·Jan 26, 2024Kubernetes Configmaps and SecretsIn this blog, we will delve into another pivotal aspect of Kubernetes – configmaps and secrets. Kubernetes primarily manages pods and containers, and the essential data needed by users for their containers is often accessed through environment variab...configmaps