Hero Image

Cluster Setup

Add hostnames to hosts file (hosts now gets overwritten by Ubuntu on reboot)

/etc/cloud/templates/hosts.debian.tmpl

Install microk8s

sudo snap install microk8s --classic
sudo usermod -a -G microk8s *username*
newgrp microk8s

Setup Cluster

sudo microk8s add-node

microk8s join 10.0.1.11:25000/*snipped code*
microk8s join 10.0.1.11:25000/*snipped code* --worker

Enable Useful Services (Sadly needs to be 1 by 1) microk8s enable dns, ingress, metallb, hostpath-storage, dashboard