Pranit Kolamkarkpranit.hashnode.dev·Aug 10, 2024Understanding Load Balancing and Its Types in AWSLoad balancing is a critical component of modern IT infrastructure, particularly in cloud environments like Amazon Web Services (AWS). It helps distribute incoming traffic across multiple servers, ensuring no single server bears too much load, enhanc...Discussday35
Prathmesh Vibhuteprathmeshh.hashnode.dev·Apr 12, 2024Day 35 : Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️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...Discussday35
Malik Liaqatliaqatali.hashnode.dev·Jan 24, 2024Day 35 Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️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...DiscussAWS
Unnati Guptadevunnatig.hashnode.dev·Dec 24, 2023Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️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...Discuss·1 like·32 readsKubernetes
Ajay Giteajaygite.hashnode.dev·Dec 7, 2023Mastering ConfigMaps and Secrets in KubernetesConfigMaps A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or configuration files in a volume. A ConfigMap allows you to decouple envir...Discuss#90daysofdevops
Varun Margamvarunmargam.hashnode.dev·Oct 31, 2023K8s ConfigMap & Secret, Persistent Volume & Persistent Volume Claim📍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...Discuss·1 like·196 reads90DaysOfDevOps🚀day35
Gopal Gautamgopalgtm.hashnode.dev·Sep 13, 2023Day 35: Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️🔹ConfigMaps A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows you to decouple ...Discussday35
Dhwarika Jhadwarkajha.hashnode.dev·May 26, 2023Mastering ConfigMaps and Secrets in KubernetesWhat is ConfigMaps? According to kubernetes.io, a ConfigMap is an API object used to store non-confidential data in key-value pairs. ConfigMaps are used to store configuration data that can be consumed by pods or other Kubernetes resources. Config...Discuss·84 readsKubernetes