Launching Diarkis Server in a Cloud Environment

The Diarkis server can be deployed in any environment using Kubernetes.

While it's possible to start and manage the server binary on bare metal servers or VMs, we recommend using Kubernetes to reduce infrastructure maintenance costs.

  • GCP (GKE)

  • AWS (EKS)

  • Azure (AKS)

  • Alibaba Cloud (ACK)

  • Linode (LKE)

In the diarkis-server-template repository, samples are provided for running on various clouds. Please refer to the following README for more details.

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

Last updated