-
Hi all, We are trying to install Choria side-by-side with out Puppet infrastructure. Our Puppet nodes do not talk directly to the compilers, they go through a load balancer:
I opened 4222 in the load balancer, and clustered the 3 compilers I'm using to test. However whenever I ran Example: I send a Running the ping several times in a row returns sometimes 3 results, sometimes 1, sometimes 0. I was expecting that the cluster of compilers would find a way to send the results to compiler1 in order to display them all. Summing up, my questions:
Thanks in advance, L. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The communications between the 3 nodes must go direct node-to-node or dedicated load balancer for each IP - but every node must be able to see every other node. From clients to the cluster you could load balance - though not recommended. |
Beta Was this translation helpful? Give feedback.
The communications between the 3 nodes must go direct node-to-node or dedicated load balancer for each IP - but every node must be able to see every other node.
From clients to the cluster you could load balance - though not recommended.