Simplify Your Kubernetes Backups

Professional web interface for Velero and OADP. Manage backups, restores, and disaster recovery with an intuitive dashboard.

100% Free โ€ข Open Source Forever
100% Open Source

Fully transparent and community-driven

Enterprise Security

Built with security best practices

Fast & Reliable

High-performance backup operations

OpenShift / OADP

Native OpenShift support included

Kubernetes / Velero

Full Velero integration and management

Multi-Cloud Ready

Works across AWS, Azure, GCP, and more

Powerful Features

Everything you need to manage your Kubernetes backups efficiently

Fast Backup

Create on-demand backups with a few clicks. Select namespaces, configure volume backups, and set retention policies easily.

Scheduled Policies

Automate your backup strategy with flexible scheduling. Daily, weekly, or monthly backups with customizable retention.

Easy Restore

Restore your applications quickly from any backup. Select specific namespaces or restore everything with a single click.

Detailed Reports

Generate comprehensive reports in PDF or CSV format. Track backup success rates, restore times, and cluster metrics.

Multi-Cloud Storage

Store backups on AWS S3, Azure Blob Storage, or Google Cloud Storage. Manage multiple storage locations from one interface.

Role-Based Access

Secure user management with admin, backup operator, and viewer roles. Control who can create, restore, or only view backups.

How It Works

Get started with Seawise in minutes

Deploy

Install Seawise in your cluster using Docker or directly in OpenShift/Kubernetes

Configure

Set up your storage locations and connect to your Velero/OADP installation

Backup

Create on-demand backups or schedule automated backup policies for your workloads

Monitor

Track backup status, generate reports, and restore with confidence when needed

Supported Platforms

Works seamlessly with your favorite cloud and container platforms

Container Orchestration

Full support for Kubernetes, OpenShift and Rancher with native Velero and OADP integration

Kubernetes container orchestration platform logo

Kubernetes

Native Velero integration

Red Hat OpenShift enterprise Kubernetes platform logo

OpenShift

OADP support included

Rancher Kubernetes management platform logo

Rancher

Multi-cluster management

Cloud Storage Providers

Store your backups securely on AWS S3, Azure Blob Storage, or Google Cloud Storage

Amazon Web Services AWS S3 cloud storage logo

AWS S3

Amazon S3 buckets

Microsoft Azure cloud storage platform logo

Azure Blob

Azure Blob Storage

Google Cloud Platform GCP storage logo

Google Cloud

GCS buckets

What Our Users Say

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!"

JD

๐Ÿ‡บ๐Ÿ‡ธ John Doe

DevOps Engineer, TechCorp

"Finally, a user-friendly dashboard for OpenShift OADP! Seawise saves us hours of work every week."

SM

๐Ÿ‡จ๐Ÿ‡ด Sarah Martinez

Platform Lead, CloudScale

"The reporting features are outstanding. We can now track our backup compliance across all clusters effortlessly."

MK

๐Ÿ‡ฌ๐Ÿ‡ง 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."

AP

๐Ÿ‡ง๐Ÿ‡ท Anna Patel

Infrastructure Architect, FinTech Solutions

"Best open-source backup solution we've found. Multi-cloud support works flawlessly across AWS, Azure, and GCP."

RC

๐Ÿ‡ฆ๐Ÿ‡บ Robert Chen

Cloud Architect, Enterprise Solutions

"Disaster recovery has never been easier. We successfully restored our entire production environment in under 30 minutes!"

LB

๐Ÿ‡ฎ๐Ÿ‡น Lisa Brown

CTO, StartupHub

Dashboard Preview

Modern and intuitive interface for complete backup management

seawise.app/dashboard

Ready to Get Started?

Seawise is self-hosted and free to use. Deploy it in your infrastructure today.

Quick Installation

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:

Rancher Kubernetes management platform logo

Rancher

# 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}
Red Hat OpenShift enterprise Kubernetes platform logo

OpenShift

# 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}
Kubernetes container orchestration platform logo

Kubernetes

# 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}