Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB replicaset uri's dont work outside of Kubernetes cluster #925

Open
lhinojosa920 opened this issue Dec 11, 2024 · 1 comment
Open

Comments

@lhinojosa920
Copy link

Greetings,

It appears that mongodb replicaset connections don't work if connecting using a replicaset uri. It tries to connect you based on the kubernetes dns name of the mongodb server. It seems that the percona psmdb operator makes split-horizon dns an option, is this possible to use in everest?

@telderfts
Copy link

This likely pertains to #914 . You have to give the database external access in order for it to be accessible outside of the cluster without a ton of work. Downside is that they only allow public internet facing load-balancers to be created when they should have enabled for the selection of an internal-only or public facing to be created so that secure internal access could be generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants