Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Play with Kubernetes" playground does not work #67

Open
gertsog333 opened this issue Jul 21, 2023 · 6 comments
Open

"Play with Kubernetes" playground does not work #67

gertsog333 opened this issue Jul 21, 2023 · 6 comments

Comments

@gertsog333
Copy link

Unfortunately http://labs.play-with-k8s.com/ is down
"Play with Kubernetes" playground does not work
Could you please take a look ?

@luyang93
Copy link

@gertsog333
Copy link
Author

Hello!
Still not working((
training.play-with-kubernetes.com/:2459 - Error 404 - not working

http://labs.play-with-k8s.com/ Still down((
Could you please restor service ? restore file or something to fix the issue.
Please turn "Play with Kubernetes" back.
Please. We realy need this.

@gertsog333
Copy link
Author

Play with Kubernetes Working now!
Thanks to all !

@fadeldamen
Copy link

Down again

@rafi100
Copy link

rafi100 commented Sep 27, 2023

http://labs.play-with-k8s.com/ --- down please help us to fix the issue

@lchaloupsky
Copy link

lchaloupsky commented Oct 7, 2023

Hey guys, if anybody needs Kubernetes while the http://labs.play-with-k8s.com/ page is down and minikube (local cluster) is enough for you, you can use the Play with Docker environment https://labs.play-with-docker.com/ and do a workaround to install minikube on Alpine Linux there. Just run the following commands in the command line:

apk add gcompat
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

Just one note. The disk capacity is limited to 4GB and most of it will be taken up by minikube after startup, so you won’t be able to run very large containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants