diff --git a/Kubernetes-tools-and-alternatives.md b/Kubernetes-tools-and-alternatives.md index 483e79b..33f7557 100644 --- a/Kubernetes-tools-and-alternatives.md +++ b/Kubernetes-tools-and-alternatives.md @@ -13,6 +13,7 @@ ## Backup - [vellero](https://velero.io): A tool for backup and recovery of Kubernetes cluster resources and persistent volumes, facilitating disaster recovery and data migration. - [stash](https://stash.run): A Kubernetes operator that automates the process of backing up and restoring Kubernetes workloads. +- [longhorn](https://longhorn.io): Longhorn has a built in backup feature to backup volumes remotely to a minio or nfs servers. ## Ingress - [nginx-ingress](https://github.com/kubernetes/ingress-nginx): An ingress controller that uses NGINX to manage external access to Kubernetes services, providing load balancing, SSL termination, and name-based virtual hosting.