Related: Anyone got a guide for deploying kubernetes on hardware I would have at home? a full cluster, not minikube.
Show HN: An online interactive Kubernetes playground
31–40 of 49 posts
Re: Show HN: An online interactive Kubernetes playground
#32Why you are not serving the site in S3 bucket? :] Or does it have some fancy server side functionality?
Re: Show HN: An online interactive Kubernetes playground
#33I'm happy to see this Kubernetes playground because it's an open-source alternative.
Re: Show HN: An online interactive Kubernetes playground
#34https://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
Re: Show HN: An online interactive Kubernetes playground
#35Why 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.
Re: Show HN: An online interactive Kubernetes playground
#36Related: Anyone got a guide for deploying kubernetes on hardware I would have at home? a full cluster, not minikube.
Re: Show HN: An online interactive Kubernetes playground
#37Re: Show HN: An online interactive Kubernetes playground
#38https://www.katacoda.com/learn is a pretty great site, that also has a "playground" mode for Kubernetes available (as well as others)
TL;DR: PWK is a platform composed by different components powered by the an open source core (https://github.com/xetorthio/play-with-docker) that allows the following:
* Try new features fast as it’s updated with the latest dev versions. * Setup clusters in no-time and launch replicated services. * Learn through it’s interactive tutorials (http://training.play-with-docker.com). * Allow to run advanced workshops that’d usually require complex setups. * Collaborate with community members to diagnose and detect issues by sharing your session URL.
The idea is to replicate real case deployments where you need to add/remove nodes to experiment with failures and things like that. You can also go through platform upgrades as PWK allows to run different versions of K8s in the same session.
Additionally, we're planning to launch a training site similar to Docker's (http://training.play-with-docker.com/) to enhance the experience soon. It'd be awesome to get the K8s community help with the content as it's very difficult to scale all this content by ourselves as an free project.
If you need help deploying K8s locally or in your own cloud provider, please let us know so we can help. This is still a very young project, but we think that with some help it could really help the community as it did for Docker.
Re: Show HN: An online interactive Kubernetes playground
#39Re: Show HN: An online interactive Kubernetes playground
#40Earlier quoted context omitted.
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.