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).
The following steps provide instructions for installing the cluster on the master node and the worker node.
- 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
- 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
👨 Francisco Chaves - Initial work
- Github: @franciscojsc
- 🔗 Website: https://franciscochaves.com.br
- 📧 Email: contato@franciscochaves.com.br
This project is licensed under the MIT License - see the LICENSE file for details