From start to finish, you’ll find so many roadblocks in your way that, at times, you might feel so inclined as to give up. There’s actually a very easy way to deploy a https://thenewstack.io/category/kubernetes/ cluster that can be used for development purposes or even production.

As well, you’ll need to add your user to the microk8s group with the command: sudo usermod -aG microk8s $USER

At this point, if you could verify everything’s up and running so far by running the command on the controller node: microk8s kubectl describe node

And that, my new-to-Kube friends, is how you can quickly deploy a Kubernetes cluster with the help of Microk8s.

Related Articles