So you want to start developing for https://thenewstack.io/category/kubernetes/, but you don’t want to have to exert the effort to deploy a full-blown Kubernetes cluster to do so. And with Kubernetes retiring the support for Docker, you might find a lot of documentation on deploying a Kubernetes cluster to no longer function.

We can now install the Kubernetes Dashboard (along with a few other addons) with the command: microk8s enable dns dashboard storage

Click Sign in and, upon successful authentication, you’ll find yourself on the main Kubernetes Dashboard window (Figure .

Congratulations, you’ve just deployed Microk8s and the Kubernetes Dashboard to serve as an efficient and simple Kubernetes development platform.

Related Articles