Helm charts¶
Helm chart is the recommended way to install and configure Aizen components on Kubernetes. Helm must be configured and installed on your machine.
Using the helm chart¶
To use charts, add Aizen helm repository for Foresight, Orchestrate or Remote GPU deployments
For Aizen Foresight
Note
helm repo add aizen https://aizen-corp.github.io/helm-charts/aizen
helm repo update
For Aizen Orchestrate
Note
helm repo add aizenworkflow https://aizen-corp.github.io/helm-charts/aizenworkflow
helm repo update
For Remote static GPU
Note
helm repo add aizenremote https://aizen-corp.github.io/helm-charts/aizenremote
helm repo update
Search Aizen repository
Note
helm search repo aizen/aizen
OR
helm search repo aizen/aizen –versions –devel
For install instructions, refer to Aizen install guide