Skip to main content

MarkLogic Server on Kubernetes

AWS Network Load Balancer
  1. Configure the AWS Network Load Balancer like this:

    image2022-11-29_11-41-42.png
  2. The load balancer listens on port 31032 (but it could be another TCP port).

    image2022-11-29_11-44-27.png

    The listeners are configured to forward on to a specific target group. The target group has three worker nodes registered to bind on NodePort 31032. This is specific to the Ingress Controller service port for ODBC. For a basic health check, ping the specified TCP port.