Dear team,
You all would be known about the multi-tenant architecture, here I just want to know if this possible with Frappe for ERPNext, then how it could be works.
Actually we need single domain with multiple server(tenant and DB).
If possible, what is the server configuration of Frappe cloud prefers?
If not, what is the best solution to achieve this?
I hope you are talking about normal multitenant setup where one server will host your multiple sites using your domain name and using separate DB server or hosting DB on the same server like monolith. If this is the actual question then YES, you can setup multitenancy in Frappe. Follow the below link:
https://docs.frappe.io/framework/user/en/bench/guides/setup-multitenancy
And basically you can setup as many servers you want using your single domain. I hope this is what you are searching for.