Hi,
I am trying to deploy rasa open source using kubernetes, but I am really struggling with it.
I am using the rasa open source docker image, but I have problems with letting rasa load my models.
I have tried to follow documentation and tutorials, but I haven’t been able to find a solution.
What can I do to solve this problem? What is the common procedure to deploy rasa open source?
No error messages?
Some advice, same advice I always give myself, if you’re gonna get anything done with opensource software, you can’t approach things like this.
What you said is I tried and it didn’t work. That doesn’t really give anyone any hints on what might have gone wrong. But even before you think of how someone might help, you need to do a little more work to explain the problem yourself first.
Describe your development environment, some basics like what Operating system, kernel, any anything else that might be relevant.
Write whatever steps you took to install
Describe the result. What warnings did you get? Any errors? Sometimes you get no warnings and everything looks great but it still doesn’t work. Maybe it’s a firewall issue, a misconfigured socket somewhere.
This isn’t really specific to RASA, this applies everywhere.It might sound like overkill, but in my experience, 90% of the time I solve the problem just as soon as I write-up a post asking for help if I follow these basic guidelines. It allows to to ask small questions and test I’m not a pro, you can find this advice written a bit cleaner elsewhere, but it’s this is what it’ll come down to. Trying to verbally describe your issue coherently to someone else you want to try to help you will usually show you signs you’ve missed.
tl;dr opensource is DIY or make it simple for someone to help you for free since it’s not their job, there’s paid support for that.