Speeding up using MicroK8s
What is MicroK8s?
MicroK8s is a lightweight Kubernetes distribution that is designed to run on local systems. It is the smallest and fastest multi-node Kubernetes. It is lightweight and easy to set up, which helps in decreasing the complexity of mana...
blog.kubesimplify.com8 min read
Tormod Haugene
A big gottcha here: the "tokens" generated by
microk8s joinare one time use only.Therefore, if you run into e.g the /etc/hosts error when trying the join command, you must re-run the
microk8s add-nodecommand to get a new token.