Create Namespace Kubectl 'link' Jun 2026

Once executed, Kubernetes will confirm the creation with a message like namespace/development created . Creating with a YAML Manifest (Declarative)

Use the -n or --namespace flag.

kubectl get namespaces

This command should display the deployment you just created. create namespace kubectl