Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
namecommon-namespace

Namespace

Info

This command shows all namespaces that were pre-created by the eksctl tool at cluster creation time.

Code Block
languagebash
kubectl get ns

Proceed to create namespace if the desire namespace hasn’t been created yet.

Create a namespace of your choicecalled uepe:

Code Block
languagebash
kubectl create namespace <namespace>uepe

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

Info

You can of course choose to create and use a namespace with another name if you prefer that.

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

Code Block
languagebash
kubectl get namespaces