【发布时间】:2022-07-20 21:25:29
【问题描述】:
就我而言,我需要通过部署在 kubernetes 中的应用程序将重力传送连接到云中的 mongodb。 对于 postgresql,我使用了 Pgbouncer,它使用用户/密码连接到云中的 postgresql,并使用证书将传送连接到它。对于mongodb,我找到了一个mongos的解决方案,可以连接到云中的mongodb,但只能通过keyFile,但我需要通过用户/密码。 谁能帮我找到一个 pgbouncer 的 mongodb 类似物或提出另一种解决方案?非常感谢!
【问题讨论】:
标签: database mongodb kubernetes teleport