microk8s start and microk8s stop will do the work for you. If you don’t need them running in the background then you will save battery and resources by stopping them. Kubernetes is a collection of system services that talk to each other all the time. Try: microk8s kubectl get all -all-namespacesĪccess the Kubernetes dashboard microk8s dashboard-proxy MicroK8s wraps the kubectl command familiar to Kubernetes users, so you can simply perform any usual Kubernetes operation. Turn off services with the microk8s disable command.
Try running microk8s enable -help for a list of built-in services. For example: microk8s enable dashboard dns registry istio MicroK8s includes a series of add-ons and services which can be enabled at any time. Check the status while Kubernetes starts microk8s status -wait-ready