qasimabdullah404 / k8s-cluster-setup

Kubernetes Cluster Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Cluster Setup

Controlplane

sudo -i
bash <(curl -s https://raw.githubusercontent.com/qasimabdullah404/k8s-cluster-setup/main/controlplane.sh)

Additional Node(s)

sudo -i
bash <(curl -s https://raw.githubusercontent.com/qasimabdullah404/k8s-cluster-setup/main/node.sh)

About

Kubernetes Cluster Setup


Languages

Language:Shell 100.0%