TL;DR: How to deploy pgbouncer on Kubernetes to allow use more database connections Motivation If you develop apps using frameworks such as Django o RoR, you have probably faced the following problem/error. FATAL: sorry, too many clients already As you know, these kind of frameworks uses a database connection pool with…