OCI Kubernetes Engine
Follow these steps to create an OCI Kubernetes Engine (OKE) cluster for your Agones install.
Create your OKE Cluster using the Getting Started Guide.
Note
To create a cluster, you must either belong to the tenancy’s Administrators group, or belong to a group to which a policy grants the CLUSTER_MANAGE permission. See Policy Configuration for Cluster Creation and Deployment.Possible steps to create OKE cluster through OCI web console are the following:
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Kubernetes Clusters (OKE).
- Select the compartment in which you want to create the cluster.
- On the Clusters page, click Create cluster.
- Select one of the following workflows to create the cluster:
- Quick Create: Select this workflow when you only want to specify those properties that are absolutely essential for cluster creation. When you select this option, Kubernetes Engine uses default values for many cluster properties, and creates new network resources as required.
- Custom Create: Select this workflow when you want to be able to specify all of the cluster’s properties, use existing network resources, and select advanced options.
- Click Submit.
- Complete the pages of the workflow you selected. For more information, see:
Allowing UDP Traffic
For Agones to work correctly, we need to allow UDP traffic to pass through to our OKE cluster worker nodes. To achieve this, we must update the workers’ nodepool SG (Security Group) with the proper rule. A simple way to do that is:
- Log in to the OCI Console
- Go to the Virtual Cloud Network Details Dashboard and select Network Security Groups
- Find the Security Group for the workers nodepool, which will be named something like
workers-
- Select Add Rules
- Edit Rules to add a new Custom UDP Rule with a 7000-8000 port range and an appropriate Source CIDR range (
0.0.0.0/0
allows all traffic)
Next Steps
- Continue to Install Agones.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 28, 2024: Set externalTrafficPolicy as Local for agones-allocator (#4022) (08bc4c0)