Showing posts with label kubernetes. Show all posts
Showing posts with label kubernetes. Show all posts

July 8, 2020

Kuberbates Cluster Deployment

https://thenewstack.io/how-to-deploy-a-kubernetes-cluster-with-ubuntu-server-18-04/


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=true

The app will be deployed on the node not on master



Deploy Dashboard


Restart Kubernetes Pod
kubectl -n kubernetes-dashboard rollout restart deployment
Get admin token