HTTP connection through Ingress on an EKS cluster
This section discusses three approaches to exposing a MarkLogic cluster on an EKS cluster via HTTP.
Important
For all the approaches, manage the Ingresses that expose the MarkLogic Load Balancer outside of the Helm charts. Create and deploy a dedicated Ingress file using this command:
kubectl apply -f <ingress-file> -n <marklogic-release-namespace>