Skip to content

First minecraft kubernetes cluster since 2024

License

Notifications You must be signed in to change notification settings

Thiies/nextCluster

 
 

Repository files navigation

nextCluster

Installation

Approved operating system: Debian 12/11/10 & Ubuntu 22.04

For approved operating system users, you can install the package from the repository by running the following command:

wget https://raw.githubusercontent.com/nextCluster/nextCluster/master/scripts/install-cluster.sh && chmod +x install-cluster.sh && ./install-cluster.sh && rm install-cluster.sh

Other

You have to install these dependencies on your os.
When you have installed the dependencies, you can install the package from the repository by running the following command:

kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/scripts/init-cluster.yml

Install a simple lobby (latest paper) template

kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/examples/lobby.yml

Install a simple proxy (velocity) template

kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/examples/proxy.yml

Contributing

You can contribute to the project by forking the repository and creating a pull request. You can also contribute by creating an issue. Pull Requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.

About

First minecraft kubernetes cluster since 2024

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.3%
  • Shell 1.7%