diff --git a/Kubernetes-tools-and-alternatives.md b/Kubernetes-tools-and-alternatives.md index 7fa9a6e..483e79b 100644 --- a/Kubernetes-tools-and-alternatives.md +++ b/Kubernetes-tools-and-alternatives.md @@ -2,6 +2,7 @@ - [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. +- [kubespray](https://github.com/kubernetes-sigs/kubespray): Production ready Ansible playbook to deploy a fully functioning kubernetes cluster and its basic components within minutes. ## 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.