Minecraft Server - Part 3: Running on Kubernetes
In Part 2 of this series, we got the Minecraft server running in Docker containers, with persistence via volumes and automatic restart. In this article, will bringing the same server into a Kubernetes cluster, gaining managed storage via PersistentVolumeClaim, isolation via Namespace, and the flexibility to run on any available node in the cluster.
Minecraft Bedrock on Kubernetes
apiVersion: v1
kind: Namespace






