# Introduction

A technical knowledge base covering cloud-native technologies, DevOps practices, and platform engineering. Documentation is organized following the [CNCF landscape](https://landscape.cncf.io/) taxonomy.

## Sections

* [**CNCF**](https://book.yakir.top/cncf/cncf) — Cloud-native tools organized by the CNCF landscape taxonomy: CI/CD, databases, messaging, observability, service mesh, container runtime, and more
* [**DevOps**](https://book.yakir.top/devops/devops) — Programming languages, CLI references, network fundamentals, service configurations, and Linux system topics
* [**Platform**](https://book.yakir.top/platform/platform) — Cloud provider guides (AWS, GCP, Alibaba Cloud) and Kubernetes distribution installers
* [**Standards**](https://book.yakir.top/standards/standards) — Engineering standards: naming conventions, Git Flow, GitHub/GitLab/Docker standards, release automation
* [**Misc**](https://book.yakir.top/misc/misc) — VPN/tunnel technologies and interview preparation
* [**Environment**](https://book.yakir.top/environment/environment) — Development environment setup


---

# 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://book.yakir.top/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.
