# Platform9 Components

Platform9 provides its own software component, like [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/nodelet/README.md), which is installed as a service agent on each node as part of the larger Platform9 Managed Kubernetes (PMK) stack within a cluster. It is a multi-function CLI software that preforms several functions on the node.

* Generate Certificates
* Prepare Kubeconfigs
* Docker Configure & Start
* Etcd Configure & Run
* Network & CNI Configuration
* Dynamic Kubelet Configure/Start
* Kube Proxy Start
* Label and Taint Node
* Deploy App Catalog
* Deploy Luigi Operator
* Deploy KubeVirt
* Enable PF9 Add-on Operator Sentry
* Other Misc Scripts


---

# 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.7/platform9-components.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.
