Skip to main content

Architecture (State 010 Tilt Local Dev on Kubernetes)

State 010 preserves state 009 Kubernetes runtime while introducing Tilt for local developer automation.

  • Inherits architectural baseline from: 009-kubernetes-runtime
  • Generated from: system/architecture.model.json
  • Canonical flows: ../001-baseline-uncontainerized-parity/system/end-to-end-flows.md

Entry Points​

  • edge-proxy: http://localhost:8080
  • tilt-ui: http://localhost:10350

Architecture Diagram​

Node Catalog​

NodeKindLabelNotes
developeractorDeveloperIterates locally with fast feedback loops.
tilttoolingTilt Dev LoopBuild/deploy/log orchestration for local k8s.
clusterboundaryKubernetes ClusterUnderlying runtime substrate inherited from state 009.
edgegatewayNGINX Edge ProxySingle browser/API entrypoint.
workloadsserviceTraderX WorkloadsCore services remain functionally equivalent to state 009.

State Notes​

  • State 010 is a sibling branch of state 012; both inherit from state 009.
  • Primary delta is developer workflow/tooling, not platform abstraction.