Update 4 - Kubernetes tools and alternatives

Tomislav Kopić 2024-05-25 20:19:26 +00:00
parent 2a9da35dc0
commit ad72bf11b2

@ -9,6 +9,7 @@
- [rook-ceph](https://rook.io): A storage orchestrator for Kubernetes that deploys and manages Ceph clusters to provide block, file, and object storage. - [rook-ceph](https://rook.io): A storage orchestrator for Kubernetes that deploys and manages Ceph clusters to provide block, file, and object storage.
- [kadalu](https://github.com/kadalu/kadalu): A Kubernetes-native storage solution based on GlusterFS, providing scalable and distributed storage. - [kadalu](https://github.com/kadalu/kadalu): A Kubernetes-native storage solution based on GlusterFS, providing scalable and distributed storage.
- [minio](https://min.io): A high-performance, Kubernetes-native object storage solution designed to provide a scalable and secure S3-compatible storage service. - [minio](https://min.io): A high-performance, Kubernetes-native object storage solution designed to provide a scalable and secure S3-compatible storage service.
- [datashim](https://github.com/datashim-io/datashim): A project that allows mounting external MinIO/S3 buckets as directories to Pods in kubernetes
## Backup ## Backup
- [vellero](https://velero.io): A tool for backup and recovery of Kubernetes cluster resources and persistent volumes, facilitating disaster recovery and data migration. - [vellero](https://velero.io): A tool for backup and recovery of Kubernetes cluster resources and persistent volumes, facilitating disaster recovery and data migration.