0 votes
in Kubernetes K8s by
Whenever you run a kubectl command, it runs in the the default namespace How do you make in run in a different namespace?

1 Answer

0 votes
by

use -n namespace_name   (to whatever kubectl command you are running)

...