Is it possible to install the RASA framework without docker or kubernates due to possible compatiblity issue on plesk server

We are currently in the process of migrating the RASA project (sample) to the server to assess the compatibility with the Plesk server.

According to the documentation, the installation requires either Kubernetes or Docker to run RASA as a separate cluster. Please correct me if I am mistaken.

However, we have concerns about whether Plesk has the compatibility to install these platforms. Could you please confirm whether this is feasible on Plesk?

Additionally, Is it possible to implement RASA on the servers(Any) without using these platforms? If not, could you advise on which servers are compatible with installing the RASA framework?

You can also install via the python package but I don’t think Plesk is designed to do any of this. Looks like a website hosting service.

@stephensThank you for the response. Python package? Does this imply that we don’t need Docker or Kubernetes to run RASA in a production environment? If possible, could you share server configuration details or any relevant links? We’re looking to purchase and want to ensure a smooth configuration process without any complications.

Python package

Docs here

Does this imply that we don’t need Docker or Kubernetes to run RASA in a production environment?

Production deployments typically use Kubernetes since it’s much easier to configure for redundancy and scaling.

could you share server configuration details or any relevant links?

There is some sizing info here

@stephens Thank you.