Difference between revisions of "Kubectl get namespaces"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== [[Minikube]] ==
 
== [[Minikube]] ==
 
+
  [[kubectl get]] namespaces
  kubectl get namespaces
 
 
  NAME                  STATUS  AGE
 
  NAME                  STATUS  AGE
 
  default                Active  3d21h
 
  default                Active  3d21h

Revision as of 15:53, 17 July 2021


Minikube

kubectl get namespaces
NAME                   STATUS   AGE
default                Active   3d21h
kube-node-lease        Active   3d21h
kube-public            Active   3d21h
kube-system            Active   3d21h
kubernetes-dashboard   Active   3d21h


kubectl get namespaces
NAME              STATUS    AGE
default           Active   24h
kube-node-lease   Active   24h
kube-public       Active   24h
kube-system       Active   24h


kubectl delete namespaces --all

See also

Advertising: