Nahidnahidislam.hashnode.dev·Nov 22, 2024Kubernetes Demystified: Understanding Its Core Components, Objects, and How It WorksKubernetes, often abbreviated as K8s, is an open-source platform for automating the deployment, scaling, and management of containerized applications. Think of it as the operating system for your containerized workloads, helping you efficiently manag...DiscussKubernetes
Kandlagunta Venkata Siva Niranjan ReddyforGetting Started with Kubernetesgetting-started-with-kubernetes.hashnode.dev·Nov 18, 2024Understanding Kubernetes Volumes: Using EmptyDir, HostPath, and NFS for Persistent StorageIn Kubernetes, volumes provide a way to persist data outside the lifecycle of containers. This ensures that data generated by a pod remains accessible even if the pod is deleted, restarted, or replaced. Volumes play a critical role in supporting stat...Discusskubernetes-persistent-volumes
Nahidnahidislam.hashnode.dev·Nov 8, 2024Kubernetes Cluster Setup: Step-by-Step ProcessPrerequisite: One master (Control Plane) Node Two or more servers for worker Node 2 GB or more of RAM per machine 2 CPUs or more for control plane machines Full network connectivity between all machines in the cluster Unique hostname, MAC addre...DiscussKubernetes
Anurag Hatoleanuraghatole.hashnode.dev·Nov 2, 2024Kubernetes - The Ultimate Orchestration ToolKubernetes is a powerful tool for automating application deployment, scaling, and management in containerized environments. As an industry standard, it provides solutions to run and scale complex applications efficiently. This guide is crafted to tak...Discuss·6 likes·96 readsKubernetes
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 20, 2024Get Started with KUBERNETES(Including HELM): Basic to IntermediateWelcome to Week 10 of my ‘Learn in Public’ journey! 🚀 This week, I’m excited to explore Kubernetes, one of the most powerful tools for managing containerized applications across multiple hosts. Kubernetes automates deployment, scaling, and managing ...DiscussDevOps Basics in 3 MonthsDevops
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 2, 2024Implementing NFS Persistent Volumes in Kubernetes for MySQL and Petclinic Application Project: A Complete GuideBefore jumping into the concept of NFS Volumes, let me briefly explain the different types of volumes available in Kubernetes: Here’s a concise version of the different types of Kubernetes volumes and their use cases: Temporary Storage: emptyDir Us...Discuss·56 readsKubernetes Basics: A Beginner’s GuideNFS in Kubernetes
Tushar Panttusharpant.online·Sep 25, 2024Kubernetes OneShotCreating a complete Kubernetes one-shot is a challenge due to the sheer breadth of topics within Kubernetes. However, I will give you an extensive guide that covers almost every major concept and component in Kubernetes, organized by topics, providin...Discuss·10 likesOneShotsDevops
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
Nitin Dhimannitindhiman22.hashnode.dev·Aug 28, 2024Introduction to K8s & Exploring Kubernetes ArchitectureI'm stepping into one of the most critical and transformative technologies in the field: Kubernetes, often abbreviated as K8s. With the increasing adoption of containers, Kubernetes has become the standard for deploying and managing containerized app...Discussk8s
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