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)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.