Most of the examples that I have seen online use docker but I am wondering if there is a better way to do it with just a VM? Is there a very good example?
Also, has anyone got it to work with Rasa 2.0? Most of the code that I am seeing are for versions that are older than a year ago.
I have tried the quick install command in my gcp shell and see the following error:
curl -s get-rasa-x.rasa.com | sudo bash
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Installing embedded Kubernetes cluster …
[ERROR] Can not find systemd or openrc to use as a process supervisor for k3s
Do you have any thoughts in regards to this? Thanks!
I was also wondering if I want to set up terminals for multiple users, would I need to use rasa core with a VM cluster instead of rasa x? If so, do you have a recommended type of container (Docker, Kubernetes, etc.)?