Difference between revisions of "Kubectl get namespaces"

From wikieduonline
Jump to navigation Jump to search
Line 32: Line 32:
 
== See also ==
 
== See also ==
 
* {{kubectl get}}
 
* {{kubectl get}}
* {{kubectl}}
 
 
* {{Namespace}}
 
* {{Namespace}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Revision as of 20:18, 4 December 2021

EKS

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

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: