Skip to main content

MarkLogic Server on Kubernetes

AWS Network Load balancer

To configure the network load balancer:

  1. Configure the load balancer to listen on port 31032 (or another tcp port).

    Configure the load balancer to listen on port 31032.
  2. Configure the listeners to forward on a specific target group. In this example, the target group has 3 worker nodes registered bind on the NodePort 31032 specific to the Ingress Controller service port for ODBC.

  3. Perform a health check by pinging the tcp port specified. In this example, it is protocol port 31302:

    Perform a health check by pinging the tcp port specified. In this example, it is protocol port 31302.