# Introduction

**Kubernetes** is a platform to schedule and run containers on clusters of VM. It runs on bare metal, virtual machines, private or public cloud.

This handbook covers a detailed understanding of the following topics mentioned below.

* Prerequisites (Container, Docker, VM)
* Features of Kubernetes
* Architecture
* Pods and Nodes
* Controllers
* Minikube
* Installation and Running (Mac OS)
* Labels, Namespaces, and Selectors
* Health Checks, Rollouts, and Rollbacks
* Config Maps and Secrets
* Running Jobs
* Kubernetes Dashboard and Debugging

## View the Handbook

You can view the handbook [here](https://amdocs-1.gitbook.io/kubernetes-handbook/).

## Buy PDF version

You can buy the PDF version of the **Kubernetes Handbook** ⭐ [Click Here](https://gum.co/kube-book) ⭐

## Resources

The full LinkedIn course for Kubernetes can be found [here](https://www.linkedin.com/learning/learning-kubernetes/welcome?u=105858922).


---

# 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://amdocs-1.gitbook.io/kubernetes-handbook/master.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.
