Questions
- True or false – Velero can only use an S3 target to store backup jobs.
- True
- False
- If you do not have an object storage solution, how can you provide an S3 target using a backend storage solution such as NFS?
- You can’t – there is no way to add anything in front of NFS to present S3.
- Kubernetes can do this using native CSI features.
- Install MinIO and use the NFS volumes as persistent disks in the deployment.
- You don’t need to use an object store; you can use NFS directly with Velero.
- True or false – Velero backups can only be restored on the same cluster where the backup was originally created.
- True
- False
- What utility can you use to create an
etcd
backup?- Velero.
- MinIO.
- There is no reason to back up the
etcd
database. etcdctl
.
...