Skip to content

miscape/kind-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧱 Kubernetes Kind Lab with Helm

Questo repository contiene la configurazione per costruire un cluster Kubernetes Kind locale e installare i principali servizi di base usando Helm.

Obiettivi

  • Creare un cluster Kind multi-nodo

Step 1 β€” Creazione del cluster Kind

kind create cluster --config kind-config.yaml
kubectl get nodes -o wide
  • Installare componenti fondamentali (CNI, Ingress, MetalLB, Monitoring)
  • Automatizzare la configurazione con Helm

Struttura

. β”œβ”€β”€ kind-config.yaml β”œβ”€β”€ helm-charts/ β”œβ”€β”€ docs/ └── README.md

Requisiti

  • Docker
  • Kind
  • kubectl
  • Helm >= v3.14

About

Laboratorio locale Kubernetes con Kind e Helm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published