Raspberry Pi K3s Alpine Linux Part 2

2 · Duy Nguyen · Oct. 25, 2022, midnight
Continue part 2 of Raspberry Pi K3s Alpine Linux Part 1. Now we are going to deploy K3s (a light version of Kubernetes) on Raspberry Pi. Setup Kubernetes Update alpine and install curl, wget if your don't have it!. apk update apk add curl wget Setup Static IP address to 192.168.1.100 for master node with 255.255.255.0 (/24) subnet. The default gateway set to 192.168.0.100: vi /etc/network/interfaces auto eth0 iface eth0 inet static address 192....