Point-in-time, incremental snapshots for block volumes with automated snapshot policies. Fast restores and Kubernetes CSI integration.
Volume snapshots provide point-in-time, incremental copies of block volumes without disrupting running workloads. Use snapshots for backups, disaster recovery, and environment cloning.
Capture exact volume state at any moment without disrupting running workloads. Restore volumes to any previous snapshot state instantly for database rollbacks, environment cloning, and disaster recovery.
Only changed blocks are stored, making snapshots space-efficient and cost-effective. Reduce storage costs while maintaining comprehensive backup coverage.
Define automated snapshot schedules with cron-style formatting and flexible retention policies. Target specific volumes or groups of volumes via labels. Combine short-term and long-term retention strategies.
Manage snapshots using Kubernetes-native VolumeSnapshot and VolumeSnapshotClass resources. Integrate with backup tools like Velero for comprehensive data protection strategies.
Define automated snapshot schedules with cron-style formatting and flexible retention policies. Target specific volumes or groups of volumes via labels.
Cron Scheduling Flexible Retention Label Targeting
Manage snapshots using Kubernetes-native VolumeSnapshot and VolumeSnapshotClass resources. Integrate with backup tools like Velero for comprehensive data protection strategies.
VolumeSnapshot API Velero Integration Kubernetes Native
Automate your data protection with snapshot policies, fast restores, and seamless Kubernetes integration.
# Create snapshot policy
apiVersion: v1
kind: SnapshotPolicy
metadata:
name: daily-backup
spec:
schedule: "0 2 * * *" # Daily at 2 AM
retention:
days: 30
keepCount: 7
target:
labels:
app: database
env: productionVolume snapshots are point-in-time copies of block volumes. They capture the exact state of a volume at a specific moment without disrupting running workloads:
This makes snapshots ideal for backups, disaster recovery, and environment cloning.
Thalassa Cloud snapshots integrate seamlessly with Kubernetes using the Container Storage Interface (CSI) snapshot API:
This provides a native Kubernetes experience for snapshot management without requiring external tools or manual volume operations.
Snapshot policies automate the creation and management of volume snapshots:
Policies automatically create snapshots according to the schedule and manage retention, reducing manual effort and ensuring consistent backup coverage.
Snapshots use incremental storage, meaning only changed blocks are stored:
This makes snapshots cost-effective for maintaining comprehensive backup coverage while minimizing storage costs. You only pay for the storage actually used by changed blocks.
Yes, restoring from a snapshot always creates a new volume, keeping the original source unchanged:
This safe restore behavior ensures you can experiment with restored volumes without risk to your original data.
European Public Cloud
Deploy and manage your cloud-native applications with our European based public cloud. Access powerful APIs, Kubernetes orchestration, and DevOps tools designed for modern infrastructure.
EU Data Sovereignty
Terraform & REST API
Self-Service Kubernetes as a Service
NVMe Storage, CPU and network
Code. Ship. Scale. • Pay-as-you-go pricing