Description
K8sPlugin – Kubernetes Plugin for Hytale
K8sPlugin is a plugin that connects Kubernetes with the Hytale game world. It enables server administrators and developers to manage Kubernetes pods and namespaces directly from within a Hytale server environment, making it easier to control workloads and infrastructure from one place.
Key Features
- In-game visualization and management of Kubernetes pods
- In-game visualization of Kubernetes pods
- Designed for server operators who want unified control over game servers and cloud environments
Commands
/k8s spawnto sync your Kubernetes cluster namespaces and pods into the world
Oberservation
- It is based on Fabric8 Kubernetes, which makes the plugin around 100mb
Important:
This mod does not work in isolation. You must have:
- A Kubernetes cluster running
- A valid kubeconfig at
~/.kube/config
The mod uses this kubeconfig to connect directly to the Kubernetes API.
If the file is missing, invalid, or points to an unreachable cluster, the mod will fail to start or behave correctly.


