I have a working Kubernetes gossip-based cluster deployed on AWS using Kops. I also have the dashboard running on localhost:8001 on my local machine. If I understand correctly this URL https://kubernetes.io/docs/admin/authentication/ gives the different ways to expose the dashboard properly among other things.
Just making sure some one else finds this useful. If you are trying to save costs when not using the kops kubernettes cluster on aws there are these options. 1. Tear it down completely.(you can rebuild it later) OR 2. In the 2 autoscale groups edit the min,desired,max to 0. This will bring down the cluster(you can later revert these values and the cluster will be back on its own)
Thanks. R