# Diarkis サーバをクラウド環境で起動する

Diarkis サーバーテンプレートに Kubernetes で Diarkis クラスターを構築するためのマニフェストが用意されています。

ベアメタルサーバーや VM でサーバーバイナリを起動して管理することも可能ですが、冗長化や高可用性を高めるために Kubernetes を利用することをお勧めしております。

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

diarkis-server-template リポジトリにて、以下の各種クラウドで動作させるためのサンプルを用意しております。詳細は以下の README を参照してください。

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