/yatai-chart

Helm Chart for installing BentoML Yatai on Kubernetes

Apache License 2.0Apache-2.0

yatai-chart

Helm Chart for installing YataiService on Kubernetes

Prerequisite

  • Kubernetes 1.16+
  • Helm 3+

Installation

Make sure you have a local k8s cluster running before developing the chart. One can use minikube

Install Helm dependencies:

$ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx && helm dependency build .

Lint helm after making changes to the chart:

$ helm lint .

Dry-run helm installation to test out development:

$ helm install -f values/postgres.yaml --dry-run --debug yatai-service .

Install the helm charts:

$ helm install -f values/postgres.yaml yatai-service .

Uninstall the charts:

$ helm uninstall yatai-service