-
Notifications
You must be signed in to change notification settings - Fork 532
Support NodePort for Type MultiClusterServiceDNSRecord #370
Comments
@danehans I think one of the concerns for NodePort is security, any solutions to handle the security issues when using NodePort? |
NodePort poses some restriction to the DNS based discovery mechanism.
Supporting |
@gyliu513 I am not following your question. NoePort is used by gke and many other k8s implementations to externally expose services. |
@shashidharatd thanks for your feeback. I should clarify my question. I do not care about the TCP/UDP port used by type
Thoughts? |
@danehans The reason that I say NodePort is not security is because if you are using NodePort, then the service can be accessed from any node as follows:
|
@gyliu513 understood. My argument is that |
Thanks @danehans , +1 to have this, we can use |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Currently, services must be of type
LoadBalancer
to populate theMultiClusterServiceDNSRecord
status.dns.loadbalancer field. Exposing a Kubernetes service of typeNodePort
is common and should be supported by typeMultiClusterServiceDNSRecord
.The text was updated successfully, but these errors were encountered: