From 8faf560721e807b540434cbefce1ce8ab3f49ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levilain?= Date: Mon, 23 Oct 2023 14:38:59 +0200 Subject: [PATCH] docs: refine deployment chapters and add Shulker section (#2454) --- docs/misc/deployment/index.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/misc/deployment/index.md b/docs/misc/deployment/index.md index af9c47b2..6d3cbca4 100644 --- a/docs/misc/deployment/index.md +++ b/docs/misc/deployment/index.md @@ -1,12 +1,22 @@ # More Deployment Info -## Using Helm +## On Kubernetes + +### Using Helm - itzg Helm Chart: - [GitHub repo](https://github.com/itzg/minecraft-server-charts) - [Helm Chart repo](https://itzg.github.io/minecraft-server-charts/) - [mcsh/server-deployment](https://github.com/mcserverhosting-net/charts) +### Using Shulker + +[Shulker](https://github.com/jeremylvln/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. + +## 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](https://github.com/vatertime/minecraft-spot-pricing). 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. @@ -16,7 +26,3 @@ Below are supporting articles for server deployment. 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. - -## Deploying onto 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](https://github.com/vatertime/minecraft-spot-pricing). 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.