From a8e59315854117026c7dc6d213dc2ebd20c0a9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levilain?= Date: Tue, 28 Nov 2023 22:41:15 +0100 Subject: [PATCH] Add Shulker to the Agones adopters list (#3503) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Shulker to the Agones adopters list Signed-off-by: Jérémy Levilain * Exclude Minecraft how-to link from dead-link check Co-authored-by: Mark Mandel --------- Signed-off-by: Jérémy Levilain Co-authored-by: Mark Mandel --- site/content/en/docs/Third Party Content/examples.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/content/en/docs/Third Party Content/examples.md b/site/content/en/docs/Third Party Content/examples.md index 247ad6148b..6125cb7467 100644 --- a/site/content/en/docs/Third Party Content/examples.md +++ b/site/content/en/docs/Third Party Content/examples.md @@ -25,4 +25,14 @@ You will need to download the Minetest client separately to play. * [Quilkin](https://github.com/googleforgames/quilkin) is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more. * [Quilkin with Agones](https://github.com/googleforgames/quilkin/tree/main/examples) is an example of running [Xonotic](https://xonotic.org/) with Quilkin on an Agones cluster, utilising either [the sidecar integration pattern](https://github.com/googleforgames/quilkin/tree/main/examples/agones-xonotic-sidecar) or via the the [Quilkin xDS Agones provider](https://github.com/googleforgames/quilkin/tree/main/examples/agones-xonotic-xds) with a TokenRouter to provide routing and access control to the allocated GameServer instance. -You will need to download the Xonotic client to interact with the demo. \ No newline at end of file +You will need to download the Xonotic client to interact with the demo. + +## Shulker + +- [Shulker](https://github.com/jeremylvln/Shulker) is a Kubernetes operator for managing complex and dynamic Minecraft + infrastructure at scale, including game servers and proxies. +- It builds on top Agones `GameServer` and `Fleet` primitives to provide simplified abstractions specifically tailored + to orchestrating Minecraft workloads. + +Shulker requires you to have a genuine Minecraft account. You'll need to purchase the game +to test the "Getting Started" example.