This guide installs Tsuru on a Kubernetes cluster with the official Helm chart repository.
kubectl and Helm installedhelm repo add tsuru https://tsuru.github.io/charts
helm repo update
Create a values.yaml with your storage, ingress, and authentication settings.
helm install tsuru tsuru/tsuru \
--namespace tsuru-system \
--create-namespace \
-f values.yaml
kubectl get pods -n tsuru-system
kubectl get svc -n tsuru-system