Deployment topology
Kuberns supports two resource deployment topologies:
| Topology | Description |
|---|---|
| Single node | The workload runs through a single-node Docker Compose deployment path. |
| Master node | The workload runs through a Docker Swarm service managed by a master node and can support replica-oriented operations. |
Convert topology
Backend orchestration supports:
- Single node to master node.
- Master node to single node.
Topology conversion is an infrastructure operation. Before converting:
- Review current resource health and usage.
- Confirm the application supports the target topology.
- Plan for connection or process interruption.
- Review stateful resource storage and backup requirements.
Follow activity and deployment state until the conversion completes. Do not start another scale or lifecycle operation on the same resource while conversion is active.