-
Notifications
You must be signed in to change notification settings - Fork 402
Insights to Blog Test #2632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
insectengine
wants to merge
4
commits into
quarkusio:main
Choose a base branch
from
insectengine:blogtest_Insights
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Insights to Blog Test #2632
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| layout: post | ||
| title: 'Quarkus Insights Episode #246: Evolving Minecraft Into a Cloud Native Platform' | ||
| date: 2026-05-06 | ||
| tags: insights | ||
| synopsis: Summary of the Episode #246 "Evolving Minecraft Into a Cloud Native Platform" | ||
| author: jcobb | ||
|
|
||
| --- | ||
|
|
||
| This summary was generated using AI, reviewed by humans - https://www.youtube.com/live/0079Co1GxcY[watch the video] for the full story. | ||
|
|
||
| == Leveling Up Minecraft: CubeCraft's Journey to Cloud Native Platform | ||
|
|
||
| Ever wondered what it takes to scale a passion project into a globally distributed platform for over 100,000 daily users? That's the core story Jaden Walderich of Zax shared in Quarkus Insights Episode 246, detailing how CubeCraft transformed from a grassroots Minecraft server into a serious cloud native operation. | ||
|
|
||
| Forget the typical enterprise cloud-native talk. This is a practical case study in platform engineering under real-world pressure. | ||
|
|
||
| ++++ | ||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/0079Co1GxcY?si=-7KEK9Yb01a3Ki-e" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
| ++++ | ||
|
|
||
| === The Problem: Scaling a Monolith with IRC | ||
|
|
||
| CubeCraft started small in 2012. Like many growing projects, its early architecture was a monolithic plugin—the kind of setup that works fine until you hit serious scale. They even used IRC as a message broker in the early days! Growth, especially securing a partnership with Microsoft, quickly exposed the limits of this architecture. | ||
|
|
||
| === Migration One: Microservices, Still Not a Platform | ||
|
|
||
| Their first big move (2015-2016) was breaking the monolith into standalone Java microservices. This took four years and increased game density, but as Jaden explained, they essentially traded one complex system for another. The key realization? Just adopting microservices doesn't automatically create an *operable* platform. | ||
|
|
||
| === Migration Two: Embracing Cloud Native (The Hard Way) | ||
|
|
||
| In 2020, they shifted again, moving to Kubernetes and cloud native tooling, culminating in their "Rocket" platform. They chose OKD to fast-track platform decisions and standardized on *Quarkus* for application development, finding it a more natural fit for their cloud native goals and developer experience than Spring. | ||
|
|
||
| The platform now features a two-layer split: a *Game Platform* for live workloads and a *Data Platform* (powered heavily by Quarkus microservices and operators) for stats, friends, and leaderboards, tied together with GraphQL and gRPC. | ||
|
|
||
| === The Real Technical Challenge: Lag Kills | ||
|
|
||
| The most compelling part? They couldn't just use vanilla Kubernetes. Minecraft is incredibly latency-sensitive. A lag spike is a failed architectural decision, no matter how clean the YAML looks. The team ruthlessly optimized for player experience, using advanced techniques like Multus-based networking and ZRAM to reduce overhead and boost node density. They adapted cloud native patterns to gaming reality, not the other way around. | ||
|
|
||
| Ultimately, the Rocket platform became its own product, supporting other Minecraft ecosystems, proving they had built a true, adaptable gaming platform. The biggest takeaway for any engineer is clear: *Understand your unique problem* ***before*** *you choose your tools.* | ||
|
|
||
| If you're into platform design, high-scale architecture, or just a great modernization story, this episode offers a concrete look at cloud native engineering on a demanding, real-time workload. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should have link to the video at the end |
||
|
|
||
| Seriously… you should watch https://www.youtube.com/live/0079Co1GxcY[Quarkus Insights #246: Evolving Minecraft Into a Cloud Native Platform]. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add line like: "This summary was generated using AI, reviewed by humans - watch the video for the full story" (and have video be direct link to youtube.