Skip to main content

MarkLogic Server on Kubernetes

Application Load Balancer (ALB) Ingress only

This approach uses the ALB Ingress Controller functionality provided by EKS.

Note

This approach will not address ODBC exposition, as ALB Ingress only supports HTTP/HTTPS connections. See ODBC connection through Ingress in EKS for further information.

For each Ingress created, a new ALB will be created. The group.name feature allows several Ingresses to be grouped into the same ALB.

Limitations of ALB Ingress only
  • 100 total rules per application load balancer.

  • Typically, only 100 Ingresses per ALB.

  • 5 condition values per rule.

  • 5 wildcards per rule.

  • 5 weighted target groups per rule.

  • Only HTTP/HTTPS protocol.