Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Skip this step If IAM Role for Service Account has already been setup at cluster creation time by the eksctl tool. These commands list service accounts that were already created by the eksctl tool.

Create a namespace called uepe:

Excerpt
namecommon-namespace

Namespace

Info
Code Block
languagebash
kubectl 
get
create 
sa
namespace 
-n uepe
Code Block
languagebash
kubectl get sa -n cert-manager
Namespace
uepe

Unless explicitly stated, this is the namespace that is used throughout the remainder of

the

this installation guide

will follow whatever namespace configured under iam.serviceAccounts portion in the uepe-eks.yaml file in Set Up Kubernetes Cluster - AWS section

Create a namespace of your choice.

Tip

Hint!

You can also create and use a namespace with another name.

This command shows all namespaces that currently exist in your cluster:

Code Block
languagebash
kubectl 
create namespace <namespace>
Unless explicitly stated, this is the namespace that is used throughout the remainder of this installation guide
get namespaces

Excerpt
nameterraform state message
Note

Note!

It is important to keep the Terraform state file safe after the cluster creation is completed, as it will be needed if you wish to destroy the cluster later.