These shell scripts automate the setup and teardown process of Kubernetes cluster on Hypriot OS (debian based). The need for this was felt as every time master node rebooted or turned off then the kubedeam initialization needs to be done again, hence to automate the process these scripts were developed.
Script Name | Purpose |
---|---|
tearDown | tears down the kubernetes cluster |
setupMaster | set's up up the master node(can also be used for slaves) |
setupWifi | configures wifi |
- Clone the repo.
- Use
setupMaster.sh
for master and slave setup. - If the master restarts and cluster needs to reset then use
tearDown.sh
(runtearDown
on all nodes). - For configuring wifi on any node utilize
setupWifi.sh
.
Kube-constuct is being merged with Utility Scipts Project