Manoj Shetmanojshet.hashnode.dev·Nov 6, 2024Kubernetes Basics: Core Concepts and ComponentsIntroduction In the era of microservices and containerization, Kubernetes has emerged as the go-to platform for managing containerized applications at scale. Originally created by Google and now maintained by the Cloud Native Computing Foundation (CN...Kubernetes
Abhishek Jhajhaabhishek0902.hashnode.dev·Jul 14, 2024Ultimate Guide to Kubernetes: Learn All About PodsIntroduction Think of a pod as a single unit of work in Kubernetes. It's the smallest and simplest thing you can create or manage. A pod is like a tiny ship that carries containers, which are the actual applications. Imagine you have an app, like a w...33 readsKubernetesKubernetes tutorial
vikash kumardevopswizard.hashnode.dev·Jun 17, 2024A Deep Dive into Core Components and etcd's EvolutionAhoy, Kubernetes Explorers: Welcome aboard, fellow Kubernetes enthusiasts! Today, we set sail on a voyage to uncover the inner workings of Kubernetes, focusing on its foundational components such as kube api, etcd, controllers, schedulers, and more. ...10 likesCKA journeyzero to hero kubernetes