mhausenblas / reshifter

Kubernetes cluster state management
https://hackernoon.com/introducing-reshifter-for-kubernetes-backup-restore-migration-upgrade-ffaf78da36
Apache License 2.0
294 stars 30 forks source link

Reshifter should abstract the remote storage backends #29

Open charlesakalugwu opened 6 years ago

charlesakalugwu commented 6 years ago

Right now, reshifter is implemented to write backups to remote S3-compatible storage systems e.g minio or vallina AWS S3. It would be nice to abstract the remote storage logic to allow developers to implement various other remote storage backends e.g. streaming the backups to kafka.