# Interactive Learning Environments

*Learn Kubernetes using an interactive environment without requiring downloads or configuration*

* [LabEx Kubernetes Labs](https://labex.io/skilltrees/kubernetes)
* [Kubernetes Bootcamp](http://kubernetesbootcamp.github.io/kubernetes-bootcamp/)
* [Play with Kubernetes](http://labs.play-with-k8s.com/)
* [Kubernetes Labs for practice](https://www.sharelearn.net/practice/k8slabs/)
* [Meshery Playground](https://play.meshery.io/)
* [YouBrokeProd](https://youbrokeprod.com) - Interactive game for debugging production incidents including Kubernetes CrashLoopBackOff scenarios
* [SudoRank](https://sudorank.com) - Hands-on Kubernetes challenges on real Linux VMs covering pod debugging, service networking, RBAC, and cluster troubleshooting


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ramitsurana.gitbook.io/awesome-kubernetes/docs/learning-resources/interactive-environments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
