HPHET PATELindevloper-het.hashnode.dev·Jul 1, 2024 · 4 min readDay 7 of #40DaysOfKubernetesKubernetes has revolutionized the way we manage and deploy containerized applications. At the heart of Kubernetes are Pods, the smallest and simplest units that you can create and manage. Understanding Pods and how to configure them is crucial for ef...00
HPHET PATELindevloper-het.hashnode.dev·Jul 1, 2024 · 3 min readDay 6 of #40DaysOfKubernetesKubernetes is a powerful container orchestration platform that enables you to manage and scale your applications effortlessly. In this blog post, we will guide you through setting up a multi-node Kubernetes cluster using kind, configuring it using a ...00
HPHET PATELindevloper-het.hashnode.dev·Jun 24, 2024 · 4 min readDay 5 of #40DaysOfKubernetesKubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications. 1. Master Node Components: The master node is responsible for the control and management of the Kubernetes clust...00
HPHET PATELindevloper-het.hashnode.dev·Jun 21, 2024 · 2 min readDay 4 of 40DaysOfKubernetes.Yesterday, we explored the fundamentals of Docker and its core components. Today, we'll delve into the reasons why Kubernetes has become the go-to platform for container orchestration. Let's unpack the key benefits that make Kubernetes so powerful: 1...00
HPHET PATELindevloper-het.hashnode.dev·Jun 20, 2024 · 3 min readDay 3 of #40DaysOfKubernetes1. Set Up Docker Desktop. The Multi-Stage Docker Build is used when we want to Reduce(Compress) the Image size or when we want to Optimize the performance of the Docker Container. Installation: Download Docker Desktop from the official Docker website...00