Versions Compared

Key

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

Namespace

Create a namespace called uepe:

Code Block
languagebash
kubectl create namespace uepe

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

Infotip

Hint!

You can of course choose to also 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

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.