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 14 Next »

Namespace

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

kubectl get ns

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

Create a namespace of your choice:

kubectl create namespace <namespace>

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

  • No labels