To achieve scalability for site visitor read access, which deployment scenario should be used?
• Oak Cluster with MongoMK across Multiple DataCenter
• Single TarMK Instance
• TarMK Farm
• Oak Cluster with MongoMK in Single DataCenter
@aanchal-sikka @EstebanBustamante
@kautuk_sahni @Sudheer_Sundalam
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @S__k__Agarwal ,
I think TarMK Farm is the right answer because It is designed to provide high availability and scalability specifically for read-heavy access in AEM publish environments. In this deployment model, multiple independent TarMK publish instances are deployed behind a load balancer, allowing the system to distribute read traffic efficiently.
This setup results in a more responsive and scalable experience for site visitors, especially under high traffic loads.
Hi @S__k__Agarwal ,
I think TarMK Farm is the right answer because It is designed to provide high availability and scalability specifically for read-heavy access in AEM publish environments. In this deployment model, multiple independent TarMK publish instances are deployed behind a load balancer, allowing the system to distribute read traffic efficiently.
This setup results in a more responsive and scalable experience for site visitors, especially under high traffic loads.
Use a TarMK Farm for scalability in site visitor read access. It’s simple, cost-effective, and built for AEM’s publish tier. Set up multiple publish instances, replicate content from Author, and use Dispatcher for caching and load balancing. Scale by adding more publish nodes as needed.
Implementation Steps:
/renders {
/publish1 { /hostname "publish1" /port "4503" }
/publish2 { /hostname "publish2" /port "4503" }
}
Here is the link for more info : https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/depl...
Thanks.
Best
Partyush
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies