1

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?

1 Answer 1

1

Not related to Kubernetes per se. It really depends on what database or service you are running and/or what language your application is written in. Examples:

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.