Skip to content

docs: replace ASCII architecture diagram with SVG - #6

Merged
flaccid merged 1 commit into
mainfrom
docs/architecture-svg
Sep 6, 2026
Merged

docs: replace ASCII architecture diagram with SVG#6
flaccid merged 1 commit into
mainfrom
docs/architecture-svg

Conversation

@flaccid

@flaccid flaccid commented Sep 6, 2026

Copy link
Copy Markdown
Member

Summary

Replaces the ASCII architecture diagram in the README with an SVG diagram (docs/architecture.svg), matching the visual style of the kube-workspaces/deploy architecture diagram (dark GitHub theme, colored component boxes, arrow legend).

Changes

  • docs/architecture.svg — new SVG showing the proxy request path:
    • Browser → Ingress (/proxy/*) → Proxy Service (:8080) → Workspace Pod ({name}.{namespace}.svc.cluster.local:80)
    • Middleware chain (Request Logging → CORS → Auth → Routing) and proxy routes (/healthz, /readyz, /sw.js, /proxy/{ns}/{name})
    • Supporting components (API, Dex/OIDC) and a legend
  • README.md — embeds the SVG in place of the ASCII block

Screenshot

Architecture

@flaccid
flaccid merged commit aa68515 into main Sep 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant