# Learning Resources

## Official Documentation

* [Kubernetes official website](https://kubernetes.io/)
* [Kubernetes documentation](https://kubernetes.io/docs/)
* [Kubernetes tutorials](https://kubernetes.io/docs/tutorials/)

## Online Courses

* [Kubernetes Basics - Brendan Burns](http://aka.ms/k8sbasics)
* [edX: Introduction to Kubernetes](http://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x)
* [Udacity: Scalable Microservices with Kubernetes](http://in.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
* [edX: Fundamentals of Containers, Kubernetes, and Red Hat OpenShift](https://www.edx.org/course/fundamentals-containers-kubernetes-red-hat-do081x)

## Online Guides

* [Kubernetes Learning Path - 50 days from zero to hero with Kubernetes](http://aka.ms/learnkubernetes)
* [Kubernetes the hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way)
* [AWS Workshop for Kubernetes](https://github.com/aws-samples/aws-workshop-for-kubernetes)
* [Kubernetes Bootcamp](https://kubernetesbootcamp.github.io/kubernetes-bootcamp/index.html)
* [Kubernetes Certified Administration (CKA) online resources](https://github.com/walidshaari/Kubernetes-Certified-Administrator)
* [Kubernetes By Example](http://kubernetesbyexample.com)
* [Kubernetes Learning Resources](https://docs.google.com/spreadsheets/d/10NltoF_6y3mBwUzQ4bcQLQfCE1BWSgUDcJXy-Qp2JEU/edit#gid=0)
* [Kubernetes Best Practices](https://github.com/Azure/k8s-best-practices)
* [The Azure Kubernetes Workshop](https://aksworkshop.io/)
* [70 Best Kubernetes Tutorials](https://www.aquasec.com/wiki/display/containers/70+Best+Kubernetes+Tutorials)
* [15 Kubernetes Best Practices Every Developer Should Know](https://spacelift.io/blog/kubernetes-best-practices)

## E-Books

* [Designing Distributed Systems](https://open.microsoft.com/2018/03/26/new-oreilly-e-book-on-designing-distributed-systems-available-for-free-download/)
* [Kubernetes Handbook](https://github.com/feiskyer/kubernetes-handbook)
* [Kubernetes Security - How to Build and Operate Applications Securely on Kubernetes](https://kubernetes-security.info/)


---

# 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://kubernetes.feisky.xyz/en/appendix/tutorial.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.
