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 - Kubernetes Tutorial
From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep
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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Module 7: Sample exam introduction13s
-
(Locked)
Learning objectives47s
-
(Locked)
Exam tips5m 9s
-
(Locked)
Tasks overview6m 54s
-
(Locked)
Grading the exam57s
-
(Locked)
Working with namespaces5m 23s
-
(Locked)
Finding pods1m 38s
-
(Locked)
Creating a ConfigMap5m 31s
-
(Locked)
Using a sidecar4m 56s
-
(Locked)
Using probes1m 30s
-
(Locked)
Creating a deployment4m 48s
-
(Locked)
Exposing applications3m 24s
-
(Locked)
Managing NetworkPolicy4m 44s
-
(Locked)
Using storage5m 37s
-
(Locked)
Using Helm1m 36s
-
(Locked)
Managing resource restrictions2m 18s
-
(Locked)
Creating canary deployments5m 22s
-
(Locked)
Defining container restrictions4m 6s
-
(Locked)
Using a Dockerfile2m 26s
-
(Locked)
Using ServiceAccount2m 32s
-
(Locked)
-