tree: 50c0f4af736f761e19aa19d2a0a2fc3bf8da9c9f [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://${host}:10000

more detail