Disaster Recovery
When architecting an enterprise-grade Kubernetes platform, developers run into numerous data recovery challenges:
- Teams rely on traditional, machine-based backups that require highly manual recovery that don’t “speak” Kubernetes
- Platforms must be able recover applications running in multiple containers, on-premises and in the cloud
- Data recovery must happen at container granularity — rather than just at the machine level
- DR must be configurable at the application level, so that the entire application can be recovered in the event of a disaster — not just a few microservices