Live data from Hacker News

Show HN: An online interactive Kubernetes playground

play-with-k8s.com

41–49 of 49 posts

Re: Show HN: An online interactive Kubernetes playground

#42

Earlier quoted context omitted.

I can access the 'playground' exercise, but you have to sign up to the site to access the other tutorials.

True, but it's a free signup and we don't send unwanted emails...

I can understand why you'd want to do this, but it would be great if it was optional.

Re: Show HN: An online interactive Kubernetes playground

#44
post #32
post #25

Why you are not serving the site in S3 bucket? :] Or does it have some fancy server side functionality?

Now that I was finally able to load the site I must say I'd have liked to have had some basic tutorials to help me get started. It might haven't been in the scope of this site but surely it would have been nice. Also the recaptcha is just a kick in the balls when it starts asking to pick the right squares. I'd have been happy to sign in with G+ just to skip it.

Hi, thanks for the feedback. We're planning to add some basic tutorials soon like (http://training.play-with-docker.com). We'd need the help from the community though as it's hard for us to grow an OS project by ourselves. Regarding the login thing, we're also working on that aspect. Expect some updates soon.

Re: Show HN: An online interactive Kubernetes playground

#45
post #2

Related: Anyone got a guide for deploying kubernetes on hardware I would have at home? a full cluster, not minikube.

Yes - this has been doing fairly well and uses kubeadm on Ubuntu - https://blog.alexellis.io/kubernetes-in-10-minutes/

I used to also recommend kubeadm, but then I recognized there is no HA whatsoever (and what's the point of a cluster that dies with the master?)

Issue to track: https://github.com/kubernetes/kubeadm/issues/261 and https://github.com/kubernetes/kubernetes/pull/44793

Post reply on HN