Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CANDIL Data Fabric

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.

Prerequirements

  • Kubernetes.
  • Helm.

Installation

Using the Helm repository hosted in GitHub Pages

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.yaml

To uninstall the Helm Chart, run the following command:

$ helm uninstall data-fabric

Cloning this repository

First, clone the repository:

$ git clone https://github.com/candil-data-fabric/data-fabric.git

Once 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

About

A Helm chart/repository for deploying the CANDIL Data Fabric.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors