Kuber - a nice app for your Kubernetes cluster

Kuber



Kuber (http://getkuber.com) is a neat little app form monitoring and controlling your cluster (available for both iOS in the App Store).

But there is a tiny hurdle to getting started … it is not obvious where your api server is on MicroK8s.

All you need to know is it is on your cluster host on port 16443 with the default install on MicroK8s and with that you are ready to go

Where to find the information



The documentation that tells you what the ports are is found at https://microk8s.io/docs/ports

To set up Kuber



  1. Add a New Cluster
  2. Select Add Manually
  3. Name: A name
  4. API Server Address: https://yourclusercontroller:16445
  5. Authentication: Method Token
  6. Token: token value1

And then you can have an interface like:
IMG_2508IMG_2509

1. Instructions to get your token can be found in "So you want to access the kubernetes desktop on microk8s"