Helm is a package manager for Kubernetes. A Helm Chart is a Helm package and contains all of the resource definitions necessary to run an application on a Kubernetes cluster. This topic describes how to use Helm to automatically deploy a CelerData operator on a Kubernetes cluster.
-
Add the Helm Chart Repo for CelerData. The Helm Chart contains the definitions of the CelerData Operator and the custom resource CelerDataCluster.
-
Add the Helm Chart Repo.
helm repo add celerdata https://celerdata.github.io/phoenixai-kubernetes-operator
-
Update the Helm Chart Repo to the latest version.
helm repo update celerdata
-
View the Helm Chart Repo that you added.
$ helm search repo celerdata NAME CHART VERSION APP VERSION DESCRIPTION celerdata/kube-celerdata 1.8.0 3.1-latest kube-celerdata includes two subcharts, celerdata... us-west1-docker.pkg.dev/phrasal-verve-350013/celerdata/operator 1.8.0 1.8.0 A Helm chart for CelerData operator celerdata/celerdata 1.8.0 3.1-latest A Helm chart for CelerData cluster
-
-
Install the operator Chart.
helm install celerdata-operator us-west1-docker.pkg.dev/phrasal-verve-350013/celerdata/operator
Please see values.yaml for more details.
helm uninstall celerdata-operator