Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

is AEM using ingress-nginx for dispatcher & publisher servers

Avatar

Level 1

Hi Community, 

Any idea is AEM using ingress-nginx for dispatcher & publisher servers. 
https://kubernetes.io/blog/2025/03/24/ingress-nginx-cve-2025-1974/#:~:text=Ingress%2Dnginx%20transla....

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @PriyankaPo2 ,

 

Load balancers manage traffic in AEM as a Cloud Service ecosystem, preventing overload and ensuring smooth performance. They evenly distribute requests across author, publish, and dispatcher instances, enhancing system reliability and availability.

Key functions:

  • Distribute traffic across publish instances

  • Redirect requests if an instance fails

  • Enable maintenance without service disruption

By efficiently managing request distribution, load balancers play a vital role in enhancing the scalability and dependability of the Adobe Experience Manager infrastructure.

 

Link: https://ttms.com/my/adobe-aem-architecture-essential-guide-for-experts

 

Best regards,

Kostiantyn Diachenko.

Kostiantyn Diachenko


Check out AEM VLT Intellij plugin


View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @PriyankaPo2 ,

 

Load balancers manage traffic in AEM as a Cloud Service ecosystem, preventing overload and ensuring smooth performance. They evenly distribute requests across author, publish, and dispatcher instances, enhancing system reliability and availability.

Key functions:

  • Distribute traffic across publish instances

  • Redirect requests if an instance fails

  • Enable maintenance without service disruption

By efficiently managing request distribution, load balancers play a vital role in enhancing the scalability and dependability of the Adobe Experience Manager infrastructure.

 

Link: https://ttms.com/my/adobe-aem-architecture-essential-guide-for-experts

 

Best regards,

Kostiantyn Diachenko.

Kostiantyn Diachenko


Check out AEM VLT Intellij plugin


Avatar

Administrator

@PriyankaPo2 Did you find the suggestions helpful? If you need more information, please let us know. If a response resolved your issue, kindly mark it as correct to help others in the future. Alternatively, if you discovered a solution on your own, we'd appreciate it if you could share it with the community. Thank you!



Kautuk Sahni

Avatar

Level 3

Hi @PriyankaPo2 ,

By default AEM uses Apache HTTP and HTTPD servers for dispatcher and publisher. But we can configure NGINX as a load balancer for two AEM dispatchers.

Please check the details of configuration on below link:


https://medium.com/@angadi.saa/aem-configure-nginx-as-a-load-balancer-for-two-aem-dispatchers-on-rhe...