Which API Group in k8s
To get API resources – supported by your Kubernetes cluster: kubectl api-resources -o wide example: NAME SHORTNAMES APIGROUP NAMESPACED KIND VERBS deployments deploy apps true Deployment [create delete deletecollection get list patch update watch] deployments deploy extensions true Deployment [create delete deletecollection get list patch update watch] To get API versions – supported by your … Read more