Below is an excerpt of a few lines of the output of kubectl api-resources. There is a column KIND which merely repeats the NAME column.
- What is the
Kindof a Kubernetes resource? - Is
Kindneccessary? - What is the typical usage?
NAME SHORTNAMES APIGROUP NAMESPACED KIND
pods po true Pod
gateways gw networking.istio.io true Gateway
serviceentries se networking.istio.io true ServiceEntry
clusterroles rbac.authorization.k8s.io false ClusterRole
rolebindings rbac.authorization.k8s.io true RoleBinding
storageclasses sc storage.k8s.io false StorageClass