If I have a large number of pods in Kubernetes which have multiple live DB connections, is there any way to manage all these connections to reduce the number of open connections? For example, using a database proxy. I'm aware AWS does this for lambda function containers (RDS proxy).
Is there something similar to this?