Megha Sharmameghasharma.hashnode.dev·13 hours agoWhat are Pods in Kubernetes?Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. A Pod’s conten...DiscussCloudCommunity
Amulyaawscloudbasics.hashnode.dev·Nov 29, 2024Kubernetes Pods: Deploying Your First ApplicationKey Takeaways Kubernetes introduces a new abstraction called "Pods" for container deployment Pods are the smallest deployable units in Kubernetes Moving from Docker to Kubernetes requires understanding pod concepts Kubernetes offers enterprise-le...DiscussDevOpsKubernetes
Shaik Mustafamustafa-k8s.hashnode.dev·Nov 27, 2024Exploring Methods to Expose Kubernetes Services: A Comprehensive GuideIn this article, I’ll explain the various methods to expose Kubernetes services to the outside world, comparing their pros and cons. To make things clearer, I’ll also include examples with YAML manifests. In Kubernetes, a Service acts as a virtual lo...Discuss·91 likes·84 readsservices in kubernetes
Shaik Mustafamustafa-k8s.hashnode.dev·Nov 25, 2024Well Explained Kubernetes ArchitectureHere, we’ll simplify the complexities of Kubernetes architecture—pods, nodes, and control planes—to help you master container orchestration. Join me as we explore and scale the world of Kubernetes, one post at a time! 💻⚙️ The Components of Kubernet...Discuss·124 likes·226 readsKubernetes
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 22, 2024Mastering Kubernetes: From Namespaces and POD Creation to Deployments, Auto-Healing, Rolling Updates, ReplicaSets, and StatefulSetsNamespaces PODs Deployments ReplicaSets StatefulSets Please read this blog before continuing with this one: Click here Steps to Setup Kind Clusters Using a Manifest File: First we need to create a cluster using the manifest file (config.yml)...Discuss·2 likes·46 reads#namespaces
Nahidnahidislam.hashnode.dev·Nov 22, 2024Kubernetes Demystified: Understanding Its Core Components, Objects, and How It WorksKubernetes, often abbreviated as K8s, is an open-source platform for automating the deployment, scaling, and management of containerized applications. Think of it as the operating system for your containerized workloads, helping you efficiently manag...DiscussKubernetes
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 6, 2024🚀 Day 32: Launch Your First Kubernetes Cluster with a DeploymentCongratulations on reaching Day 32 of your Kubernetes (K8s) learning journey! 🎉 Yesterday, you explored the basics of K8s on Day 31, and today, we’re diving into the Deployment feature. This post is for anyone looking to set up a simple Kubernetes d...Discuss90DayofdevopsKubernetes
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 21, 2024Multi-AZ EKS Cluster Setup with Service for Pod Communication VerificationIntroduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can communicate with each other across different AZs, you need to follow a detailed step-by-step process. T...Discuss·10 likesK8sEKS
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 20, 2024Get Started with KUBERNETES(Including HELM): Basic to IntermediateWelcome to Week 10 of my ‘Learn in Public’ journey! 🚀 This week, I’m excited to explore Kubernetes, one of the most powerful tools for managing containerized applications across multiple hosts. Kubernetes automates deployment, scaling, and managing ...DiscussDevOps Basics in 3 MonthsDevops
Sandhya Babusandhyaops.hashnode.dev·Sep 20, 2024🚀 (Day 2) Namespace and Pod📂What is a namespace in Kubernetes? In Kubernetes, a namespace is a way to organize and isolate resources within a cluster. Think of namespaces as separate folders on a computer. In Kubernetes, it’s a way to divide a cluster into different sections....Discuss#Kubernetes #DevOps #CI_CD #CloudComputing #Containers #TechExcitement #LearningEveryday