Nitish KumarforKubesimplifykubesimplify.hashnode.net·Jan 30, 2023Understanding the Architecture of Kubernetes: A Beginner's GuideKubernetes is a powerful container orchestration system that has taken the world of cloud computing by storm. With its ability to manage and scale containers across multiple hosts, Kubernetes has become the go-to platform for running containerized ap...31 likes·363 readsKubernetes
Saksham Paliwalsakshampaliwal.hashnode.net·Feb 22, 2023Kubernetes ArchitectureCertainly! Before we dive into the architecture of Kubernetes, it's important to understand its history and how it came to be. Google introduced the Borg System around 2003-2004. It started off as a small-scale project, with about 3-4 people initiall...15 likes·49 readsKubernetes
Nishant Sharmanishantsharma.hashnode.net·Apr 22, 2023Kubernetes : Introduction and ArchitectureWhat is Kubernetes? Kubernetes also known as K8S is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. Kubernetes provides you with a framewo...4 likes·62 readsDevops
Sandhya Kumaritechwithsandhya.hashnode.net·Apr 25, 2023Kubeweek Challenge(Day1)Kubernetes Architecture and Components, Kubernetes Installation and Configuration. Kubernetes Architecture and Components Kubernetes architecture is designed as a distributed system that spans across multiple nodes, where each node is an instance of ...kubernetes architecture
dinesh realblogs.hashnode.net·Apr 25, 2023Understanding Kubernetes Components: API server, Kubelet, and MoreKubernetes is a powerful open-source platform for container orchestration, providing developers and DevOps teams with an efficient way to manage and deploy containerized applications at scale. Kubernetes achieves this through a robust architecture an...Kubernetes
Amol Ovhalamol-devops.hashnode.net·Apr 25, 2023Kubernetes Decoded: Unlocking the Secrets of Architecture, Components, Installation, and ConfigurationChallenges / Problems before Kubernetes. Before Kubernetes, managing containerized applications at scale was a complex and challenging task. Here are some of the problems that developers and operations teams faced before Kubernetes: Manual Orchestra...1 like·88 readsKubernetes#KubeWeekChallenge
Vinay Singhvinay2795.hashnode.net·Apr 24, 2023Kubernetes Architecture and InstallationKubernetes is an open-source container management tool that automates container deployment, scaling, and load balancing. Features of Kubernetes Following are some of the important features of Kubernetes. Continues development, integration, and deplo...Devops
Ashutosh Mahajanashutoshamblogs.hashnode.net·Apr 24, 2023Kubernetes: Understanding Architecture, Components, Installation and Configuration📍 Introduction Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Comput...#KubeWeekChallenge
Rahul Sharmarahulsharma1301.hashnode.net·Apr 24, 2023Kubernetes : Understanding Architecture, Components, Installation and ConfigurationKubernetes is an open-source platform that automates the deployment, scaling, and management of containerized applications. It helps manage and orchestrate containerized applications across multiple hosts, making it easier to deploy and manage applic...1 like·414 readsKubernetes
Anjali Barodiaanjalitechy.hashnode.net·Apr 24, 2023Kubernetes Architecture and ComponentsWhy Kubernetes is so important? Going back in time will give you an answer, so here it is. For microservice architecture and container deployment era, Kubernetes is the best platform. Kubernetes provides you with a framework to run distributed syste...43 readsKubernetes
Poonam Pawarpoonam1607.hashnode.net·Apr 24, 2023Kubernetes: Architecture, Components, Installation & ConfigurationIntroduction🧑🦯 There are many ways to learn Kubernetes aka k8s. And one of the best ways to learn is by the official documentation itself. But for very beginners, it gets quite difficult to understand all the terms and technology directly through ...TWS Kubernetes 7-Days ChallengeKubernetes
Poorvashapoorva.hashnode.net·Apr 23, 2023Kubernetes Architecture and ComponentsTo run containerized applications, a Kubernetes cluster requires worker nodes. At least one worker node is mandatory for every cluster. These nodes are responsible for hosting the Pods that make up the application workload. The control plane manages ...Kubernetes
Nishant Sharmanishantsharma.hashnode.net·Apr 22, 2023Kubernetes : Introduction and ArchitectureWhat is Kubernetes? Kubernetes also known as K8S is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. Kubernetes provides you with a framewo...4 likes·62 readsDevops