# Kubeadm

- [Cheat Sheet](https://www.devops.buzz/public/kubeadm/cheat-sheet.md): Kubeadm tips and tricks
- [Change serviceSubnet CIDR](https://www.devops.buzz/public/kubeadm/change-servicesubnet-cidr.md): Change IP range of your services.
- [Setup cluster](https://www.devops.buzz/public/kubeadm/setup-cluster-1.md): Setup kubeadm K8s cluster.
- [Azure](https://www.devops.buzz/public/kubeadm/setup-cluster-1/azure.md): Setup kubeadm K8s cluster on Azure provider.
- [Bare-metal](https://www.devops.buzz/public/kubeadm/setup-cluster-1/setup-cluster.md): Install a cluster using Kubeadm on bare-metal servers
- [Vagrant + VirtualBox](https://www.devops.buzz/public/kubeadm/setup-cluster-1/vagrant-+-virtualbox.md)
- [Multi master](https://www.devops.buzz/public/kubeadm/multi-master.md)
- [Known errors and solutions](https://www.devops.buzz/public/kubeadm/known-errors-and-solutions.md): Problems and solutions


---

# 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://www.devops.buzz/public/kubeadm.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.
