codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Run a Minecraft server for free on Kubernetes

Joyce Lin
codeburst
Published in
9 min readJul 29, 2020

--

Photo by Nina PhotoLab on Unsplash
Running a Minecraft server on Kubernetes? Piece of cake!

Why Kubernetes instead of just Docker?

separation of concerns between Docker and Kubernetes

A recipe for deploying Minecraft on Kubernetes with KubeSail

run a Minecraft server on a single-node cluster on Raspberry Pi

Step 0: pre-requisites

KubeSail

Kubernetes

Step 1: add a cluster to the Raspberry Pi

$ sudo microk8s.kubectl apply -f https://byoc.kubesail.com/<your-kubesail-username>.yaml
1) add a cluster on the Raspberry Pi using `microk8s.kubectl` instead of `kubectl`, and 2) give it a name
Add a new namespace called `games`

Step 2: fork a public template

fork the minecraft-raspberry-pi template

The YAML explained

Review the deployment details
Review PersistentVolumeClaim

Step 3: deploy on Kubernetes

Select a Kubernetes context to deploy the app

Step 4: Connect to the Minecraft server

scanning for games on the local network

Final thoughts on deploying with Kubernetes

--

--

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Responses (2)