Answers for "kubectl use namespaces"

17

kubectl change namespace

kubectl config set-context --current --namespace=my-namespace
Posted by: Guest on July-10-2020
5

kubectl create namespace

# Create Namespace in current cluster
kubectl create namespace my-namespace
Posted by: Guest on October-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language