docs(gateway): Update architecture reference for the edge gateway - #356
Open
privateip wants to merge 1 commit into
Open
docs(gateway): Update architecture reference for the edge gateway#356privateip wants to merge 1 commit into
privateip wants to merge 1 commit into
Conversation
privateip
force-pushed
the
feat/edge-gateway-08-docs
branch
from
August 12, 2026 18:26
14dbd0d to
a44bc47
Compare
privateip
force-pushed
the
feat/edge-gateway-07-containerlab
branch
from
August 12, 2026 18:26
34d6e58 to
16e61ec
Compare
ecv
approved these changes
Aug 12, 2026
privateip
force-pushed
the
feat/edge-gateway-07-containerlab
branch
from
August 12, 2026 19:04
16e61ec to
fbcc1ef
Compare
privateip
force-pushed
the
feat/edge-gateway-08-docs
branch
from
August 12, 2026 19:04
a44bc47 to
cfa74b2
Compare
privateip
force-pushed
the
feat/edge-gateway-07-containerlab
branch
from
August 12, 2026 19:18
fbcc1ef to
ac48549
Compare
privateip
force-pushed
the
feat/edge-gateway-08-docs
branch
from
August 12, 2026 19:18
cfa74b2 to
011fde1
Compare
privateip
force-pushed
the
feat/edge-gateway-07-containerlab
branch
from
August 12, 2026 19:26
ac48549 to
ab54bca
Compare
privateip
force-pushed
the
feat/edge-gateway-08-docs
branch
from
August 12, 2026 19:26
011fde1 to
14bdf18
Compare
…gateway Adds galactic-gateway to the repository layout (cmd/, containers/), the publish-pipeline description, and the module/package quick-reference table in docs/agents/ARCHITECTURE.md. No standalone as-built document: an earlier draft of this branch included docs/gateway-as-built.md, but per review it's dropped here in favor of pointing directly at the code (internal/gateway/doc.go, internal/plumbing/ebpf/edgeprog/doc.go) -- nothing else in the stack references that file. Final branch in the edge-gateway stack; builds on feat/edge-gateway-07-containerlab.
privateip
force-pushed
the
feat/edge-gateway-07-containerlab
branch
from
August 12, 2026 19:44
ab54bca to
e3bb9c8
Compare
privateip
force-pushed
the
feat/edge-gateway-08-docs
branch
from
August 12, 2026 19:44
14bdf18 to
252ce2b
Compare
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
The architecture reference hadn't caught up with the gateway work landing across this stack. This adds galactic-gateway to the repository layout, the publish-pipeline description, and the module quick-reference table, pointing readers at the code's own doc comments for full detail rather than a separate standalone document. Final branch in the edge-gateway stack; builds on the containerlab canary PR.
Test plan
Related to #17