Professional web interface for Velero and OADP. Manage backups, restores, and disaster recovery with an intuitive dashboard.
Fully transparent and community-driven
Built with security best practices
High-performance backup operations
Native OpenShift support included
Full Velero integration and management
Works across AWS, Azure, GCP, and more
Everything you need to manage your Kubernetes backups efficiently
Create on-demand backups with a few clicks. Select namespaces, configure volume backups, and set retention policies easily.
Automate your backup strategy with flexible scheduling. Daily, weekly, or monthly backups with customizable retention.
Restore your applications quickly from any backup. Select specific namespaces or restore everything with a single click.
Generate comprehensive reports in PDF or CSV format. Track backup success rates, restore times, and cluster metrics.
Store backups on AWS S3, Azure Blob Storage, or Google Cloud Storage. Manage multiple storage locations from one interface.
Secure user management with admin, backup operator, and viewer roles. Control who can create, restore, or only view backups.
Get started with Seawise in minutes
Install Seawise in your cluster using Docker or directly in OpenShift/Kubernetes
Set up your storage locations and connect to your Velero/OADP installation
Create on-demand backups or schedule automated backup policies for your workloads
Track backup status, generate reports, and restore with confidence when needed
Works seamlessly with your favorite cloud and container platforms
Full support for Kubernetes, OpenShift and Rancher with native Velero and OADP integration
Native Velero integration
OADP support included
Multi-cluster management
Store your backups securely on AWS S3, Azure Blob Storage, or Google Cloud Storage
Amazon S3 buckets
Azure Blob Storage
GCS buckets
Trusted by teams worldwide to protect their Kubernetes workloads
"Seawise transformed our backup strategy. The intuitive interface makes managing Velero backups a breeze. Highly recommended!"
๐บ๐ธ John Doe
DevOps Engineer, TechCorp
"Finally, a user-friendly dashboard for OpenShift OADP! Seawise saves us hours of work every week."
๐จ๐ด Sarah Martinez
Platform Lead, CloudScale
"The reporting features are outstanding. We can now track our backup compliance across all clusters effortlessly."
๐ฌ๐ง Michael Kim
SRE Manager, DataFlow Inc
"Switching from CLI to Seawise was a game-changer. Our entire team can now manage backups without extensive training."
๐ง๐ท Anna Patel
Infrastructure Architect, FinTech Solutions
"Best open-source backup solution we've found. Multi-cloud support works flawlessly across AWS, Azure, and GCP."
๐ฆ๐บ Robert Chen
Cloud Architect, Enterprise Solutions
"Disaster recovery has never been easier. We successfully restored our entire production environment in under 30 minutes!"
๐ฎ๐น Lisa Brown
CTO, StartupHub
Modern and intuitive interface for complete backup management
Seawise is self-hosted and free to use. Deploy it in your infrastructure today.
Follow the fast Helm chart install for your platform. Set the version and run the commands below.
Latest version: v1.5.15 | All versions
Choose your platform:
# Set the version (check latest at: https://github.com/shwcloudapp/seawise-backup/releases/latest)
export CHART_VERSION=1.5.15
export STORAGE_CLASS=storage_class_name
helm install seawise-dashboard \
https://github.com/shwcloudapp/seawise-backup/releases/download/v${CHART_VERSION}/seawise-dashboard-${CHART_VERSION}.tgz \
-n seawise-app --create-namespace \
--set ingress.enabled=true \
--set ingress.hosts[0].host=seawise.192.168.100.97.sslip.io \
--set persistence.storageClassName=${STORAGE_CLASS}
# Set the version (check latest at: https://github.com/shwcloudapp/seawise-backup/releases/latest)
export CHART_VERSION=1.5.15
export STORAGE_CLASS=storage_class_name
helm install seawise-dashboard \
https://github.com/shwcloudapp/seawise-backup/releases/download/v${CHART_VERSION}/seawise-dashboard-${CHART_VERSION}.tgz \
-n seawise-app --create-namespace \
--set app.veleroNamespace=openshift-adp \
--set route.enabled=true \
--set persistence.storageClassName=${STORAGE_CLASS}
# Set the version (check latest at: https://github.com/shwcloudapp/seawise-backup/releases/latest)
export CHART_VERSION=1.5.15
export STORAGE_CLASS=storage_class_name
helm install seawise-dashboard \
https://github.com/shwcloudapp/seawise-backup/releases/download/v${CHART_VERSION}/seawise-dashboard-${CHART_VERSION}.tgz \
-n seawise-app --create-namespace \
--set ingress.enabled=true \
--set ingress.className=nginx \
--set persistence.storageClassName=${STORAGE_CLASS}