We got a problem with the deployment. Indeed, we succeeded to deploy our chatbot using kubernetes but we wanted to add it in a html web site as “rasa-webchat” (lien github). We could do it locally but we don’t know which socket ip and socket path we have to write in the html in the chatbot is deployed.
In order for the bot to be reachable from the “outside”, you have to expose the external IP address.
This is more k8s related question, you can check the guide here.
Here is my html, which address should i write after socketUrl ? When my bot was running in local, the chatbot was available on my site with the address localhost:5005/.
Hi @degiz sir, it was bit confusing and I couldn’t find exact answer on RASA forum that how to integrate my locally trained RASA X chat bot to website. Should I Zip Rasa folder and upload to any hosting providers or any other ways to run my RASA X chat bot on publicly available website. There are no tutorials nor any documents I found. Thank you