The xKubernetes plugin integrates with Kubernetes to provide management and information retrieval functionalities within a Minecraft Bukkit server environment.
- Retrieve cluster information such as cluster name and server version.
- List Kubernetes services, deployments, and pods.
- Command-driven interface (/kubernetes) for easy interaction.
- Download the latest plugin JAR from the releases page.
- Place the downloaded JAR file into the
plugins
folder of your Bukkit server.
- /kubernetes info: Displays Kubernetes cluster information.
- /kubernetes services: Lists all Kubernetes services.
- /kubernetes deployments: Lists all Kubernetes deployments.
- /kubernetes pods: Lists all Kubernetes pods.
- Start your Bukkit server.
- Use the
/kubernetes
command followed by one of the sub-commands listed above to retrieve Kubernetes information.
No additional configuration is required. The plugin connects to the Kubernetes API using default configurations.
Contributions are welcome! If you find any issues or have suggestions, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.