Sequential Management
Sequential Management of Horizontally Scaled Containers
From the layer controls, all containers can be configured, inspected for logs and statistics, restarted, or redeployed as one logical group. For operations that temporarily interrupt a container, sequential management helps keep at least one node available.
Operations Supporting Sequential Management
The sequential option is available for the following operations on horizontally scaled nodes:
Connection Behaviour
Connections to a node are terminated while an intrusive operation is performed on that node. Sequential processing reduces the overall service impact because the remaining nodes continue operating.
Simultaneous vs Sequential Management
The sequential approach is optional. Choose the management mode according to the environment and operational requirement.
| Management Mode | How It Works | Advantages | Recommended Use |
|---|---|---|---|
| Simultaneous | Applies the operation to all containers in one run. | Completes the task faster. | Development and testing, where a short service interruption is acceptable. |
| Sequential | Processes the containers one by one with a configured interval. | Reduces downtime and keeps other nodes available. | Production workloads where service continuity is more important than operation speed. |
Sequential Management Parameters
1Delay
Defines the waiting interval between operations on consecutive nodes. The default is 30 seconds, and the maximum is 5 minutes.
2Temporarily Remove Node(s) from DNS
Temporarily excludes the affected node from internal and external DNS records while the operation is running, so new requests are sent to active nodes.
Usage Recommendations
- Use simultaneous management for faster work in development and testing.
- Use sequential management for production services that must remain available.
- Set the delay according to the real startup and health-check time of the application.
- Enable temporary DNS removal for high-traffic services.
- Implement reconnection logic for WebSocket, FTP, SSH, and other stateful connections.
- Keep enough healthy nodes active to handle traffic while another node is unavailable.
