K3S on Raspberry Pi 4 - kubectl outside cluster
December 19, 2023
Now that I have a cluster set up (see https://drumcoder.co.uk/blog/2023/dec/19/k3s-on-raspberry-pi-4-initial-setup/ for setup details) I wanted to be able to access it from my mac, without sshing into the cluster master node.
Installing kubectl
The kubectl
command can be installed on a mac using:
$ brew install kubectl
Install can be …