# Minefleet Docs ## Docs - [Gateway API Integration](https://minefleet.dev/docs/minecraft-gateway/concepts/gateway-api.md): How minecraft-gateway extends the Kubernetes Gateway API with Minecraft-specific route types. - [Architecture Overview](https://minefleet.dev/docs/minecraft-gateway/concepts/overview.md): How minecraft-gateway's three-layer architecture routes Minecraft connections across your cluster. - [Customizing the Network Proxy](https://minefleet.dev/docs/minecraft-gateway/guides/customizing-network-proxy.md): How to mount secrets, config maps, and custom volumes into the network proxy using networkTemplate. - [Domain Routing](https://minefleet.dev/docs/minecraft-gateway/guides/domain-routing.md): How to route Minecraft connections by hostname using exact matches, wildcards, priorities, and multiple rules. - [Fallback Routing](https://minefleet.dev/docs/minecraft-gateway/guides/fallback-routing.md): How to configure fallback routes that redirect players when primary game servers are unavailable. - [Network Integration](https://minefleet.dev/docs/minecraft-gateway/guides/network-integration.md): How to implement a custom network proxy that integrates with minecraft-gateway using the NetworkXDS gRPC API. - [Server Capacity](https://minefleet.dev/docs/minecraft-gateway/guides/server-capacity.md): How minecraft-gateway tracks live player counts and excludes full servers from routing. - [Service Discovery](https://minefleet.dev/docs/minecraft-gateway/guides/service-discovery.md): How minecraft-gateway discovers game server Services and makes them available as route backends. - [Quickstart](https://minefleet.dev/docs/minecraft-gateway/quickstart.md): Get minecraft-gateway running on your Kubernetes cluster in minutes. - [MinecraftFallbackRoute](https://minefleet.dev/docs/minecraft-gateway/reference/minecraft-fallback-route.md): Reference for the MinecraftFallbackRoute CRD, which redirects players when primary servers are unavailable. - [MinecraftJoinRoute](https://minefleet.dev/docs/minecraft-gateway/reference/minecraft-join-route.md): Reference for the MinecraftJoinRoute CRD, which routes initial player connections based on hostname. - [NetworkInfrastructure](https://minefleet.dev/docs/minecraft-gateway/reference/network-infrastructure.md): Reference for the NetworkInfrastructure CRD, which configures service discovery, network proxy templates, and edge proxy options. ## OpenAPI Specs - [openapi](https://minefleet.dev/docs/docs/api-reference/openapi.json)