From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Lesson 14 lab solution: Using CustomResourceDefinitions

Lesson 14 lab solution: Using CustomResourceDefinitions - Kubernetes Tutorial

From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Lesson 14 lab solution: Using CustomResourceDefinitions

- So kubectl api-resources might be a good start. Pipe grep - i custom. And there we can see the custom resource definitions or the CRD and CRDs. So what about kubectl get CRDs. Look at that. That's all my customer resource definitions. Now that was easy, wasn't it?

Contents