Configure Helm Repository
The KubeTally repository serves as a centralized hub for accessing and distributing essential resources, including charts, templates, and configurations, specifically designed for the KubeTally monitoring and observability solution in Kubernetes. By offering a curated collection of KubeTally-specific charts, the repository simplifies the deployment and management process, allowing users to seamlessly set up and monitor their Kubernetes clusters. With comprehensive charts for monitoring, metrics, and alerting systems, the repository ensures efficient monitoring and observability while promoting versioning, distribution, and collaboration among users. Overall, the KubeTally repository acts as a valuable resource, enabling users to effortlessly deploy and manage KubeTally components, facilitating effective monitoring and observability within Kubernetes environments.
Add Repository
Add the helm repository information to your local system.
helm repo add kubetally https://kubeslice.aveshalabs.io/repository/kubetally-helm-ent-prod/
Expected Output
"kubetally" has been added to your repositories
Update Repository
Update the repositories on your system using the following command:
helm repo update
Expected Output
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "kubetally" chart repository
Update Complete. ⎈Happy Helming!⎈
Verify Repository
To verify if the repository was added successfully, view the KubeTally charts using the following command:
helm search repo kubetally
Expected Output
NAME CHART VERSION APP VERSION DESCRIPTION
kubetally/kubetally-controller 1.15.0 1.15.0 Kubernetes multi-cluster/cloud fleet management...
kubetally/kubetally-ui 1.15.0 1.15.0 Kubernetes manager for kubeslice
kubetally/kubetally-worker 1.15.0 1.15.0 KubeSlice operator - A Helm chart for managing ...
kubetally/prometheus 19.3.1 v2.41.0 Prometheus is a monitoring system and time seri...