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:
- Change the Rollout Settings for an Existing Deployment
There is a Deployment called
fish
in thedefault
Namespace.Change the
maxUnavailable
for this Deployment to2
. ChangemaxSurge
to50%
.- Perform a Rolling Update
Perform a rolling update to change the image used in the
fish
Deployment tonginx:1.21.5
.- Roll Back a Deployment to the Previous Version
Roll back the
fish
Deployment to the previous version.