# How to read kubernetes docs

Kubernetes.io website structure is designed for easy navigation and meant to be intuitive in word and expectation.

If you are a Kubernetes user, it is fruitful to spend time understanding structure and get familiar with the documentation style. By repeatedly, referring to the documentation you would progressively learn the complex Kubernetes concepts, synatx, technical terms, careful points and uses.

## Website structure

First have an understanding of the kubernetes.io website structure. <https://kubernetes.io/docs/home/>

{% embed url="<https://kubernetes.io/docs/home>" %}
Kubernetes home page
{% endembed %}

## Page structure

At page [kubernetes.io/docs/concepts/architecture/nodes](https://kubernetes.io/docs/concepts/architecture/nodes) pay attention to the following marked elements.

![Elements are marked for emphasis](/files/SEj0fajIttpXrxZA0MHO)

### Side navigation

![Navigation](/files/v9rzclxbN9l2j8mAG35Q)

There are options to the Usage Documentation, Concept underlying the Kubernetes architecture, tutorials, and Reference for the API specification.

### Hands-on Tutorials

Interactive tutorials - <https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive/>

![Interactive cluster environment](/files/ahJKuqBf5tEVm5axujl0)

## Video

{% embed url="<https://youtu.be/RYLKQkThEZY>" %}

## Resources

Theses resources can also be referred in conjunction with the main kubernetes.io docs for better context and comprehension.

1. Tip sheat - <https://kubernetes.io/docs/reference/kubectl/cheatsheet/>
2. Managed Kubernetes by Google Cloud docs - <https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster>
3. Amazon EKS resources - <https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html>


---

# 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://i.janardhanpulivarthi.com/season-1/how-to-read-kubernetes-docs.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.
