Difference between revisions of "Kubectl cluster-info dump"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
5840 | 5840 | ||
− | + | == [[Minikube]] == | |
kubectl cluster-info dump | wc -l | kubectl cluster-info dump | wc -l | ||
3123 | 3123 | ||
+ | kubectl cluster-info dump | grep '"kind":' | trim | ||
+ | "kind": "NodeList", | ||
+ | "kind": "EventList", | ||
+ | "kind": "ReplicationControllerList", | ||
+ | "kind": "ServiceList", | ||
+ | "kind": "DaemonSetList", | ||
+ | "kind": "DeploymentList", | ||
+ | "kind": "ReplicaSetList", | ||
+ | "kind": "Deployment", | ||
+ | "kind": "PodList", | ||
+ | "kind": "ReplicaSet", | ||
+ | "kind": "Node", | ||
+ | "kind": "Node", | ||
+ | "kind": "Node", | ||
+ | "kind": "DaemonSet", | ||
+ | "kind": "Node", | ||
+ | "kind": "EventList", | ||
+ | "kind": "ReplicationControllerList", | ||
+ | "kind": "ServiceList", | ||
+ | "kind": "DaemonSetList", | ||
+ | "kind": "DeploymentList", | ||
+ | "kind": "ReplicaSetList", | ||
+ | "kind": "PodList", | ||
== Related == | == Related == |
Revision as of 18:11, 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":' | trim "kind": "NodeList", "kind": "EventList", "kind": "ReplicationControllerList", "kind": "ServiceList", "kind": "DaemonSetList", "kind": "DeploymentList", "kind": "ReplicaSetList", "kind": "Deployment", "kind": "PodList", "kind": "ReplicaSet", "kind": "Node", "kind": "Node", "kind": "Node", "kind": "DaemonSet", "kind": "Node", "kind": "EventList", "kind": "ReplicationControllerList", "kind": "ServiceList", "kind": "DaemonSetList", "kind": "DeploymentList", "kind": "ReplicaSetList", "kind": "PodList",
Related
See also
Advertising: