When more than one Rasa server Pod is run on kubernetes we don't get intended results

Hi Erohmensing, After making suggested changes below, my environment with multiple rasa servers instances on kubernetes started working.

Below were the changes I made:-

  • Created one redis container for Lock Store
  • Created second redis container for tracker store
  • Updated endpoints yaml with details on lock and tracker store.
  • Started rasa server replicas that was using the updated endpoints yaml Now I am getting expected results and they are fast.

Thanks a lot for help Rahul Srivastava

1 Like