6443 was refused - did you specify the right host or port
fix DNS server setting
Install kubernetes on Ubuntu 20.04, works on vSphere 7
Node1 config
/run/flannel/subnet.env
FLANNEL_NETWORK=10.244.0.0/16
FLANNEL_SUBNET=10.244.0.1/24
FLANNEL_MTU=1450
FLANNEL_IPMASQ=trueThe app will be deployed on the node not on master
Deploy Dashboard
Access Dashboard Remotely - Change it to NodePort
https://www.edureka.co/community/31282/is-accessing-kubernetes-dashboard-remotely-possible
https://www.edureka.co/community/31282/is-accessing-kubernetes-dashboard-remotely-possible
Restart Kubernetes Pod
kubectl -n kubernetes-dashboard rollout restart deployment
Get admin token