DEV Community

Cover image for deploy application with Kubernetes k8s in Azure
Chabba Saad
Chabba Saad

Posted on

deploy application with Kubernetes k8s in Azure

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!

https://www.youtube.com/watch?v=W9KXnBbYq4A

Top comments (2)

Collapse
 
roshan_sharma_7deae5e0742 profile image
roshan sharma

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?

Collapse
 
chabbasaad profile image
Chabba Saad

thank you ! it take like one day , but the filiming was for the tuorial it take 1 hour and 30 minutes