I’m running Graylog v3.1.3 on EKS, but we are using an Istio Ingress gateway front-ended by and ALB created using alb-ingress-controller. Pretty slick, once it’s setup.
We also make use of the nginx-ingress controller for other workloads, but load from the project yaml, not helm chart, and use DaemonSet host ports instead of node ports.
When I look at the README.md from the chart repo (link below) it seems to me like you’d also want to set and https node port if you wanted one of those.
So, add the following I think, replacing the XXXX with whatever node port you want in the 30k range.
@pelinore
Thanks for the reply and help.
We use nginx-ingress (istio is not yet at this level).
I installed nginx-ingress now using nodePort for HTTP and HTTS, but it still doesn’t work.