💻 Tech
To list k8s resources with their API groups, use kubectl api-resources
To filter them to identity the cluster- and namespace-scoped resources, use kubectl api-resources --namespaced=true. Set --namespaced to false to indicate cluster-scoped resources.