How to execute rasa run and rasa run action using kubernetes deployment yaml file

i am using like this spec: containers: - name: rasa image: “rasa:0.0.1” args: - /bin/sh - -c - “rasa run” - “rasa run actions”

Hey @sivakrishna, welcome to the community :blush:. Can you look into this, it’s not if kubernetes but has dockerfile, may be it can help you

Rasa_Deployment/Dockerfile at master · JiteshGaikwad/Rasa_Deployment · GitHub