How to setup client node and Loadbalancer in ECK setup?

I have ECK setup with master and data nodes, how to add client node and a loadbalancer to the existing setup? Any sample code will be appreciated

I think "client nodes" are now called "coordinating nodes" (see Elasticsearch doc here about roles). You can find a full example in the ECK documentation.

Thank you, If we create a coordinating node, do we need to create a Loadbalancer?, or how can it be accessed? Mine is an ECK setup.

It the client is also deployed and running in the K8S cluster you can use the Service. If not, you can create a LoadBalancer or an Ingress from the same service to make it externally accessible.

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