# Introduction

## Introduction

Welcome to the Kubernetes Training Notes! This is a hands-on based Kubernetes training designed to help you prepare for the Certified Kubernetes Administrator (CKA) exam.

### About This Course

This is a hands-on based Kubernetes training. For comprehensive notes or detailed guides, the Kubernetes official documentation is more elaborate and authentic. However, we have worked to make some of the topics and concepts in Kubernetes simple to understand through good examples, hands-on labs, and illustrations. We hope these notes will be easily digestible for beginner audiences, and every topic is assisted or accompanied with hands-on labs to mimic real-world scenarios as much as possible.

### Course Structure

Each topic in this course follows a consistent pattern:

* **Topic**
  * **Concept Blog** - Theoretical understanding and explanations
  * **Hands-on LAB** - Practical exercises to reinforce learning
  * **Reference** - Additional resources and official documentation links

### Getting Started

Navigate through the table of contents to explore different topics. Each section contains concept blogs explaining the theory, followed by hands-on labs where you can practice the concepts in a real Kubernetes environment.

***

*Happy Learning!*


---

# 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://learn-k8s.cloudnativenepal.org/readme.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.
