I created a kubernetes cluster on aws using kops. Really incredible work done by the kops guys. I was able to validate it successfully using "kops validate cluster".
Thanks.
R
You can create a admin dashboard provided by k8s community. Take a look here.
Assuming you are in the right context, you can create dashboard through terminal by running the following command
kubectl create -f https://git.io/kube-dashboard
You will find your username & password in kube config file. To view that file run this command kubectl config view