Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·8 hours agoMastering 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#namespaces
Rajat Chauhanchauhanrajatwork.hashnode.dev·11 hours agoWhat is Kubernetes - Kubernetes Architecture Explained ☸️Kubernetes Architecture:https://chauhanrajatwork.hashnode.dev/kubernetes-architecture What Happens When You Run a kubectl Command? kubectl is the Kubernetes command-line tool that allows users to interact with the Kubernetes cluster. Below is the f...DiscussCKA (2024)#40daysofkubernetes
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·15 hours agoComprehensive Guide to Kubernetes (K8s)1. What is Kubernetes? Kubernetes, often abbreviated as K8s, is an open-source container orchestration platform that was originally developed by Google and is now maintained by the Cloud Native Computing Foundation (CNCF). The name "Kubernetes" comes...Discuss·10 likes#90daysofdevops
Nahidnahidislam.hashnode.dev·a day agoKubernetes 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
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 21, 2024Kubernetes Basics: Step-by-Step Creation of Pods, Namespaces, and Clusters + Key Interview QuestionsWhen planning to set up a cluster, you should first decide how many nodes you want to create. The first should be the control plane and the worker nodes. We will create one control plane and two worker nodes. By the way, the control plane includes th...DiscussKubernetes
Syed Mahmood Alisyedmahmoodali.hashnode.dev·Nov 19, 2024Comprehensive Guide to SSL/TLSIn today’s digital world, ensuring the security of online communications has never been more important. Every day, millions of people send personal information across the internet, from credit card numbers to social security details, and it is crucia...Discuss·1 likeKubernetes
Shah Abul Kalam A Kiamshah.hashnode.dev·Nov 17, 2024Understanding KubernetesWhat is Kubernetes ? (or K8s for short) Definition Before diving into the definition, let's take a moment to appreciate the weird-ass name "Kubernetes." It comes from the Greek word "κυβερνήτης" (kubernētēs), meaning helmsman or pilot - the one who s...DiscussKubernetes
Parth Sharmaparth-sharma-devops.hashnode.dev·Nov 17, 2024Kubernetes ArchitectureKubernetes is a powerful, open-source container orchestration platform developed by Google for automating the deployment, scaling, and operation of application containers. Below is a detailed overview of its architecture, covering its major component...DiscussKubernetes
Rudraksh Laddharudrakshladdha.hashnode.dev·Nov 11, 2024Building a Self-Healing Infrastructure on Kubernetes: A Practical GuideIn modern cloud-native environments, maintaining high availability and minimizing downtime is crucial. Kubernetes offers self-healing capabilities that can detect and correct failures automatically, enhancing the resilience of applications with minim...DiscussKubernetes
Nahidnahidislam.hashnode.dev·Nov 8, 2024Kubernetes Cluster Setup: Step-by-Step ProcessPrerequisite: One master (Control Plane) Node Two or more servers for worker Node 2 GB or more of RAM per machine 2 CPUs or more for control plane machines Full network connectivity between all machines in the cluster Unique hostname, MAC addre...DiscussKubernetes