<div dir="ltr"><div>Hi,</div><div>  First of all I am not very sure if this is the right list to post this question, if it is not, please point me to the appropriate place.</div><div><br></div><div>  I would like to deploy pgpool in HA in kubernetes, but as kubernetes handle all the liveness test of the nodes, load balancing and &quot;virtual&quot; IPs handling, I would like to know what I should configure in pgpool.</div><div>  Let&#39;s say I would like to run 2 instances of pgpool, if I have a Load balancer that send requests to the nodes, Would it be safe to do just that, or does a pgpool instance need to know the others to sync some information ?.</div><div>  I have seen <a href="https://www.pgpool.net/docs/latest/en/html/example-aws.html">this</a> and <a href="https://www.pgpool.net/docs/latest/en/html/example-aws.html">this</a> pages, but it is not clear to me if the `other_xxxx` parameters are used just for watchdogging or there is more involved that I am missing.</div><div><br></div><div>Example configuration from the AWS link.<br></div><div><br></div><div> <span style="font-family:monospace">use_watchdog = on <br></span></div><div><span style="font-family:monospace">delegate_IP = &#39;&#39;</span></div><div><span style="font-family:monospace">wd_hostname = &#39;instance-1-private-ip&#39;</span></div><div><span style="font-family:monospace">     other_pgpool_hostname0 = &#39;instance-2-private-ip&#39;</span></div><div><span style="font-family:monospace">     other_pgpool_port0 = 9999</span></div><div><span style="font-family:monospace">     other_wd_port0 = 9000</span></div><div><span style="font-family:monospace">     wd_escalation_command = &#39;$path_to_script/aws-escalation.sh&#39;<br></span></div><div><span style="font-family:monospace">     wd_de_escalation_command = &#39;$path_to_script/aws-de-escalation.sh<br></span><pre class="gmail-PROGRAMLISTING"><span style="font-family:arial,sans-serif"><br></span></pre><pre class="gmail-PROGRAMLISTING"><span style="font-family:arial,sans-serif">Thanks forehand.</span><br></pre></div></div>