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

NodePost support for k8s #234

Open
alekseyp opened this issue Apr 24, 2024 · 1 comment
Open

NodePost support for k8s #234

alekseyp opened this issue Apr 24, 2024 · 1 comment

Comments

@alekseyp
Copy link

Currently services are exposed either via ClusterIP or LoadBalancer.

For security reasons we usually use NodePort and only expose it to VPC via firewall rules.
In our use case we use ExternalDNS operator to keep nodes IP up to date.
That way our other k8s clusters and/or resources can connect to the DB without using Public IP.

It would be awesome if we could enable node port via UI as well.

The only way to make it work right now is to patch k8s resources once they are created.

@gokulkgm
Copy link

gokulkgm commented Jun 2, 2024

+1

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