Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrofracassi/multipaper-kubernetes
Proof-of-concept Kubernetes setup for running a MultiPaper Minecraft Server that autoscales based on CPU usage.
https://github.com/pedrofracassi/multipaper-kubernetes
Last synced: about 1 month ago
JSON representation
Proof-of-concept Kubernetes setup for running a MultiPaper Minecraft Server that autoscales based on CPU usage.
- Host: GitHub
- URL: https://github.com/pedrofracassi/multipaper-kubernetes
- Owner: pedrofracassi
- Created: 2023-07-20T18:44:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T18:48:24.000Z (over 1 year ago)
- Last Synced: 2023-07-20T19:46:40.823Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multipaper Kubernetes
Proof-of-concept Kubernetes setup for running a MultiPaper Minecraft Server that autoscales based on CPU usage. Not production-ready, but it works! **Pull Requests are more than welcome!**
## Setup
Clone the repository and run `kubectl apply -f .` in the root directory. This will create a deployment, service, and horizontal pod autoscaler and LoadBalancer for the Minecraft server. The server will be available on port 25565 of the LoadBalancer's IP address.
## To-do list
- [ ] Persistent volume claim for world storage
- [ ] GitHub Actions image build
- [x] Download multipaper jar on build
- [x] Copy plugins to node docker image
- [x] Advertise the correct IP to the master