# cli kubectl create ns test-namespace # or in yaml --- apiVersion: v1 kind: Namespace metadata: name: test-namespace