How to deploy my project

I have run successfully under the instruction rasa_nlu .I start the demo by python -m rasa_nlu.server --path projects . But Now I want to deploy it to my server .What if I need to process hundreds of requests per secend .Can I deploy it to one or more instance and how they work together .Please give me some suggetions.Thanks a lot

It’s recommended to deploy it in Docker. You can spin up as many containers as you need.