# Launch Diarkis Server in Cloud Environment

Diarkis server may be launched in any environment using Kubernetes.

While it *is* possible to launch the server binaries on bare-metal servers or managed VM(s), we highly recommend orchestration via Kubernetes to reduce both infrastructure and maintenance costs.

* GCP (GKE)
* [AWS (EKS)](/en/diarkis-server/setup-cloud/aws.md)
* Azure (AKS)
* Alibaba Cloud (ACK)
* Linode (LKE)

In the diarkis-server-template repository, we provide samples to operate on each of the various clouds listed above. Please refer to the README for further details.

<https://github.com/Diarkis/diarkis-server-template/tree/main/src/cloud>


---

# 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://help.diarkis.io/en/diarkis-server/setup-cloud.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.
