<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Create Kubernetes Cluster on Agones</title>
    <link>/site/docs/installation/creating-cluster/</link>
    <description>Recent content in Create Kubernetes Cluster on Agones</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language><atom:link href="/site/docs/installation/creating-cluster/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Google Kubernetes Engine</title>
      <link>/site/docs/installation/creating-cluster/gke/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/installation/creating-cluster/gke/</guid>
      <description>Before you begin Take the following steps to enable the Kubernetes Engine API:
Visit the Kubernetes Engine page in the Google Cloud Platform Console. Create or select a project. Wait for the API and related services to be enabled. This can take several minutes. Enable billing for your project. If you are not an existing GCP user, you may be able to enroll for a $300 US Free Trial credit. Choosing a shell To complete this quickstart, we can use either Google Cloud Shell or a local shell.</description>
    </item>
    
    <item>
      <title>Amazon Elastic Kubernetes Service</title>
      <link>/site/docs/installation/creating-cluster/eks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/installation/creating-cluster/eks/</guid>
      <description>Create your EKS Cluster using the Getting Started Guide.
Possible steps are the following:
Create new IAM role for cluster management. Run aws configure to authorize your awscli with proper AWS Access Key ID and AWS Secret Access Key. Create an example cluster: eksctl create cluster \ --name prod \ --version 1.30 \ --nodegroup-name standard-workers \ --node-type t3.medium \ --nodes 3 \ --nodes-min 3 \ --nodes-max 4 Note EKS does not use the normal Kubernetes networking since it is incompatible with Amazon VPC networking.</description>
    </item>
    
    <item>
      <title>Azure Kubernetes Service</title>
      <link>/site/docs/installation/creating-cluster/aks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/installation/creating-cluster/aks/</guid>
      <description>Choosing your shell You can use either Azure Cloud Shell or install the Azure CLI on your local shell in order to install AKS in your own Azure subscription. Cloud Shell comes preinstalled with az and kubectl utilities whereas you need to install them locally if you want to use your local shell. If you use Windows 10, you can use the WIndows Subsystem for Windows as well.
Creating the AKS cluster If you are using Azure CLI from your local shell, you need to log in to your Azure account by executing the az login command and following the login procedure.</description>
    </item>
    
    <item>
      <title>OCI Kubernetes Engine</title>
      <link>/site/docs/installation/creating-cluster/oke/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/installation/creating-cluster/oke/</guid>
      <description>Create your OKE Cluster using the Getting Started Guide.
Note To create a cluster, you must either belong to the tenancy&amp;rsquo;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 &amp;amp; Artifacts, click Kubernetes Clusters (OKE).</description>
    </item>
    
    <item>
      <title>Minikube</title>
      <link>/site/docs/installation/creating-cluster/minikube/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/installation/creating-cluster/minikube/</guid>
      <description>Installing Minikube First, install Minikube, which may also require you to install a virtualisation solution, such as VirtualBox as well.
Starting Minikube Minikube will need to be started with the supported version of Kubernetes that is supported with Agones, via the --kubernetes-version command line flag.
Optionally, we also recommend starting with an agones profile, using -p to keep this cluster separate from any other clusters you may have running with Minikube.</description>
    </item>
    
  </channel>
</rss>
