Hi All, I just wanted to understand if there is a way through kubectl we can fin . . .

Jaya Prakash:
Hi All,
I just wanted to understand if there is a way through kubectl we can find the api-groups of kubernetes objects like in the practice lab for deployments we are asked to add the apiGroups like apps, extensions so wondering if there is a way to find this out through kubectl commands.

Fernando Jimenez:

kubectl api-resources

Jaya Prakash:
Thanks @Fernando Jimenez when i look up for deployments i dont see extensions through kubectl api-resouces but in the practice labs we have been asked to add apps and extensions in the apiGroups

Fernando Jimenez:
Then, it has been removed from that version of Kubernetes. It was deprecated for a while.

Jaya Prakash:
Thanks @Fernando Jimenez for the comments. I will refer the api section henceforth for the further requests.