# Cluster Types

In this document, we will explore the different types of Kubernetes clusters Platform9 Managed Kubernetes (PMK) supports today.

* [On Premise (BareOS)](/managed-kubernetes/clusters/on-premise-bare-os.md) – Platform9 uses the term **‘BareOS’** to refer to physical servers or a set of Linux virtual machines like VMWare or KVM. Clusters created using these machine types are called a **BareOS** cluster. Once created, these clusters will show up in your PMK UI with type ‘BareOS’.
* [AWS Native Clusters](/managed-kubernetes/clusters/aws-native-clusters.md) – This is the PMK legacy mechanism to create clusters natively in AWS using EC2 instances and using Platform9's native Qbert cluster management APIs.


---

# 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/clusters/cluster-types.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.
