tree: 7c53f924cb72ab2048d1893d09e57df85243c665 [path history] [tgz]
  1. streampark/
  2. README.md
deploy/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