title | linkTitle | weight | description |
---|---|---|---|
Install and configure Agones on Kubernetes |
Installation |
4 |
Instructions for creating a Kubernetes cluster and installing Agones.
|
- Kubernetes cluster version {{% k8s-version %}}
- Google Kubernetes Engine, Azure Kubernetes Service, Amazon EKS and Minikube are supported.
- If you are creating and managing your own Kubernetes cluster, the
MutatingAdmissionWebhook, and
ValidatingAdmissionWebhook
admission controllers are required.
- We also recommend following the recommended set of admission controllers.
- Firewall access for the range of ports that Game Servers can be connected to in the cluster.
- Game Servers must have the [game server SDK]({{< ref "/docs/Guides/Client SDKs/_index.md" >}}) integrated, to manage Game Server state, health checking, etc.
{{< alert title="Warning" color="warning">}} This release has been tested against Kubernetes versions {{% k8s-version %}} on GKE. Other versions may work, but are unsupported. It is also likely that not all of these versions are supported by other cloud providers. {{< /alert >}}
The following container operating systems and architectures can be utilised with Agones:
OS | Architecture | Support |
---|---|---|
linux | amd64 |
Stable |
linux | arm64 |
Alpha |
[windows] | amd64 |
Alpha |
For all the platforms in Alpha, we would appreciate testing and bug reports on any issue found.
[windows]: {{% relref "windows-gameservers.md" %}}
Agones will support 3 releases of Kubernetes, targeting the newest version as being the latest available version in the GKE Rapid channel. However, we will ensure that at least one of the 3 versions chosen for each Agones release is supported by each of the major cloud providers (EKS and AKS). The vendored version of client-go will be aligned with the middle of the three supported Kubernetes versions. When a new version of Agones supports new versions of Kubernetes, it is explicitly called out in the release notes.
The following table lists recent Agones versions and their corresponding required Kubernetes versions:
Agones version | Kubernetes version(s) |
---|---|
1.45 | {{% k8s-version %}} |
1.44 | 1.28, 1.29, 1.30 |
1.43 | 1.28, 1.29, 1.30 |
1.42 | 1.27, 1.28, 1.29 |
1.41 | 1.27, 1.28, 1.29 |
1.40 | 1.27, 1.28, 1.29 |
1.39 | 1.27, 1.28, 1.29 |
1.38 | 1.26, 1.27, 1.28 |
1.37 | 1.26, 1.27, 1.28 |
1.36 | 1.26, 1.27, 1.28 |
1.35 | 1.25, 1.26, 1.27 |
1.34 | 1.25, 1.26, 1.27 |
1.33 | 1.25, 1.26, 1.27 |
1.32 | 1.24, 1.25, 1.26 |
1.31 | 1.24, 1.25, 1.26 |
1.30 | 1.23, 1.24, 1.25 |
1.29 | 1.24 |
1.28 | 1.23 |
1.27 | 1.23 |
1.26 | 1.23 |
1.25 | 1.22 |
1.24 | 1.22 |
1.23 | 1.22 |
For detailed guides on best practices running Agones in production, see [Best Practices]({{< relref "../Guides/Best Practices" >}}).