ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.8k stars 220 forks source link

feat: using NodePort export svc in k8s #745

Closed zhuliquan closed 1 month ago

zhuliquan commented 1 month ago

original arroyo-controller, I can't access service outsize of k8s cluster. I think can using NodePort to export arroyo service. I notice that print NOTE using kubectl port-forward service/arroyo 5115:80 It's hard to use, because kubectl port-forward won't return and not daemon cmd.

zhuliquan commented 1 month ago

Sorry, It's not safe