Ark Orchestrator is a project that automatically creates an Ark cluster with all maps using Helm charts for Kubernetes deployment.
- Automatically sets up an Ark cluster
- Includes all official maps
- Easy to configure and deploy on Kubernetes
- Kubernetes cluster
- Helm
-
Clone the repository:
git clone https://github.com/yourusername/ark-orchestrator.git cd ark-orchestrator -
Install the Helm chart:
helm install ark-cluster ./helm-chart
You can configure the cluster settings in the values.yaml file within the Helm chart directory.
Once the cluster is up and running, you can connect to it using the Ark client. The server details will be displayed in the Kubernetes logs.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.