Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Namespace

Create a namespace called uepe:

kubectl create namespace uepe

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

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:

kubectl get namespaces
  • No labels