If anyone wonders why it just shows a blank page, the error code is: 503 Service Unavailable: Back-end server is at capacity TL;DR: We’ve slashdotted it.
Done. Should be working now.
Show HN: An online interactive Kubernetes playground
11–20 of 49 posts
Re: Show HN: An online interactive Kubernetes playground
#12Re: Show HN: An online interactive Kubernetes playground
#13This is cool but I'm a bit unsure how to actually use this. Kubectl doesn't seem to be able to connect to the server from within the terminal. It just gets: `The connection to the server localhost:8080 was refused - did you specify the right host or port?`
Re: Show HN: An online interactive Kubernetes playground
#14http://labs.play-with-k8s.com is not opening.
Re: Show HN: An online interactive Kubernetes playground
#15Re: Show HN: An online interactive Kubernetes playground
#16Re: Show HN: An online interactive Kubernetes playground
#17https://www.katacoda.com/learn is a pretty great site, that also has a "playground" mode for Kubernetes available (as well as others)
Re: Show HN: An online interactive Kubernetes playground
#18Related: Anyone got a guide for deploying kubernetes on hardware I would have at home? a full cluster, not minikube.
I'm looking for similar, but want to run containers on bare metal, not inside virtual box or similar.
Re: Show HN: An online interactive Kubernetes playground
#19Related: Anyone got a guide for deploying kubernetes on hardware I would have at home? a full cluster, not minikube.
https://github.com/pires/kubernetes-vagrant-coreos-cluster
If you want bare metal, there's a few good ways to roll your own.
Re: Show HN: An online interactive Kubernetes playground
#20Related: Anyone got a guide for deploying kubernetes on hardware I would have at home? a full cluster, not minikube.