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

Unlock this course with a free trial

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

Tasks overview

Tasks overview

- All right, here's the task overview. Let's check them out. My advice is to follow me when I read the tasks. Stop the video, work on the task, move on to the next one. And once you're done, follow my instructions. Here we go. Task 1, create the Namespace at the name "Indiana." And in this Namespace, create a Pod with the name "inpod" that runs the latest version of the Nginx image. In the same Namespace, create a Secret to the name "insecret," storing the variable COLOR with value blue. And ensure the Pod uses a Secret to define the variable. Task 2 is about finding Pods. Find all Pods that have the labeled tier=control-plane and write a list of the names of these Pods and nothing else to the file/tmp/task2pods. Task 3 is about creating a ConfigMap. Create a file with the name "index.html" and the content "welcome" to the task 3 webserver. Create a ConfigMap with the name "task3cm" that includes the content of this file. And run a Pod with the name "oregonpod" that runs the latest…

Contents