This lab provides practice scenarios to help prepare you for the Certified Kubernetes Administrator (CKA) 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 CKA exam. Good luck!
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Determine What Is Wrong with the Broken Node
- Something is wrong with one of the nodes in the cluster. Explore the cluster and determine which Node is broken, then save the name of that node to the file
/k8s/0004/broken-node.txt
. - Explore the broken Node and determine what is wrong with it.
- Something is wrong with one of the nodes in the cluster. Explore the cluster and determine which Node is broken, then save the name of that node to the file
- Fix the Problem
- Fix the problem with the broken node so that it becomes
READY
again.
- Fix the problem with the broken node so that it becomes