Sourav Kumarsouravk.hashnode.dev·a day agoHow Deployment Works in KubernetesWelcome to our latest blog post, where we delve into the world of Kubernetes Deployment. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with the skills to deploy applications effectively. Let's get started! What is Depl...Discuss·31 readsk8s
Rohan Balgotradevxblog.hashnode.dev·Sep 21, 2023Managing Persistent Volumes in Your DeploymentIntroduction Welcome to this comprehensive guide on managing Persistent Volumes (PVs) and Persistent Volume Claims (PVCs) in Kubernetes. In this blog, we'll explore how these essential components work together to provide reliable storage solutions fo...Discuss·2 likes2Articles1Week
Nilesh Saharenileshsahare07.hashnode.dev·Sep 21, 2023Day 35: Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️🔶 What are ConfigMaps and Secrets in K8s 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...Discuss90DaysOfDevOpsDevops
Sowmyasowmya-mb-techblogs.hashnode.dev·Sep 21, 2023Upgrading k8s clusterHello learners, in today's blog, we will be learning about upgrading k8s clusters. 📌 The most obvious reason for a Kubernetes cluster upgrade is software ageing. We must upgrade the cluster regularly to stay up with the newest security features 📌 K...Discussk8s
Rohan Balgotradevxblog.hashnode.dev·Sep 19, 2023ConfigMaps and Secrets in Kubernetes: Best Practices 🔒🔑🛡️Introduction In the intricate landscape of Kubernetes, efficient configuration management is a key to success. ConfigMaps and Secrets are powerful tools that play a pivotal role in storing and managing configuration data, whether non-sensitive or con...Discuss·1 like2Articles1Week
Pankaj Suryavanshidevtestops.hashnode.dev·Sep 18, 2023Optimizing Kubernetes Pod Management: Part 1Introduction When working with Kubernetes (K8s), creating pods manually is discouraged. Instead, it is recommended to use the following K8s components/resources to manage pods effectively: ReplicationController ReplicaSet Deployment Selectors a...DiscussKubernetes Kubernetes
Gourav Toonwalgouravtoonwal.hashnode.dev·Sep 18, 2023Managing Persistent Volumes in Your DeploymentWhat are Persistent Volumes in k8s? A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes. It is a resource in the cluster just like a node is a c...Discussk8s
Gourav Toonwalgouravtoonwal.hashnode.dev·Sep 18, 2023Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️ConfigMap Pods communicate with each other using a Service. Let's assume if the Service name of the database Pod changes by any means, then our application won't be able to communicate with it anymore. So we have to adjust it in the built image of th...Discussk8s
Avijit DeyforGetting Started with Kubernetesk8s-staters.hashnode.dev·Sep 16, 2023Getting Started with Kubernetes: A Beginner's GuideIntroduction Kubernetes*,* also abbreviated as K8s, has become a critical technology in various industries due to its ability to address several challenges and needs commonly encountered in modern software development and deployment. It provides a po...Discussk8s
Sagar Kumawatthedevopstales.com·Sep 15, 2023Network Plugins in KubernetesKubernetes has emerged as the container orchestration technology of choice, allowing for the effective management of containerized applications. One of Kubernetes's important characteristics is its networking capabilities, which enable seamless commu...DiscussKubernetes