public:learn:tour
Lab architecture tour
A five-minute mental model of how a serious homelab is layered — using NB Cloud as the example, without live inventory or secrets.
One sentence: edge DNS and TLS → reverse proxy and SSO → many small apps → Proxmox cluster → shared storage → physical hardware.
Layer cake (top → bottom)
- Users — browsers, phones, media clients
- Edge — public DNS, DDoS protection, optional tunnel
- Ingress — reverse proxy on 443, identity (SSO)
- Apps — media, files, chat, monitoring (usually containers or LXCs)
- Compute — hypervisor cluster (Proxmox or similar)
- Storage — block pool for VMs + NFS/file server for bulk data
- Physical — servers, UPS, switch, access points
Domain pattern
- Public names (
*.example.com) for what the internet may reach - Internal names (
*.home.lan) for LAN-only services
Related public pages: nbottini.com lab tour · About this homelab
public/learn/tour.txt · Last modified: by 127.0.0.1
