# Cluster Types

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

* \*\* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/bareos-what-is-bareos/README.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’.
* *
* [**auto$**](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/eks-capi-clusters/README.md) **-** Platform9 supports creating Amazon Elastic Kubernetes Service(EKS) clusters, provisioned and managed using Kubernetes Cluster API.
* [**auto$**](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/aws-cluster-api/README.md) **-** Platform9 supports creating clusters natively in AWS using EC2 instances provisioned and managed using Kubernetes Cluster API. This is a newly added mechanism for creating clusters on AWS using EC2 instances and is more feature rich compared to the legacy mechanism (below).
* [**auto$**](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/aws-prerequisites/README.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.
* [**auto$**](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/azure-prerequisites/README.md) – Platform9 provides native integration with Microsoft Azure to create Kubernetes clusters (non-AKS, leveraging VM instances) and manages the lifecycle of each component required to run a Kubernetes Cluster.
* Imported Clusters - Platform9 can connect to and import following types of clusters into the PMK management plane:
  * [**auto$**](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/google-cloud-prerequisites/README.md) – Platform9 can connect to and import a GKE Clusters.
  * [**auto$**](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/eks-clusters/README.md) – Platform9 can connect to and import a EKS Clusters.
  * [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/aks-clusters/README.md) – Platform9 can connect to and import a AKS Clusters.


---

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