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.
// FEATURES
Everything you need to run
Minecraft at scale
A complete operator built for DevOps engineers who want cloud-native Minecraft infrastructure.
Gateway API Integration
Native support for Kubernetes Gateway API. Route traffic to your Minecraft servers with integrations for Java and Bedrock.
Real-time Dashboard
Monitor player counts, server health, resource usage, and network performance from a beautiful web dashboard.
Multi-Network Support
Deploy multiple Minecraft networks in a single cluster. BungeeCord, Velocity, or standalone.
Built-in Security
Automatic TLS termination, rate limiting, and DDoS protection at the gateway level.
Persistent Storage
Seamless PVC integration for world data, player data, and plugin configurations.
Auto-scaling
Scale servers based on player count, CPU usage, or custom metrics with HPA.
CRD-Based Config
Define your entire Minecraft infrastructure as code with intuitive CRDs.
Multi-Cluster Ready
Deploy across clusters for geographic distribution and high availability.
// 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
1apiVersion: gateway.networking.k8s.io/v12kind: Gateway3metadata:4 labels:5 app.kubernetes.io/name: minecraft-gateway6 app.kubernetes.io/managed-by: kustomize7 name: minefleet-gateway-sample8spec:9 gatewayClassName: minefleet-gatewayclass-sample10 infrastructure:11 parametersRef:12 group: gateway.networking.minefleet.dev13 kind: MinecraftServerDiscovery14 name: minecraftserverdiscovery-sample15 listeners:16 - name: "minecraft"17 port: 2556518 protocol: TCP19 allowedRoutes:20 kinds:21 - kind: MinecraftFallbackRoute22 group: gateway.networking.minefleet.dev23 - kind: MinecraftJoinRoute24 group: gateway.networking.minefleet.dev25 namespaces:26 from: Same// ROADMAP
When will it be ready?
We're actively building minefleet. Here's our timeline for reaching general availability.
Gateway operator development
Complete gateway API integration
- Route and Discovery CRDs
- Advanced Gateway routes
- Multi network clusters
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
Security, testing & cleanup
Securing through test coverage and security scanning
- At least 80% Test coverage
- Automated SAST & SCA Scans
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.