- Installed kubernetes using kubeadm (1.6) from the following – “https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/“
- Installed successfully in master and other nodes (all are Ubuntu 16 VM in local cluster)
- Started the kubectl proxy using the following way in Master to access API server externally –
kubectl proxy –address <MASTER_EXTERNAL_IP> –port=9999 –accept-hosts=’^*$’ - Installed Dashboard in the master node with ARG as “–apiserver-host=http://<MASTER_EXTERNAL_IP>:9999” and type as “NodePort” so that it can be accessed externally




