Overview
- Advanced storage and data management
- Any Kubernetes distribution—on-prem or cloud
- Deployed as a Kubernetes Operator
- Integrates with kubectl, Helm, and Operators
- Standard APIs, CLI, and GUI
- ”Bare metal performance at scale”
- Application-aware—not just about volumes
- Uses CSI
Features
Availability and Data Protection
- Backup/recovery
- Snapshots
- Rollbacks
- Cloning
- Automated discovery of nodes and disks
- Auto-reconnect disks on node failure
- Multi-cluster DR—synchronous and asynchronous replication
- IOPs-based QoS enforcement
- Live data rebalancing
- Policy-driven data locality
Capacity Management
- Selective replication—per application basis
- Policy-driven volume expansion
- Data compression
- Differential snapshots
- Policy-driven auto-provisioning
- Based on drive type (NVMe, HDD, SSD), rack, cluster, location
- Block and file
- ReadOnlyOnce, ReadWriteOnce, ReadWriteMany
Architecture