tree: dcefa14a2167e3972258540d6f586c82350946a2 [path history] [tgz]
  1. streampark/
  2. README.md
helm/README.md

Deploy StreamPark on k8s

1. create template

helm template streampark/ -n default -f streampark/values.yaml --output-dir ./result

2. apply

kubectl apply -f result/streampark/templates

3. open WebUI

http://localhost:10000

more detail