Setting up your private Kubernetes cluster is not covered by this guide. Please refer to your vendor’s documentation for cluster setup instructions.
When your private Kubernetes cluster creation is completed, proceed to the next step.
Create a namespace called Unless explicitly stated, this is the namespace that is used throughout the remainder of this installation guide. Hint! You can also create and use a namespace with another name. This command shows all namespaces that currently exist in your cluster: Namespace
uepe
:
kubectl create namespace uepe
kubectl get namespaces