Pgpool in docker container

Started by Vasu Madhineniover 5 years ago3 messagesgeneral
Jump to latest
#1Vasu Madhineni
vasumdba1515@gmail.com

Hi All,

Planning to build standalone postgres and with pgpool as connection pooler
in docker containers.
Shall we try option like installing pgpool in one docker container and
postgres in another docker container, is it possible?

Thanks in advance.

Regards,
Vasu Madhineni

#2Srinivasa T N
seenutn@gmail.com
In reply to: Vasu Madhineni (#1)
Re: Pgpool in docker container

On Tue, Jul 21, 2020 at 10:46 PM Vasu Madhineni <vasumdba1515@gmail.com>
wrote:

Hi All,

Planning to build standalone postgres and with pgpool as connection pooler
in docker containers.
Shall we try option like installing pgpool in one docker container and
postgres in another docker container, is it possible?

As I know, the only way of communication between containers is through
socket. But we are using pgpool to reduce the overhead in tcp/ip
communication.

Regards,
Seenu.

Show quoted text
#3Bo Peng
pengbo@sraoss.co.jp
In reply to: Vasu Madhineni (#1)
Re: Pgpool in docker container

Hello,

Hi All,

Planning to build standalone postgres and with pgpool as connection pooler
in docker containers.
Shall we try option like installing pgpool in one docker container and
postgres in another docker container, is it possible?

Yes.
It is possible to install Pgpool-II and PostgreSQL in different containers.

Thanks in advance.

Regards,
Vasu Madhineni

--
Bo Peng <pengbo@sraoss.co.jp>
SRA OSS, Inc. Japan