Skip to content

Kubernetes - Setup Shell Scripts automate the Kubernetes setup process.

Notifications You must be signed in to change notification settings

dark-shade/kube-construct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

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.

Description

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

How to use:

  1. Clone the repo.
  2. Use setupMaster.sh for master and slave setup.
  3. If the master restarts and cluster needs to reset then use tearDown.sh (run tearDown on all nodes).
  4. For configuring wifi on any node utilize setupWifi.sh.

Other resources and references

  1. Setup kubernetes raspberry pi cluster
  2. How to run shell scripts
  3. Issues in kubernetes

Developer comments

Kube-constuct is being merged with Utility Scipts Project

About

Kubernetes - Setup Shell Scripts automate the Kubernetes setup process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages