Note: microk8s uses the loopback address as the endpoint. If you wish to access the cluster from another machine, you will need to edit the config to use the host machine's IP (or, if you're using edge, you can use the `microk8s.config` helper).
Note: The API server on port 8080 is listening on all network interfaces. In its kubeconfig file microk8s is using the loopback interface, as you can see with `microk8s.kubectl config view`. The `microk8s.config` command will output a kubeconfig with the host machine's IP (instead of the 127.0.0.1) as the API server endpoint.