Kubernetes-Native
Minecraft Infrastructure

Deploy, scale, and manage Minecraft server networks with a powerful Kubernetes operator. Built-in Gateway API integration, real-time dashboard, and multi-cluster support.

Gateway API Native
Multi-Network Support
Real-time Dashboard
Simple API
MinecraftJoinRouteGateway APIJava EditionMinecraftFallbackRouteBedrock EditionMinecraftServerDiscoveryVelocityWaterdogBungeeCordGatewayClassMulti-networkGateAgonesAuto-scalingMinecraftJoinRouteGateway APIMinecraftJoinRouteGateway APIJava EditionMinecraftFallbackRouteBedrock EditionMinecraftServerDiscoveryVelocityWaterdogBungeeCordGatewayClassMulti-networkGateAgonesAuto-scalingMinecraftJoinRouteGateway API

// FEATURES

Everything you need to run
Minecraft at scale

A complete operator built for DevOps engineers who want cloud-native Minecraft infrastructure.

kind: MinecraftJoinRoute

Gateway API Integration

Native support for Kubernetes Gateway API. Route traffic to your Minecraft servers with integrations for Java and Bedrock.

ready
>_
status: healthy

Real-time Dashboard

Monitor player counts, server health, resource usage, and network performance from a beautiful web dashboard.

ready
>_
proxy: velocity

Multi-Network Support

Deploy multiple Minecraft networks in a single cluster. BungeeCord, Velocity, or standalone.

ready
>_
tls: enabled

Built-in Security

Automatic TLS termination, rate limiting, and DDoS protection at the gateway level.

ready
>_
pvc: 50Gi

Persistent Storage

Seamless PVC integration for world data, player data, and plugin configurations.

ready
>_
hpa: true

Auto-scaling

Scale servers based on player count, CPU usage, or custom metrics with HPA.

ready
>_
apiVersion: v1

CRD-Based Config

Define your entire Minecraft infrastructure as code with intuitive CRDs.

ready
>_
clusters: 3

Multi-Cluster Ready

Deploy across clusters for geographic distribution and high availability.

ready
>_

// CONFIGURATION

Define your infrastructure as code

Kubernetes-native CRDs with full Gateway API support — define Gateways, JoinRoutes, and FallbackRoutes to expose your Minecraft networks.

Gateway API Native

First-class support for Kubernetes Gateway API with MinecraftJoinRoute and MinecraftFallbackRoute

Multi-Gateway Support

Route multiple networks through shared or dedicated gateways

Gateway Controller

Works with the minecraft-gateway controller

Java & Bedrock

Automatically routes Java- & Bedrock-Edition connections

kubectl apply -f config.yaml
1apiVersion: gateway.networking.k8s.io/v1
2kind: Gateway
3metadata:
4 labels:
5 app.kubernetes.io/name: minecraft-gateway
6 app.kubernetes.io/managed-by: kustomize
7 name: minefleet-gateway-sample
8spec:
9 gatewayClassName: minefleet-gatewayclass-sample
10 infrastructure:
11 parametersRef:
12 group: gateway.networking.minefleet.dev
13 kind: MinecraftServerDiscovery
14 name: minecraftserverdiscovery-sample
15 listeners:
16 - name: "minecraft"
17 port: 25565
18 protocol: TCP
19 allowedRoutes:
20 kinds:
21 - kind: MinecraftFallbackRoute
22 group: gateway.networking.minefleet.dev
23 - kind: MinecraftJoinRoute
24 group: gateway.networking.minefleet.dev
25 namespaces:
26 from: Same

// ROADMAP

When will it be ready?

We're actively building minefleet. Here's our timeline for reaching general availability.

IN PROGRESSQ1 2026

Gateway operator development

Complete gateway API integration

  • Route and Discovery CRDs
  • Advanced Gateway routes
  • Multi network clusters
BetaQ2 2026

Extended management development

Extended integration for non super technical users

  • HPA with custom metrics
  • OpenTelemetry exported metrics
  • Dashboard
  • REST-API for managing gateways and servers
RCQ3 2026

Security, testing & cleanup

Securing through test coverage and security scanning

  • At least 80% Test coverage
  • Automated SAST & SCA Scans
1.0Q4 2026

General Availability

Stable release with comprehensive documentation, Helm charts, and community support.

  • Stable API
  • Helm chart & OLM
  • Full documentation
  • Community plugins

// HELP OUT

Want to help build minefleet?

We're looking for contributors, testers, and early adopters. Join our Discord to get involved in shaping the future of Minecraft on Kubernetes.

Contribute codeReport bugsWrite docsTest features