# Advanced Cluster Configuration

In this section, we explore multiple areas related to advanced cluster management.

These topics include:

* **Topology Manager** – The Topology Manager incorporates data from the CPU Manager and other device plugins when making decisions about pod placement.
* **CPU Manager** – The CPU Manager is a feature of [Kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) that enables users to define essential CPU allocations.
* **Device Plugins** – Kubernetes supplies a Device Plugin model that allows device manufacturers to announce system hardware assets to Kubelet.
* **Kubernetes API Server Customization –** This feature allows for the customization of Kubernetes API flags at the time of cluster creation.


---

# 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://docs.platform9.com/managed-kubernetes/5.8/advanced-cluster-configuration.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.
