Kubernetes (K8s) Cluster Setup Scripts
This project provides a set of bash scripts to automate the setup and initialization of a multi-node Kubernetes cluster (one master, two workers) on Debian-based Linux distributions like Ubuntu.
The scripts handle prerequisite installation, node-specific configuration, and control-plane bootstrapping.
Link : https://github.com/chabbasaad/K8S_deb
check out the full setup video for more details!
Top comments (2)
Nice work! Automating a multi-node K8s setup with scripts is a huge time saver, especially on Azure where spinning up resources can get repetitive. How long did it take you to get the whole cluster running smoothly with the master and worker nodes?
thank you ! it take like one day , but the filiming was for the tuorial it take 1 hour and 30 minutes