Launch Diarkis Server in Cloud Environment

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

While it is possible to start the server binary on bare metal servers or VMs and manage it, 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, 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

Last updated