Migrated from Linear: AK-383
GitHub is the canonical source of truth. The Linear issue is marked as a duplicate.
Why
Lando's actual stack is: Python backend + Node.js mini-server + React Native frontend + PostgreSQL — each deployed per hospital client. Before onboarding Matthias, we must prove this works end-to-end through CNAP, including multi-tenant isolation.
Description
Simulate Lando's real deployment pattern on a test cluster:
- Create a multi-chart product representing Lando's stack
- Deploy 2+ installs (simulating 2 hospital clients)
- Verify each install is isolated (separate namespace, DB, domain)
- Verify private registry pull works (Lando uses private GHCR images)
Acceptance Criteria
Out of Scope
- Actual Lando Docker images (use test images that mimic the pattern)
- Production cluster — use dev/test cluster
Why
Lando's actual stack is: Python backend + Node.js mini-server + React Native frontend + PostgreSQL — each deployed per hospital client. Before onboarding Matthias, we must prove this works end-to-end through CNAP, including multi-tenant isolation.
Description
Simulate Lando's real deployment pattern on a test cluster:
Acceptance Criteria
Out of Scope