How to talk to chatbot in helm deployment

I solved it through implementing a chat somewhere and linking it to the socket.io channel. But i did have to use kubectl port-forward --namespace rasa svc/rasa 5005:5005 to acces it. Is there any way i can acces it directly without port forwarding?

I tried the url of the cluster-ip , i.e 10.0.73.221:5005 But that didn’t work.

1 Like