This repository provides a Helm chart for deploying the CANDIL Data Fabric. The chart depends on several other Helm charts representing the components that comprise the Data Fabric.
- Kubernetes.
- Helm.
First, add the Helm repository:
$ helm repo add data-fabric https://candil-data-fabric.github.io/data-fabric/Then, install the Helm Chart:
$ helm install data-fabric .The chart will be installed using the default values. Use the provided values.yaml file in this repository as template to upgrade the installation with your desired parameters:
$ helm upgrade data-fabric -f myvalues.yamlTo uninstall the Helm Chart, run the following command:
$ helm uninstall data-fabricFirst, clone the repository:
$ git clone https://github.com/candil-data-fabric/data-fabric.gitOnce cloned, edit the values.yaml file to match your deployment needs and run the following command:
$ helm install data-fabric .To uninstall the Helm Chart, run the following command:
$ helm uninstall data-fabric