docs: Add gateway and NAT66 deployment reference docs - #446
Open
privateip wants to merge 1 commit into
Open
Conversation
Add docs/gateway/configuration.md, a deploy/configure guide for galactic-gateway covering node labeling, RBAC bring-up, the per-node SRv6-address overlay pattern, NetworkGateway/NetworkRule configuration, and verification. Add docs/nat66/getting-started.md and docs/nat66/configuration.md, a walkthrough and configuration reference for the sharded, stateful NAT66 egress tier. Add docs/reference.md, a cross-cutting quick-reference table of every deployable asset in config/ and every TCP port its containers configure, so a port collision or an "is this applied cluster-wide" question can be answered without reading every component's manifests. Clean up stale references to internal/controller/networkgateway_controller.go's publishSelfAddress in AGENTS.md, README.md, and config/galactic-gateway/base/daemonset.yaml. That function was removed in the DSR/anycast rewrite; the references now point to internal/config/gateway.go's EnvGatewaySRv6Address doc comment instead.
privateip
requested review from
0xmc,
drewr,
ecv,
scotwells and
slindseysr
and removed request for
drewr
August 25, 2026 13:50
Contributor
|
@privateip conflicts |
ecv
approved these changes
Sep 1, 2026
ecv
self-requested a review
September 3, 2026 15:27
Contributor
|
@privateip erp conflicts again |
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.
Summary
Operators had no single place to learn how to deploy and configure the edge gateway or the NAT66 egress tier, and no quick way to check what config/ actually applies or which ports two co-located DaemonSets use. This adds a deploy/configure guide for galactic-gateway, a getting-started walkthrough and configuration reference for NAT66, and a cross-cutting reference of every deployable asset and its configured ports. It also fixes a few stale doc-comment cross-references left over from the DSR/anycast gateway rewrite.
Test plan