# 1. Create a Cluster

First things first, you'll need a Kubernetes cluster you can deploy to.

At the end of this step you should have the context of your Kubernetes cluster at hand.

You should also have permissions to create namespaces in your cluster, and to create Deployments, Daemonsets, Services, and Ingresses within the namespaces.

Below you'll find basic guides for some common cloud providers:

* [AWS](https://docs.garden.io/acorn-0.12/kubernetes-plugins/remote-k8s/create-cluster/aws)
* [GCP](https://docs.garden.io/acorn-0.12/kubernetes-plugins/remote-k8s/create-cluster/gcp)
* [Azure](https://docs.garden.io/acorn-0.12/kubernetes-plugins/remote-k8s/create-cluster/azure)

Let us know on [our Discord community](https://discord.gg/FrmhuUjFs6) if you'd like guides for more providers.

Note that there are multiple ways to create Kubernetes clusters (e.g. point-and-click, Terraform, Pulumi, etc) and feel free to pick whatever approach you're most comfortable with.

As long as you have a cluster and are able to perform basic operations on it with kubectl, you should be good to go.


---

# 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.garden.io/acorn-0.12/kubernetes-plugins/remote-k8s/create-cluster.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.
