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
3 min readFeb 14, 2025

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.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Karthick Dkk
Karthick Dkk

Written by Karthick Dkk

DevSecOps Engineer passionate about Linux, cloud computing, and automation. Talks about Personal Development and Money.

No responses yet

Write a response