... | ... | @@ -82,9 +82,9 @@ services: |
|
|
Use a persistent lobby from which you can spawn new VM's, each capable of running a timed or persistent Figments.nrw session.
|
|
|
You can either use an already existing cluster or one that is provided by one of the many cloud services, e.g. Google or AWS, or create your own cluster via minikube or kubeadm. We are using the [Agones](https://agones.dev/site/) framework to facilitate server orchestration, so your cluster needs to support this. Agones provides documentation to be set up on [Google Cloud](https://agones.dev/site/docs/installation/creating-cluster/gke/), [AWS](https://agones.dev/site/docs/installation/creating-cluster/eks/), [Azure](https://agones.dev/site/docs/installation/creating-cluster/aks/) and the local test environment [minikube](https://agones.dev/site/docs/installation/creating-cluster/minikube/).
|
|
|
|
|
|
In case you want to host your servers on your own hardware, we're providing instructions on how to set up your own cluster with [kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) in this [Article](Development/Deployment/Server/Local-Kubernetes-Cluster).
|
|
|
In case you want to host your servers on your own hardware, we're providing instructions on how to set up your own cluster with [kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/).
|
|
|
|
|
|
- [How to setup a local Kubernetes cluster](Local-Kubernetes-Cluster.md)
|
|
|
- [How to setup a local Kubernetes cluster](Development/Deployment/Server/Local-Kubernetes-Cluster)
|
|
|
- For any other cluster type, check out the [Agones Documentation](https://agones.dev/site/docs/installation/creating-cluster/), we do not provide step-by-step instructions for those.
|
|
|
- [How to setup Agones on a local Kubernetes cluster](Development/Deployment/Server/Setup-Agones-on-Cluster)
|
|
|
|
... | ... | |