Installing Portainer
Install MicroK8s
Follow our MicroK8s Installation Guide.
Use Community Repositories
microk8s enable communityEnable Portainer
microk8s enable portainerAccessing Portainer
- Find the IP with 
microk8s kubectl get all --all-namespacesand locate the IP like172.16.16.16in this case: 
portainer     service/portainer        NodePort    172.16.16.16   <none>        9000:30777/TCP,9443:30779/TCP,30776:30776/TCP   111s- Visit the website at 
https://172.16.16.16:9443or if its running on a local IP, you can see if it works withcurl -k https://172.16.16.16:9443.