An open API service indexing awesome lists of open source software.

https://github.com/caraml-dev/helm-charts

CaraML Helm Charts
https://github.com/caraml-dev/helm-charts

Last synced: 5 months ago
JSON representation

CaraML Helm Charts

Awesome Lists containing this project

README

          

# helm-charts

CaraML Helm Charts

## Prerequisites

* [Helm](https://helm.sh) must be installed to use the charts.
* CaraML model layer uses the cluster information to create the images for Model Service, Prediction Job etc. More details [here](charts/merlin/local_development.md#generate-cluster-credentials) and [here](charts/turing/local_development.md#generate-cluster-credentials). For quick install use `scripts/generate-cluster-creds.sh` script to generate credentials for minikube|k3d|kind clusters.

## Usage

When Helm is installed add repo and proceed with charts installation:

```console
helm repo add caraml https://caraml-dev.github.io/helm-charts
```

## License

[Apache 2.0 License](https://github.com/caraml-dev/helm-charts/blob/main/LICENSE).