3.9 KiB
More Deployment Info
On Kubernetes
Using Helm
- itzg Helm Chart:
- mcsh/server-deployment
Using Shulker
Shulker is a Kubernetes operator for managing complex and dynamic Minecraft infrastructures, including game servers and proxies. It uses the docker-minecraft-server and docker-bungeecord images under-the-hood.
With Ansible
Ansible is an open-source task automation tool built in Python. Ansible playbooks can be used to automate all kinds of tasks, including deploying remote Minecraft servers.
Using the MASH playbook
The MASH Playbook is a premade playbook with the option to deploy a wide variety of open-source services to your server(s), including docker-minecraft-server, making it a good option if you want all the bells and whistles alongside your Minecraft server.
- Check out the Installation Guide for the MASH playbook to get started.
- You can then enable Minecraft in your vars.yml.
- Enable any supporting services that you might find useful, such as user authentication, remote backups, email relay, cron monitoring, audio and video conferencing, databases (MariaDB, PostgresSQL), push notifications, uptime monitoring, a website, as well as installing any extra files, folders, applications, services and running commands automatically on deployment.
On CloudFormation (AWS)
If you're looking for a simple way to deploy this to the Amazon Web Services Cloud, check out the Minecraft Server Deployment (CloudFormation) repository. This repository contains a CloudFormation template that will get you up and running in AWS in a matter of minutes. Optionally it uses Spot Pricing so the server is very cheap, and you can easily turn it off when not in use.
Supporting Articles
Below are supporting articles for server deployment.
-
"Zero to Minecraft Server with Docker Desktop and Compose"
https://dev.to/rela-v/zero-to-minecraft-server-with-docker-desktop-and-compose-500a
- This is a reference guide/tutorial on how to set up a vanilla Minecraft server using this project, including step-by-step instructions, and information on topics such as port-forwarding.