docs: add end-to-end ingress setup guide#681
Open
Aaravanand00 wants to merge 1 commit intokgateway-dev:mainfrom
Open
docs: add end-to-end ingress setup guide#681Aaravanand00 wants to merge 1 commit intokgateway-dev:mainfrom
Aaravanand00 wants to merge 1 commit intokgateway-dev:mainfrom
Conversation
Signed-off-by: Aarav Anand <aaravanand5749@gmail.com>
d323e57 to
23ea5fe
Compare
Author
|
Hi @npolshakova mam, Following your earlier feedback, I’ve moved the End-to-End Ingress guide to the kgateway.dev repository and aligned it with the existing documentation structure (frontmatter, shortcodes, sidebar positioning, and relative links). The guide demonstrates a single-namespace ingress setup covering Gateway, HTTPRoute, path-based routing, and TLS, and is focused on onboarding clarity. This continues the work originally proposed in kgateway-dev/kgateway#13399, now submitted in the correct repository. Would appreciate your review and any suggestions for further improvements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a step-by-step End-to-End Ingress Setup guide to the documentation site.
The guide walks through deploying a sample application, configuring a Gateway and HTTPRoute, enabling path-based routing, and securing traffic with TLS — all within a single namespace model.
It follows existing documentation structure and shortcodes, and does not introduce any runtime changes.