Harshit Sahuharshitsahu2311.hashnode.dev·15 hours agoKubernetes Architecture - CKAKubernetes is a powerful open-source platform for managing containerized applications. It provides a way to deploy, scale, and manage applications across multiple clusters of computers. In this blog post, we will explain the architecture of Kubernete...Certified Kubernetes Administratorcontroller manager
Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 3, 2024Getting Started with Kubernetes: Architecture, and Key Features ExplainedIntroduction Kubernetes (often abbreviated as K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. Originally developed by Google, Kubernetes has become the lead...28 readsKubernetes
Sprasad Pujarisprasad.hashnode.dev·Jun 15, 2024🚀Unraveling the Kubernetes Architecture: A Journey Through Containers and Clusters🚀Kubernetes, also known as K8s, is a powerful open-source container orchestration platform that simplifies the deployment, scaling, and management of containerized applications. In this blog post, we'll dive into the architecture of Kubernetes and exp...Kubernetes
Sandeep Kalekale00.hashnode.dev·Mar 12, 2024📂Day 30-Kubernetes Architecture: A Comprehensive Guide➡️Kubernetes Overview Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It abstracts away the underlying infrastructure, allowing developers to focus on...Kubernetes
ANSAR SHAIKansarshaik965.hashnode.dev·Jan 28, 2024(Day 30 )Task: Kubernetes ArchitectureIntroduction Welcome back to the 90DaysOfDevOps Challenge! Today, on Day 30, we dive deep into the world of Kubernetes, a cornerstone of modern container orchestration. Let's unravel the intricacies of Kubernetes architecture and explore its signific...Kubernetes
Yatin Gambhiryatingambhirtech.hashnode.dev·Dec 23, 2023Architecture of KubernetesIn this blog, we will learn about the Architecture of Kubernetes, which is an important topic in the learning of Kubernetes. Most of the interviewers ask about the architecture of Kubernetes, so we should understand every component of Kubernetes. In ...1 like·44 readsKubernetes
Vrishni Shree V Bvrishni.hashnode.dev·Oct 15, 2023DevOps, Day - 30What is Kubernetes? Write in your own words and why do we call it k8s? 1. What is Kubernetes (K8s)? Kubernetes is a powerful tool used to manage and orchestrate containerized applications, making it easier to deploy, scale, and manage them reliably a...DevopsKubernetes
Nilesh Saharenileshsahare07.hashnode.dev·Sep 8, 2023Day 30 Task: Kubernetes ArchitectureKubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard for deploying and operate containerized applications and is one of the most important par...1 like90DaysOfDevOpsDevops
Sachin Adighatodghach.hashnode.dev·Aug 20, 2023Understanding Kubernetes Architecture, Installation and the world of OrchestrationKubernetes has become the go-to container orchestration platform for managing and scaling containerized applications. In this article, we will explore the architecture of Kubernetes and various ways to install and set up a Kubernetes cluster. Whether...2 likes·82 reads#TWS