0 votes
in Kubernetes K8s by
What is the command to create a Kubernetes Namespace?

a) kubectl create namespace [name]

b) kubectl create -f namespace.yaml

c) kubectl apply -f namespace.yaml

d) kubectl create ns [name]

1 Answer

0 votes
by
Answer: d)

Explanation: kubectl create ns [name]. This command creates a new Kubernetes Namespace with the specified name.

Related questions

0 votes
asked Mar 24 in Kubernetes K8s by rajeshsharma
0 votes
asked Sep 19, 2023 in Dot Net by Robin
...