2023-02-14 07:44:04 +00:00
# ClearML Helm Charts for Kubernetes
2021-07-07 07:04:15 +00:00
2021-07-27 11:30:55 +00:00
## Auto-Magical Experiment Manager & Version Control for AI
2021-07-27 14:18:02 +00:00
Helm charts provided by [Allegro AI ](https://clear.ml ), ready to launch on Kubernetes using [Kubernetes Helm ](https://github.com/helm/helm ).
2021-07-27 11:30:55 +00:00
## Introduction
The **clearml-server** is the backend service infrastructure for [ClearML ](https://github.com/allegroai/clearml ).
It allows multiple users to collaborate and manage their experiments.
By default, **ClearML** is set up to work with the **ClearML** demo server, which is open to anyone and resets periodically.
In order to host your own server, you will need to install **clearml-server** and point **ClearML** to it.
**clearml-server** contains the following components:
* The **ClearML** Web-App, a single-page UI for experiment management and browsing
* RESTful API for:
* Documenting and logging experiment information, statistics and results
* Querying experiments history, logs and results
* Locally-hosted file server for storing images and models making them easily accessible using the Web-App
Use this repository to deploy **clearml-server** on Kubernetes clusters.
## Provided in this repository
2023-02-14 07:44:04 +00:00
### [ClearML server chart](https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml)
### [ClearML agent chart](https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml-agent)
### [ClearML serving chart](https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml-serving)
2021-07-27 11:30:55 +00:00
## Who We Are
2023-02-16 12:25:00 +00:00
ClearML is supported by you :heart: and the [clear.ml ](https://clear.ml ) team, which helps enterprise companies build
scalable MLOps.
2021-07-27 11:30:55 +00:00
We built ClearML to track and control the glorious but messy process of training production-grade deep learning models.
We are committed to vigorously supporting and expanding the capabilities of ClearML.
2023-02-16 12:25:00 +00:00
We promise to always be backwards compatible, making sure all your logs, data, and pipelines
2021-07-27 11:30:55 +00:00
will always upgrade with you.
## License
2022-07-21 09:12:10 +00:00
Apache License, Version 2.0, (see the [LICENSE ](https://www.apache.org/licenses/LICENSE-2.0 ) for more information)
2021-07-27 11:30:55 +00:00
2023-02-16 12:25:00 +00:00
## Installation Guide
2021-07-07 07:04:15 +00:00
2023-06-07 06:10:29 +00:00
For installation instructions, follow related [Installation Guide ](INSTALL.md ).
2021-07-27 11:30:55 +00:00
## Documentation, Community & Support
2023-02-16 12:25:00 +00:00
See more information in the [official documentation ](https://clear.ml/docs/latest/docs ) and [on YouTube ](https://www.youtube.com/c/ClearML ).
2021-07-27 11:30:55 +00:00
2023-06-07 06:10:29 +00:00
If you have any questions, post on our [Slack Channel ](https://joinslack.clear.ml ), or tag your questions on [stackoverflow ](https://stackoverflow.com/questions/tagged/clearml ) with '**[clearml](https://stackoverflow.com/questions/tagged/clearml)**' tag (*previously [trains ](https://stackoverflow.com/questions/tagged/trains ) tag*).
2021-07-27 11:30:55 +00:00
For feature requests or bug reports, please use [GitHub issues ](https://github.com/allegroai/clearml-helm-charts/issues ).
2023-02-16 12:25:00 +00:00
Additionally, you can always find us at *support@clear.ml*
2021-07-27 11:30:55 +00:00
## Contributing
**PRs are always welcomed** :heart: See more details in the ClearML [Guidelines for Contributing ](https://github.com/allegroai/clearml-helm-charts/blob/main/CONTRIBUTING.md ).
2021-07-27 14:18:02 +00:00
_May the force (and the goddess of learning rates) be with you!_