Setting up http services on ECK

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)
image

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?

U can just create another independent Service using the labels as selectors. See Traffic Splitting | Elastic Cloud on Kubernetes [master] | Elastic.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.