Backups are an important part of any resilient system. Kubernetes is no exception. In this lab, you will have the opportunity to practice your skills by backing up and restoring a Kubernetes cluster state stored in etcd. This will help you get comfortable with the steps involved in backing up Kubernetes data.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Back Up the etcd Data
Log in to the etcd server and back up the etcd data to a file located at
/home/cloud_user/etcd_backup.db
.- Restore the etcd Data from the Backup
Restore your etcd data from the backup file
/home/cloud_user/etcd_backup.db
.