This lab provides practice scenarios to help prepare you for the Certified Kubernetes Application Developer (CKAD) exam. You will be presented with tasks to complete, as well as server(s) and/or an existing Kubernetes cluster to complete them in. You will need to use your knowledge of Kubernetes to successfully complete the provided tasks, much like you would on the real CKAD exam. Good luck!
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Configure a Deployment’s Pods to Use an Existing ServiceAccount
There is a Deployment called
han
in thedefault
Namespace. Modify this Deployment so that its Pods use thefalcon-sa
ServiceAccount.- Customize Security Settings for a Deployment’s Pods
Find a Deployment called
lando
in thedefault
Namespace. For this Deployment’s containers, allow privilege escalation, and configure the container process to run as the user with user ID2727
.