Skip to content

Commit

Permalink
Add Shulker to the Agones adopters list
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Nov 15, 2023
1 parent 43312dc commit 65f4f93
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion site/content/en/docs/Third Party Content/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@ 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.
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, including game servers and proxies.
- Under the hood, it makes use of Agones to manage the pods lifecycles through `Fleet` and `GameServer` resources.
- The end user does not manage Agones resources directly but rather simplified abstractions provided by Shulker
dedicated for Minecraft workloads.
- It achieves high availability and density Minecraft infrastructures as long as Agones is just as much.

Shulker requires you to have a genuine Minecraft account. You'll need to purchase the game to test
the "Getting Started" example.

0 comments on commit 65f4f93

Please sign in to comment.