Member-only story

DevOps In 90 Days — Karthick Dkk

Day 39: Setting Up a Kubernetes Cluster — Minikube & Kubeadm

How to Set-up Minikube & Kubeadm

Karthick Dkk

--

Hey Guys! Welcome to DevOps in 90 days in Series blogpost. In this blog, we’ll learn how to set up a Kubernetes cluster using Minikube (for learning) and Kubeadm (for real-world use). Let’s dive in!

What is a Kubernetes Cluster?

A Kubernetes cluster consists of:

Master Node:

🧠 — Controls the entire system

Worker Nodes:

💪 — Run applications inside containers.

If one node fails, Kubernetes moves workloads to another node, ensuring high availability.

--

--

No responses yet