Skip to content

The easiest tool for creating a lightweight Kubernetes cluster on your local machine — ideal for DevOps practice and learning.

Notifications You must be signed in to change notification settings

ahsan598/kubernetes-kind-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Kubernetes Setup Guides (Kind + Helm)

This repository provides practical, step-by-step guides for setting up Kubernetes locally using KIND (Kubernetes in Docker) and managing applications with Helm, the Kubernetes package manager.

These guides are ideal for DevOps practice, learning Kubernetes, CI environments, and local testing.

📘 Guides Included

Guide Description Link
Kubernetes Local Setup using Kind Create a single-node local Kubernetes cluster for development & testing View Guide
Multi-Node Kind Cluster Setup Create a 3-node (1 control-plane + 2 worker) Kind cluster View Guide
Helm Guide for Kubernetes (With Kind Cluster) Install & use Helm, deploy charts, upgrades, rollbacks View Guide

🛠️ Prerequisites

Ensure the following tools are installed before using any guide:

Requirement Purpose
Docker Required to run Kind nodes (Kubernetes inside Docker)
kubectl CLI to interact with Kubernetes clusters
Kind Create & manage Kubernetes clusters locally
Helm Install, upgrade, and manage Kubernetes applications

🚀 Get Started

Navigate into any guide folder:

cd kind-setup
cd multinode-setup
cd helm-setup

Each folder contains its own README with complete instructions.


📚 Official Reference

About

The easiest tool for creating a lightweight Kubernetes cluster on your local machine — ideal for DevOps practice and learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published