By running the following command, you should get the addresses of the control plane and services with label kubernetes.io/cluster-service=true
cluster-info
$ kubectl cluster-info Kubernetes control plane is running at https://<master_IP>:8383 kubernetes-dashboard is running at https://<master_IP>:8383/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
If, trying to reach the link related to the kubernetes-dashboard, you get the following output
You will need to create a clusterrole to grant permission to kubernetes-dashboard and bind it to system:anonymous user as followed