I am trying to install rasa open source in an openshift cluster. After deployment i tried to run the rasa commands and it shows rasa command not found . firstly i would like to know from where i can access the cli of rasa open source that is deployed on a op cluster
You should access directly the container shell as openshift docs tell (here) and run “rasa shell” or “python -m rasa shell” from there.
The API in port 5005 is the other way to get responses back.