Hi, i currently a development cluster doing some test before setting it up for production, for my use case im currently trying to configure the HTTP services of my cluster using the OpenShift loadbalancer.
Following this documentation im able to set up the default elasticsearch-http service with the following configuration.
(This is in my elasticserach cluster yml)
With this im currently able to get my IP and access without any problem. Later on i segment it using the selector so it only works with hot nodes
What im trying to do is to have a LoadBalancer for the complete cluster and other for the hot nodes, how i can set up this distribution?