> For the complete documentation index, see [llms.txt](https://docs.garden.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.garden.io/bonsai-0.13/k8s-plugins/remote-k8s/create-cluster.md).

# 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](/bonsai-0.13/k8s-plugins/remote-k8s/create-cluster/aws.md)
* [GCP](/bonsai-0.13/k8s-plugins/remote-k8s/create-cluster/gcp.md)
* [Azure](/bonsai-0.13/k8s-plugins/remote-k8s/create-cluster/azure.md)

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/bonsai-0.13/k8s-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.
