Add Kubernetes tools and alternatives

Tomislav Kopić 2024-05-17 08:58:52 +00:00
parent 639c556c37
commit 26fba969f5

@ -0,0 +1,22 @@
## Administration
- [k9s](https://k9scli.io): A terminal-based UI for managing Kubernetes clusters, allowing easy interaction with Kubernetes resources and simplifying the monitoring and management tasks.
- [jet-pilot](https://github.com/unxsist/jet-pilot): A CLI tool designed to streamline the deployment and management of Kubernetes applications, offering enhanced operational efficiency.
- [helm](https://helm.sh): A package manager for Kubernetes that helps in defining, installing, and upgrading complex Kubernetes applications using Helm charts.
## Storage
- [longhorn](https://longhorn.io): A cloud-native distributed block storage system for Kubernetes, designed to provide persistent storage through lightweight and reliable volume management.
- [rook-ceph](https://rook.io): A storage orchestrator for Kubernetes that deploys and manages Ceph clusters to provide block, file, and object storage.
- [kadalu](https://github.com/kadalu/kadalu): A Kubernetes-native storage solution based on GlusterFS, providing scalable and distributed storage.
- [minio](https://min.io): A high-performance, Kubernetes-native object storage solution designed to provide a scalable and secure S3-compatible storage service.
## 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.
## 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.
- [kong](https://docs.konghq.com/kubernetes-ingress-controller/latest/): An ingress controller for Kubernetes based on the Kong API Gateway, enabling advanced traffic management and microservices connectivity.
## Monitoring
- [zabbix](https://github.com/zabbix-community/helm-zabbix): An enterprise-class open-source distributed monitoring solution for monitoring the health and performance of your IT infrastructure, deployable via Helm charts.
- [prometheus](https://github.com/prometheus-community/helm-charts): A powerful open-source systems monitoring and alerting toolkit designed for reliability and scalability, easily deployable with Helm charts.