Install Agones using YAML

We can install Agones to the cluster using an install.yaml file.
kubectl create namespace agones-system
kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/release-1.3.0/install/yaml/install.yaml

You can also find the install.yaml in the latest agones-install zip from the releases archive.

Next Steps