Difference between revisions of "Kubectl cluster-info dump"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
3123 | 3123 | ||
− | kubectl cluster-info dump | grep '"kind":' | trim | + | kubectl cluster-info dump | grep '"kind":' | sort | uniq | trim |
+ | "[[kind]]": "[[DaemonSet]]", | ||
+ | "kind": "[[Deployment]]", | ||
+ | "kind": "Node", | ||
+ | "kind": "ReplicaSet", | ||
+ | "kind": "[[DaemonSetList]]", | ||
+ | "kind": "DeploymentList", | ||
+ | "kind": "EventList", | ||
"kind": "[[NodeList]]", | "kind": "[[NodeList]]", | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
"kind": "PodList", | "kind": "PodList", | ||
− | "kind": " | + | "kind": "[[ReplicaSetList]]", |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
"kind": "ReplicationControllerList", | "kind": "ReplicationControllerList", | ||
"kind": "ServiceList", | "kind": "ServiceList", | ||
− | |||
− | |||
− | |||
− | |||
== Related == | == Related == |
Revision as of 18:12, 22 October 2023
https://www.mankier.com/1/kubectl-cluster-info-dump
kubectl cluster-info dump .../... kubectl cluster-info dump | wc -l 5840
Minikube
kubectl cluster-info dump | wc -l 3123
kubectl cluster-info dump | grep '"kind":' | sort | uniq | trim "kind": "DaemonSet", "kind": "Deployment", "kind": "Node", "kind": "ReplicaSet", "kind": "DaemonSetList", "kind": "DeploymentList", "kind": "EventList", "kind": "NodeList", "kind": "PodList", "kind": "ReplicaSetList", "kind": "ReplicationControllerList", "kind": "ServiceList",
Related
See also
Advertising: