Live data from Hacker News

Show HN: An online interactive Kubernetes playground

play-with-k8s.com

11–20 of 49 posts

Re: Show HN: An online interactive Kubernetes playground

#11
post #5

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.

You might want to put this behind kubernetes so you can scale it easier... It's down again.

Re: Show HN: An online interactive Kubernetes playground

#13

This 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?`

It should work if you are on the master node

Re: Show HN: An online interactive Kubernetes playground

#18
post #3
post #2

Related: 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.

I used kubeadm to set up a small cluster on Online.net’s cheap dedicated machines. It works quite well.

Re: Show HN: An online interactive Kubernetes playground

#19
post #2

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

I use this for a "full cluster"

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

#20
post #2

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

I just used this official guide from CoreOS to set it up on Vagrant/virtualbox: https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagr.... It was pretty straightforward.
Post reply on HN