Add architecture diagrams for Radius services and CLI#11399
Open
willdavsmith wants to merge 8 commits intoradius-project:mainfrom
Open
Add architecture diagrams for Radius services and CLI#11399willdavsmith wants to merge 8 commits intoradius-project:mainfrom
willdavsmith wants to merge 8 commits intoradius-project:mainfrom
Conversation
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a code-oriented architecture documentation set under docs/architecture/ and links to it from existing contributor docs, so developers can quickly find entry points, key packages, and safe-change guidance when working in this repository.
Changes:
- Introduce new architecture “start here” index plus per-binary architecture notes (UCP, applications-rp, dynamic-rp, controller, CLI).
- Add shared-runtime/ARM-RPC overview and a service interaction map with Mermaid diagrams.
- Cross-link architecture docs from
docs/README.mdand the control-plane contributing index.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/README.md | Adds a pointer from docs index to the new architecture docs set. |
| docs/contributing/contributing-code/contributing-code-control-plane/README.md | Links control-plane contributor guide to architecture docs for upfront context. |
| docs/architecture/README.md | Provides the architecture docs entrypoint, reading order, and related material links. |
| docs/architecture/service-interaction-map.md | Adds a high-level runtime map of executables and typical flows. |
| docs/architecture/shared-runtime-and-armrpc.md | Documents shared hosting/HTTP/builder/async framework used by Go services. |
| docs/architecture/ucp.md | Adds UCP-focused entry points, package map, and routing flow diagrams. |
| docs/architecture/applications-rp.md | Adds applications-rp architecture overview and builder/async handoff flow. |
| docs/architecture/dynamic-rp.md | Adds dynamic-rp architecture overview emphasizing generic lifecycle handling. |
| docs/architecture/controller.md | Adds controller architecture overview and reconciler flow diagram. |
| docs/architecture/rad-cli.md | Adds CLI architecture overview, dependency seams, and deploy flow diagram. |
docs/contributing/contributing-code/contributing-code-control-plane/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
…plane/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
brooke-hamilton
approved these changes
Mar 9, 2026
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.
Description
Add architecture diagrams for Radius services and CLI
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: