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

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Lesson 3 lab: Exploring Kubernetes API resources

Lesson 3 lab: Exploring Kubernetes API resources - Kubernetes Tutorial

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

Lesson 3 lab: Exploring Kubernetes API resources

- Now that we are at the end of this lesson, let's do a lab. Now, there's one thing that you need to realize. This lab works well if you install the Ubuntu virtual machine and you clone the Git repository. And you have run the Minikube script in the previous lesson. If you want to use Kubernetes in a different environment, then I would recommend you first study Lesson 4, and then you come back to do this lab. Now in the lab environment, use Minikube, you start Minicube. Then you type kubectl api-resources to show a list of all API resources that are provided. And on any resource name that is shown, use kubectl explain on the resource name, like kubectl explain Pod. That'll give you more information about this resource. Next, from a browser, go to kubernetes.io/docs to get access to the Kubernetes documentation. And from this documentation, type "Pod" in the search bar to get access to more information about Pods. Important tip for the exam: you will have access to the documentation on…

Contents