How can I access rasa open source while install rasa x by one-line Deploy Script

by deploying rasa x by one-line Script method I realised that there is no actual rasa open source any more. Can I still use HTTP API of the open source? for example I want to parse the intent and entity by rasa open source /model/parse API which can’t be done with Rasa X API to obtain entity without having to use the custom action server.

The one line deploy also installs Rasa OSS and you can still access it via the API. The nginx pod should be exposing it.

The the following to view the exposed IP’s and port:

kubectl get services
kubectl get pods