joshuarubin / kubernetes-docker

Super Easy Way to Run Kubernetes
Apache License 2.0
6 stars 2 forks source link

This is really, really awesome! But, use env vars for dashboard and dns? #1

Open dcowden opened 8 years ago

dcowden commented 8 years ago

You did a great job getting a k8s installation to 'just work'.

After shaking my head for an hour about how disappointing the officially documented version is: * hacking required to get your cluster to be accessible from outside localhost * hard work to get dns and ui installed

Your recipe is just perfect!

Except for the part where you have to manually update the dashboard and dns files to change the ip address of the api server.

Your audience here is people who dont know kubernetes really well and want something simple to just work. Its of course reasonable to assume that compose and docker are installed, but perhaps you could provide a shell script that runs the commands? that way, you could get the current ip address vi script, and put that in an env var.

joshuarubin commented 8 years ago

Thanks for the kind words. I will see what I can do to make this a bit more accessible. As it is, since it requires Docker and docker-compose it is not exactly the most beginner friendly.

FWIW I use http://direnv.net/

igorgatis commented 5 years ago

How about an updated version? E.g. k8s v1.13

joshuarubin commented 5 years ago

I've abandoned this since minikube and Docker for Mac have been released. Thanks for your support! Pull requests welcome.