Hello Experts,
We have 2 node nifi cluster running on k8 cluster.
We want to distribute the incoming http request on specific port to be load balanced across both nodes equally (round robin), do we have anyway in kubernetes for this?
Tried headless service & ClusterIP but did not work as expected.
Is there any other way to achieve this without external load balancers like AWS ELB etc.
Thanks
Mahendra