RASA Deployment in Kubernetes and accessing it as API from another Kubernetes pod

Hi All,

While deploying the rasa server and action server in a kubernetes pod. But i am not able to access this api from a django application deployed in a seperate pod. Please suggest a solution. Thanks in advance

Hi @KarthikVakeeswaranB

Are you using the below command to enable the API for Rasa?

rasa run --enable-api

Hi @Harsh2

Yes i am using this command and rasa run actions for action server I am calling this api from a django REST Api

Ensure pod network connectivity for Rasa and Django API access in Kubernetes.

Thanks working now.