Aniket Purohitaniketpurohit.hashnode.dev·Aug 30, 2024Beginner's Guide to Kubernetes Worker NodesHey there! 🌟 Ready to dive into the fascinating world of Kubernetes? Don’t worry, we’re here to make it easy and fun. Today, we’ll explore the world of worker nodes in Kubernetes. Think of them as the hardworking residents of our Kubernetes city, ea...DiscussKubernetes
Aniket Purohitaniketpurohit.hashnode.dev·Aug 30, 2024Exploring Kubernetes Worker Nodes: A Simple GuideExploring Kubernetes Worker Nodes: A Simple Guide Welcome to our friendly guide on Kubernetes worker nodes! Think of Kubernetes as a big, organized city where each worker node plays a key role. Let’s break down the essential components of a worker no...DiscussKubernetes
Amrit Poudeleramritpoudel.hashnode.dev·Aug 26, 2024k8s-01: Understanding Kubernetes: A Deep Dive into Container OrchestrationIntroduction to Containers and Orchestration Docker is one of the most well-known container engines, revolutionizing how we package and deploy applications. Containers offer lightweight, consistent, and isolated environments for running applications,...Discuss·2 likesKubernetes
Ritesh Dolareriteshdolare.hashnode.dev·Aug 23, 2024🥳Day 44: Deploying a Three-Tier Application on KubernetesHey there! 👋 Today, we are diving into how to deploy a three-tier application on Amazon EKS (Elastic Kubernetes Service). We'll learn how to set up the frontend, backend, and database components, and get them running smoothly in the cloud using Kube...Discuss·26 readsThree tier application deployment on kubernetes
vinod chandravinod-sh.hashnode.dev·Aug 21, 2024Mastering Kubernetes Workloads: Deployments, StatefulSets, DaemonSets, Jobs, and CronJobsIntroduction Hello, Kubernetes enthusiasts! 🌟 Today, we're diving into the heart of Kubernetes by exploring its different workload types: Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs. These are fundamental building blocks for managing c...Discuss#90daysofdevops
Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 18, 2024Kubernetes end-to-end project with deployment of Django notes applicationThis project extends the deployment of a Django Notes application, initially containerized and pushed to DockerHub, by deploying and managing it on a Kubernetes cluster using Minikube. The application will be deployed using the chauhanrajat/note-app-...Discuss·59 readsKubernetes#90daysofdevops
Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 18, 2024Kubernetes TroubleshootingKubernetes is a powerful platform for managing containerized applications, but with its complexity comes the need for effective troubleshooting. Whether you're dealing with a failed deployment, a non-responsive pod, or an issue within a container ima...Discuss·55 readsKubernetes#90daysofdevops
Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 18, 2024Kubernetes Cluster MaintenanceKubernetes has emerged as the de facto standard for container orchestration, enabling organizations to deploy, scale, and manage containerized applications efficiently. As with any critical infrastructure component, regular maintenance is vital to en...Discuss·1 like·39 readsKubernetes#90daysofdevops
Atul Gawadegawadeatul.hashnode.dev·Aug 18, 2024Learn Kubectl: Essential Commands, Log Analysis, Container Debugging.Welcome to the final day of the #KubeWeek challenge, where we will deep dive into some of the essential kubectl commands, how to do log analysis in K8s, Debugging the containers and how to monitor K8 clusters. Essential kubectl Commands Get Cluster ...Discuss#KubeWeekChallenge
Ankit Kumarankittkx.hashnode.dev·Aug 18, 2024Kubernetes Troubleshooting:Troubleshooting in Kubernetes-> Troubleshooting in Kubernetes may be difficult because of it's distributed nature and complexity. But there are many commands, tools and technique that can help to troubleshoot or solve problem in Kubernetes cluster. F...Discuss#KubeWeekChallenge