Category: Kubernetes cluster

  • Setup Kubernetes K3S on RPi cluster.

    In my setup, I have 1 controller node, with a public IP-address. Internally it creates a private network and masquerading. The cluster consists of 6 worker nodes connected to the private network, setup on the controller node. The worker nodes will be able to reach the internet through masquerading on the controller node. Playbook, to…