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:
- Back Up the etcd Data
From the exam server, log in to the
etcd1
server and back up the etcd data to a file located at/home/cloud_user/etcd_backup.db
.Note: On the
etcd1
server, you can find certificates which you can use to authenticate with etcd in/home/cloud_user/etcd-certs
.- Restore the etcd Data from the Backup
On the
etcd1
server, restore your etcd data from the backup file at/home/cloud_user/etcd_backup.db
.