Update Kubernetes tools and alternatives

Tomislav Kopić 2024-05-17 09:47:19 +00:00
parent ab7b69368a
commit 0fcbd0d5e7

@ -13,6 +13,7 @@
## Backup ## Backup
- [vellero](https://velero.io): A tool for backup and recovery of Kubernetes cluster resources and persistent volumes, facilitating disaster recovery and data migration. - [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. - [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 ## 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. - [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.