This repository contains helm charts for use by CloudZero users, which can be installed into any cloud-hosted Kubernetes cluster.
- Current Helm Charts
- Documentation
- Installation
- Testing
- Contributing
- Support + Feedback
- Vulnerability Reporting
- What is CloudZero?
- License
- cloudzero-agent A chart for using Prometheus in agent mode to send cluster metrics to the CloudZero platform.
Detailed documentation of each helm chart should be available within each chart README.md. Other documentation that may be helpful:
- CloudZero Docs for general information on CloudZero.
- Helm Documentation for information on what Helm is, and how it is used to install artifacts on Kubernetes clusters.
- Kubernetes Documentation for information on Kubernetes itself.
The helm charts in this repository generally assume the use of Helm v3 for installation. More detailed installation instructions are located within the README of each chart. See the official Helm documentation for instructions on installing Helm v3.
After the helm
command is available, charts should be installable with the install
or upgrade
command:
helm upgrade --install <release-name> cloudzero/<chart-name>
Installation can also be managed by deployment tools such as ArgoCD or Spinnaker if desired, but installation instructions in this repository assume the use of the Helm CLI.
Each helm chart should maintain its own tests. These tests should be executed with the command:
helm test <chart-name>
This is in addition to integration and load tests not managed in this repository.
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
Contact [email protected] for usage, questions, specific cases. See the CloudZero Docs for general information on CloudZero.
Please do not report security vulnerabilities on the public GitHub issue tracker. Email [email protected] instead.
CloudZero is the only cloud cost intelligence platform that puts engineering in control by connecting technical decisions to business results.:
- Cost Allocation And Tagging Organize and allocate cloud spend in new ways, increase tagging coverage, or work on showback.
- Kubernetes Cost Visibility Understand your Kubernetes spend alongside total spend across containerized and non-containerized environments.
- FinOps And Financial Reporting Operationalize reporting on metrics such as cost per customer, COGS, gross margin. Forecast spend, reconcile invoices and easily investigate variance.
- Engineering Accountability Foster a cost-conscious culture, where engineers understand spend, proactively consider cost, and get immediate feedback with fewer interruptions and faster and more efficient innovation.
- Optimization And Reducing Waste Focus on immediately reducing spend by understanding where we have waste, inefficiencies, and discounting opportunities.
Learn more about CloudZero on our website www.cloudzero.com
This project is licenced under the Apache 2.0 LICENSE.