Shaik Mustafamustafa-k8s.hashnode.dev·Jan 11, 2025Important K8's Interview Questions for Experienced DevOps EngineerIntroduction In this blog, we’ll cover some of the most commonly asked Kubernetes interview questions, breaking down complex topics into simple, digestible answers. Whether you’re a beginner looking to establish a strong foundation or an experienced ...145 readsKubernetes
Vikranth Sunkarpally 🇮🇳 vikranthsunkarpally.hashnode.dev·Dec 31, 2024Creation of AKS ClusterStep-01: Introduction Create Azure AKS Cluster Connect to Azure AKS Cluster using Azure Cloud Shell Explore Azure AKS Cluster Resources Install Azure CLI and Connect to Azure AKS Cluster using Azure CLI on local desktop Deploy Sample Application...Kubernetes
Mehman Ismayilovm3coding.hashnode.dev·Dec 15, 2024Kubernetes PodsPods 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. Basic Pod defi...Kubernetes
Megha Sharmameghasharma.hashnode.dev·Dec 12, 2024What 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...CloudCommunity
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...DevOpsKubernetes
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...141 likes·129 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...174 likes·289 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)...2 likes·56 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...Kubernetes
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...90DayofdevopsKubernetes