Skip to main content

MarkLogic Server on Kubernetes

Network load balancer security group

 To allow the network Load Balancer to communicate with the worker node on the NodePort, create a dedicated security group:

  1. First, configure the inbound rules:

    1. Set the port range on the NodePort to 31032

    2. Restrict the source as the CIDR related to the private VPC of the EKS cluster.

      The Inbound rules screen.
  2. There are no restrictions on outbound rules:

    The Outbound rules screen.
  3. Attach the security group to the worker nodes. This must be done for all the worker nodes:

    The Inbound rules screen.