# Getting Started

In this article, you will learn how to install and configure Platform9 Managed Kubernetes (PMK) and create your first PMK cluster using your infrastructure on-premises or in a public cloud.

## Quick Start Kubernetes Cluster

Follow the articles below to create a Kubernetes cluster quickly on the provider of your choice. Such a cluster is useful when testing out PMK, for a POC or a dev / test environment.

```
        <a href="https://www.platform9.com/docs/kubernetes/get-started-bare-metal" target="_self"><img _ngcontent-rok-c128=""
                class="uimage clickable img-fluid"
                src="https://res.cloudinary.com/developerhub/image/upload/v1630086623/v2_5354/jevj4wsrejcgozvmlxlg.png" /></a>
    </div>
    <div class="pt-2 text-center font-weight-bold">

        <a href="https://www.platform9.com/docs/kubernetes/get-started-bare-metal" target="_self">On premise physical servers or VMs </a>
    </div>
</div>
<div class="col-4 p-5">
<div>
        <a href="https://www.platform9.com/docs/kubernetes/get-started-aws" target="_self"><img _ngcontent-rok-c128=""
                class="uimage clickable img-fluid"
                src="https://res.cloudinary.com/developerhub/image/upload/v1630086362/v2_5354/xzytzwkuvgn18tlnbmg2.png" /></a>
    </div>
    <div class="pt-2 text-center font-weight-bold">
        <a href="https://www.platform9.com/docs/kubernetes/get-started-aws" target="_self">
            Amazon Web Services
        </a>
    </div>
</div>
<div class="col-4 p-5">
<div>

        <a href="https://www.platform9.com/docs/kubernetes/get-started-azure" target="_self"><img _ngcontent-rok-c128=""
                class="uimage clickable img-fluid"
                src="https://res.cloudinary.com/developerhub/image/upload/v1630086373/v2_5354/jgvjpsltyklzhddig2lf.png" /></a>
    </div>
    <div class="pt-2 text-center font-weight-bold">

        <a href="https://www.platform9.com/docs/kubernetes/get-started-azure" target="_self">Microsoft Azure</a>
    </div>
</div>
```

```
        <a href="https://www.platform9.com/docs/kubernetes/get-started-google-cloud" target="_self"><img _ngcontent-rok-c128=""
                class="uimage clickable img-fluid"
                src="https://res.cloudinary.com/developerhub/image/upload/v1631210387/v2_5354/iupqulbxscjmdfsho31k.png" /></a>
    </div>
    <div class="pt-2 text-center font-weight-bold">

        <a href="https://www.platform9.com/docs/kubernetes/get-started-google-cloud" target="_self">Google Cloud</a>
    </div>
</div>
```

## Production Kubernetes Cluster

Follow the articles below to create a production grade Kubernetes cluster using PMK.

### On-premise data center (BareOS)

* Read the [Production Clusters](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/kubernetes-cluster-pre-requisites/README.md#production-clusters) Prerequisites and make sure your environment is configured appropriately
* Follow this article to [Create a Multi-Master Kubernetes Cluster](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/create-multi-master-cluster/README.md) on premises in your data center.

### AWS

* Read the [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/aws-prerequisites/README.md) Prerequisites and make sure your environment is configured appropriately
* Follow this article to [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/create-aws-autoscaling-cluster/README.md)

### Azure

* Read the [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/azure-prerequisites/README.md) Prerequisites to ensure your environment is configured appropriately
* Follow this article to [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/create-cluster-azure-cloud/README.md)

### Google Cloud

* Read the [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/google-cloud-prerequisites/README.md) Prerequisites to make sure your environment is configured appropriately
* Follow this article to create a cluster on [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/get-started-google-cloud/README.md)


---

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