Skip to content

franciscojsc/scripts-install-k3s

Repository files navigation

🎉 Kubernetes (K3S) cluster configuration script in Raspbian 🎉

This repository is intended to provide initial Kubernetes cluster configurations for use on the Raspbian with K3S operating system on Raspberry PI 3. The K3S tool enables simplified startup and maintenance of a Kubernentes cluster and is optimized for ARM platform (K3S, 2019).

Screenshot 📷

k3s-master-script

k3s-worker-script

Getting Started 🚀 🏃 🚶

The following steps provide instructions for installing the cluster on the master node and the worker node.

Installing 🔧

  1. Master Node 💻

Download or clone this project:

git clone https://github.com/franciscojsc/scripts-install-k3s.git 

Enter the folder:

cd  scripts-install-k3s/

Assign Execute Permission to Scripts:

sudo chmod +x *.sh 

Run the install script:

./k3s-master.sh
  1. Worker Node 💻

Download or clone this project:

git clone https://github.com/franciscojsc/scripts-install-k3s.git 

Enter the folder:

cd  scripts-install-k3s/

Assign Execute Permission to Scripts:

sudo chmod +x *.sh 

Run the install script:

./k3s-worker.sh

Authors

👨 Francisco Chaves - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments 🎈 🎈 🎈