Create Namespace Kubectl Official
After creation, you’ll want to verify your new namespace and potentially set it as your default context. Civo Academy - Creating a Kubernetes Namespace
kubectl get nodes
kubectl get namespaces # or shorthand: kubectl get ns create namespace kubectl
kubectl apply -f namespace.yaml








16:03