CERN IT Monitoring Kubernetes Helm Chart
Overview
The CERN IT Monitoring Kubernetes Helm Chart provides a solution for monitoring Kubernetes clusters at CERN. It enables the collection of metrics, logs, and future support for traces, which are forwarded to the central CERN monitoring infrastructure. From there users can consume them using the day-to-day tools that they already user like Grafana or OpenSearch.
This Helm chart simplifies the deployment and configuration of necessary components for observability, making it easier to manage monitoring across various Kubernetes clusters and their applications.
Quick Start
To get started with deploying the chart, follow the detailed installation instructions available in our documentation.
helm install cern-it-monitoring-kubernetes oci://registry.cern.ch/monit/cern-it-monitoring-kubernetes --version <gitlab-tag>
For detailed configuration options and values, refer to the values.yaml file and the documentation page.
Contributing
We welcome contributions! If you're interested in helping improve this project, please review our contribution guidelines. In brief:
- Fork the repository.
- Create a feature branch.
- Implement and test your changes.
- Submit a Merge Request (MR) to the
master
branch.
For a full contribution workflow, visit the contribution guide.
Documentation
Complete documentation for this chart, including setup and configuration details, is available:
- Project Documentation: link
- GitLab Repository: link
- License: Apache-2.0. See the LICENSE file for details.
License
This repository is licensed under the Apache License 2.0. See the LICENSE file for more information.
For more details, visit the CERN Monitoring Documentation or explore the docs folder.