top of page

How to create AWS EKS cluster

  • Writer: Trapenok Viktor
    Trapenok Viktor
  • May 11, 2024
  • 1 min read

Updated: May 20, 2024

If you do not have cluster, create it in AWS console or use other ways like terraform. We will use AWS console as the simplest way to get kubernetes cluster.

ree

EKS cluster creation step 1

ree

EKS cluster creation step 2.

You need to create or select IAM role for cluster. Click to create role button.

ree

Create IAM role for cluster.

ree

Create IAM role for cluster. Step 2

ree

Create IAM role for cluster. Step 3

ree

Create IAM role for cluster. Step 4

ree

Now we have a new role and can use it to create a new cluster. Come back to cluster creation form.

ree

EKS cluster creation step 3

ree

EKS cluster creation step 4.

Here you can select addons to your cluster.

ree

EKS cluster creation step 5.

Here you can configure selected addons to your cluster.

ree

EKS cluster creation step 6

ree

EKS cluster creation step 7

Almoste done. Just wait until the cluster will be ready.

ree

Now it is ready.

ree

Cluster is ready, but you need to add nodes to the cluster.

ree

Again, you need new IAM role for nodegroup

ree

Create a role for nodegroup

ree

Add permissions

ree

Add more permissions

ree

Check permissions

ree

Continuer with node group creation flow (step 1)

ree

Continuer with node group creation flow (step 2)

ree

Nodegroup creation flow (step 3)

ree

Nodegroup creation flow (step 4)

ree

Almost ready

ree

Good. You have new kubernetes cluster.

The next step – install unifie into your cluster

 
 
 

Comentários


bottom of page