Live data from Hacker News

Show HN: An online interactive Kubernetes playground

play-with-k8s.com

21–30 of 49 posts

Re: Show HN: An online interactive Kubernetes playground

#23
post #2

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

Kubeadm (https://kubernetes.io/docs/setup/independent/create-cluster-...) is great if you can install the base OS yourself (manually or through existing scripting you might have). The great thing is that you end up with a fully secured cluster, which (unfortunately) isn't the case with every tool or guide out there.

Re: Show HN: An online interactive Kubernetes playground

#26

http://labs.play-with-k8s.com is not opening.

Yeah. Too much traffic in a short period of time. Sorry about that.

Slightly ironic that a system which has scalability as one of its goals went down due to traffic. Although I guess few things are prepared for an onslaught of catching attention on sites like HN or Reddit.

Re: Show HN: An online interactive Kubernetes playground

#27

https://www.katacoda.com/learn is a pretty great site, that also has a "playground" mode for Kubernetes available (as well as others)

I've tried the katacoda kubeadm tutorial but it didn't work for me

Can you elaborate? It worked for me (as in was both functional and educational) - was it the function or the education that didn't work for you?

I've also found Katacoda a good platform for Tensorflow tutorials (e.g. https://katacoda.com/basiafusinska/scenarios/tensorflow) - not great for power users, but awesome for people who just want to learn the basics without having to set anything up.

Re: Show HN: An online interactive Kubernetes playground

#28

https://www.katacoda.com/learn is a pretty great site, that also has a "playground" mode for Kubernetes available (as well as others)

I've tried the katacoda kubeadm tutorial but it didn't work for me

I'd love to hear your feedback, bug reports are always welcome. We haven't heard of other problems.

Re: Show HN: An online interactive Kubernetes playground

#29
post #22

I have no idea about Kubernetes, all i did is copy/paste. Any good resources?

Take a look at https://www.katacoda.com/courses/kubernetes/ and the official Kubernetes interactive bootcamp that Katacoda also powers at https://kubernetes.io/docs/tutorials/kubernetes-basics/

We'd love to hear your feedback.

Post reply on HN