Infrastructure Deployment¶
This section describes how Digital Rebar Provision itself is deployed. It covers the architecture of a single endpoint, patterns for scaling to high availability and multi-site configurations, and how to protect and recover DRP data.
Deployment Topologies¶
| Topology | Description |
|---|---|
| Single Endpoint | One DRP instance managing machines in a single location |
| High Availability | Multiple DRP nodes in an active-passive cluster using the RAFT consensus protocol |
| Multi-Site (Manager) | A hierarchy of endpoints managed by a Manager providing single-pane-of-glass operations |
In This Section¶
- Endpoint Architecture — Services, ports, Guacamole console proxy
- Scaling & Sizing — CPU, memory, networking, and disk sizing guidance
- High Availability — HA cluster architecture and availability zones
- Multi-Site Manager — Managing multiple endpoints from a single pane of glass
- Machine Migration — Moving machines between endpoints
- Backup & Recovery — Automated backup scheduling, restore operations, and retention
See Also¶
- Security — Authentication, authorization, and secure parameters
- Administrator Guide — Installation, upgrade, and operational procedures