From 0fcbd0d5e7f29ed369636bc70e0c3714e558e37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Fri, 17 May 2024 09:47:19 +0000 Subject: [PATCH] Update Kubernetes tools and alternatives --- Kubernetes-tools-and-alternatives.md | 1 + 1 file changed, 1 insertion(+) 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.