Longhorn.io
Learn how to configure Longhorn.io for Kubernetes to be backed up to Filebase.
Longhorn.io is a distributed block storage system for Kubernetes that is lightweight, reliable and simple to use.
Longhorn.io can be configured to backup to a Filebase bucket. Read below for instructions on how to configure this set up.
Kubernetes is an open-source container system designed for automating computer application deployment, scaling, and management.
Read below to learn how to backup your Longhorn.io Kubernetes storage volumes to Filebase.
Note: This guide assumes you already have a Kubernetes cluster deployed with networking enabled.
Kubernetes has a wide range of implementations, deployments, and environment configurations. The examples used in this guide use a basic example Kubernetes cluster that does not include packages or configurations other than the ones displayed in this guide. Filebase is unable to provide troubleshooting or custom configurations for custom Kubernetes environments due to their individualized nature.
kubectl create secret generic filebase-secret
--from-literal=AWS_ACCESS_KEY_ID=Filebase-Access-Key
--from-literal=AWS_SECRET_ACCESS_KEY=Filebase-Secret-Key
--from-literal=AWS_ENDPOINTS=https://s3.filebase.com
kubectl get svc


s3://[email protected]/

Make sure that you have / at the end, otherwise you will get an error. A subdirectory may also be used.
filebase-secret





12. Check for the backup in your Filebase bucket. Log into the Filebase console and confirm that the backup has been stored in the specified bucket.

If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 9mo ago