yatai-chart

Helm Chart for installing YataiService on Kubernetes

Prerequisite

Install Helm repo

helm repo add yatai https://bentoml.github.io/yatai-chart

Update Helm repo

helm repo update

Install Helm chart to Kubernetes cluster

helm install yatai yatai/yatai -n yatai-system --create-namespace

Uninstall Yatai

bash -c "$(curl https://raw.githubusercontent.com/bentoml/yatai-chart/main/delete-yatai.sh)"