Skip to content

Conversation

@pedroignacio13
Copy link

Added the nodePort 30478 and the containerPort 8443. This is needed because the tutorial fails on the part of HTTPS Termination since the Kind Cluster does not have the needed ports exposed.

Proposed changes

Checklist

Before sharing this pull request, I completed the following checklist:

Footnotes

  1. Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content.

Added the nodePort 30478 and the containerPort 8443.
This is needed because the tutorial fails on the part of HTTPS Termination since the Kind Cluster does not have the needed ports exposed.
@pedroignacio13 pedroignacio13 requested a review from a team as a code owner January 4, 2026 23:22
@github-actions github-actions bot added documentation Improvements or additions to documentation product/ngf Issues related to NGINX Gateway Fabric labels Jan 4, 2026
@github-actions
Copy link

github-actions bot commented Jan 4, 2026

✅ All required contributors have signed the F5 CLA for this PR. Thank you!
Posted by the CLA Assistant Lite bot.

@pedroignacio13
Copy link
Author

I have hereby read the F5 CLA and agree to its terms

- containerPort: 31437
hostPort: 8080
protocol: TCP
- containerPort:30478
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- containerPort:30478
- containerPort: 30478

@sjberman
Copy link
Contributor

sjberman commented Jan 5, 2026

There is no HTTPS as part of this tutorial guide. @pedroignacio13 Are you using this guide as the setup for the other guides we have?

@ADubhlaoich not sure we considered that scenario, since our other traffic guides don't use the "Get Started" guide as a prerequisite. How should we approach that?

@pedroignacio13
Copy link
Author

@sjberman in this file (get-started.md) it really does not have any HTTPS reference, but if you go to the HTTPS Termination page of the tutorial (https://docs.nginx.com/nginx-gateway-fabric/traffic-management/https-termination/) that's when it starts having some trouble.
As I moved forward with my study, I noticed the Kind cluster is set up only in this file, since it's the beginning of the whole tutorial. That's why I suggested the Kind cluster to already be created with the correct port mapping to support HTTPS.

@sjberman sjberman requested a review from ADubhlaoich January 7, 2026 17:22
@ADubhlaoich
Copy link
Member

@ADubhlaoich not sure we considered that scenario, since our other traffic guides don't use the "Get Started" guide as a prerequisite. How should we approach that?

I guess if the get started guide is being used an example, it's good to show how to enable HTTPS, but the actual design intent for the document is just to show a test cluster deployment quickly, on the basis that someone would follow a dedicated "full" deployment guide for a production environment.

If it doesn't "break" this guide I see no harm in adding the scope of the PR's changes.

@pedroignacio13 Are you following through documentation starting from Get started for a production environment, or just testing?

There's a big notice box at the very top of "Get started" directing users to other deployment guides: I' m trying to understand if that was effective or not.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation product/ngf Issues related to NGINX Gateway Fabric

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants