This repository contains Helm charts for deploying a Minecraft server on Kubernetes.
Helm must be installed to use the charts. Please refer to Helmβs documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add clucktopia-repo https://clucktopia.github.io/helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run helm search repo clucktopia-repo
to see the charts.
To install a chart:
helm install <chart-name> clucktopia-repo/<chart-name>
To uninstall the chart:
helm uninstall <chart-name>
π¦ minecraft-server
A flexible and minimalistic Helm chart to run a Minecraft Java Edition server on Kubernetes.
π¦ minecraft-proxy
β¦
π¦ minecraft-exporter
β¦
π¦ minecraft-backup
β¦
This project is licensed under the MIT License. See LICENSE for details.
While this chart was written from scratch, it was conceptually inspired by the itzg/minecraft-server-charts project.