Sahil Kaushalsahilkaushal.hashnode.dev·Aug 14, 2024Day 35: Mastering ConfigMaps and Secrets in KubernetesLet’s dive into the details of ConfigMaps and Secrets in Kubernetes. ConfigMaps ConfigMaps are used to store non-confidential configuration data in key-value pairs. They allow you to decouple configuration artifacts from image content to keep your co...Discusskubernetes-configmap
Gopi Vivek Mannevivekmanne.hashnode.dev·Jul 18, 2024Day 19/40 Days of K8s: ConfigMap and Secret in Kubernetes !! ☸️🤔 Need for ConfigMaps and Secrets in Kubernetes? Let’s just say we have a web application that needs environment variables for configuration. However, managing these variables directly in multiple YAML manifests can become hard and repetitive proce...Discuss·26 reads𝐂𝐊𝐀𝐒𝐞𝐫𝐢𝐞𝐬-𝟐𝟎𝟐𝟒 🚀🎯kubernetes-configmap
Darshan Atkariatkaridarshan04.hashnode.dev·Jul 12, 2024The Ultimate Kubernetes Guide: Everything You Need To KnowKubernetes (K8s) Kubernetes, often abbreviated as K8s, is an open-source platform designed for automating the deployment, scaling, and management of containerized applications. It allows you to manage your applications more efficiently and effectivel...Discuss·38 readsDevOpsK8s Networking
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jun 19, 2024Deploying WordPress application on Kubernetes using ConfigMaps and Secrets.ConfigMaps: ConfigMaps in Kubernetes is a resource object which allow us to store non-sensitive configuration data related to application in key-value pair. Suppose we are running an application which requires some environment variables, command-line...Discuss·32 readskubernetes-configmap
Vaishnavi Shivdevshivde.hashnode.dev·Jun 17, 2024Day 35: Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️In the world of Kubernetes (k8s), managing configuration and sensitive data efficiently is crucial. This is where ConfigMaps and Secrets come into play. Let's dive into what they are, how they differ, and why they're essential for your Kubernetes clu...Discuss#TWS
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jun 11, 2024How to Pull a Kubernetes Image from a Private Docker RegistryIntroduction: In today's world containerization has become popular for deploying applications efficiently. However, as the use of container grows, we need to secure our container. Public container registries, can be accessed and modified by anyone wh...Discuss·54 readsKubernetes
Mohammed Yunus Shaikhmohammedyunus.hashnode.dev·Jun 2, 2024Deploying a Stateful Web Application on Kubernetes: A Hands-On GuideIntroduction Kubernetes is a powerful container orchestration platform that allows developers to deploy, manage, and scale applications seamlessly. In this blog, we will walk through deploying a stateful web application on Kubernetes, covering essent...DiscussKubernetes
Rajesh Petheeklavvya.hashnode.dev·May 16, 2024Manage Secrets in KubernetesThis is part five of a series of lab tasks from KodeKloud for Kubernetes. Master blog listing all parts can be seen here. Make sure to follow setup instructions for minikube on your PC. The Nautilus DevOps team is working to deploy some tools in Kube...Discusssecrets management
Daniel Lopesdanieljalopes.hashnode.dev·Apr 18, 2024Part 2 - Managing ConfigurationAs in current days a new feature or a correction moves through several environments (Development, Staging, UAT) until is finally available to final users (Production environment). While the application moves throughout those environments, it will nee...DiscussKubernetes for BeginnersKubernetes
ANSAR SHAIKansarshaik965.hashnode.dev·Jan 31, 2024Day 35 of 90DaysOfDevOps Challenge: Enhancing MySQL Deployment with ConfigMaps and Secrets 🔒🔑🛡️Introduction Welcome back to the 90DaysOfDevOps challenge! On Day 35, we're taking our MySQL deployment to the next level by incorporating ConfigMaps and Secrets in Kubernetes. These powerful tools will enable us to manage configurations seamlessly a...Discuss·30 readscompose.yml