tree: e494edc16e9950eec04db1fb8e87af05e8ecce21 [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