Skip to content

No need for Service type NodePort in Step 3 #1041

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

Open
wants to merge 1 commit into
base: mainline
Choose a base branch
from

Conversation

dumlutimuralp
Copy link

Issue #, if available: None.

Description of changes: Removed type : NodePort in Step 3. There is no need to configure the Service type as NodePort. In Ingress manifest target type IP is used hence the traffic will be sent directly to the Pod IP. Hence NodePort is unnecessary. Service type ClusterIP is enough. This is a reoccurring misleading guidance which I requested to be corrected in AWS blogs as well.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

There is no need to configure the Service type as NodePort. In Ingress manifest target type IP is used hence the traffic will be sent directly to the Pod IP. Hence NodePort is unnecessary. Service type ClusterIP is enough. This is a reoccurring misleading  guidance which I requested to be corrected in AWS blogs as well.
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1041.d3rijirjvbh87e.amplifyapp.com

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

Successfully merging this pull request may close these issues.

1 participant