Links
Container Linking
The Links section establishes a connection between containers located in different layers of the same environment. After linking, one container can use environment variables imported from the connected layer through a defined alias prefix.
How Container Linking Works
Container linking allows a layer to access variables and network references from another layer inside the same environment. The imported properties are identified by the alias assigned during link creation.
Add a Container Link
Open the Links section
Open the required environment, select the destination container layer and access its settings. Switch to the Links section.
Click Add
Select the Add button to create a new connection.
Select the node layer
Use the Node drop-down list to select the required layer from the current environment.
Enter the alias
Enter a connection alias. The alias becomes the prefix for variables imported from the selected layer.

Multiple links are supported
A single container layer can be linked to several different node groups when the application needs access to multiple services.
Alias and Internal DNS Behavior
When containers are linked, the platform creates corresponding internal DNS records using the assigned alias. This allows applications to reference linked containers by name instead of relying only on IP addresses or node identifiers.
To address a specific container in the linked layer, use the alias followed by the container number:
For example, when the alias is db, individual database containers can be reached as db_1, db_2 and so on through the platform’s internal network.
Layer-level alias
When the alias is used without a numeric suffix, such as db, the platform selects a container from the linked layer using a round-robin algorithm.
Save and Apply Linking Settings
Save the link
Click Save after entering the node and alias values.
Apply the layer changes
Click Apply in the layer settings window.
Confirm the topology update
When required, apply the changes again in the main topology wizard to complete the configuration.
Short service interruption
Linked nodes are restarted when the new settings are applied. This can cause a brief downtime for the involved containers.
Edit or Remove a Link
Select an existing link and use the Edit or Remove buttons in the upper toolbar of the container layer settings. Apply the changes after updating or deleting the record.

Verify Imported Variables
After the link is applied, open the Variables section of the target container layer. The newly imported parameters should appear with the configured alias prefix.
Verification checklist
- Confirm that the alias is displayed in the linked variable names.
- Verify that the required source layer was selected.
- Check internal DNS resolution using the alias or alias with a numeric suffix.
- Confirm that all Apply actions completed successfully.
Expected Result
The target container layer is connected to the selected node group. Linked environment variables become available with the assigned alias prefix, and the linked containers can be reached through internal DNS names based on that alias.
Important Notes
- Container links can be created only between layers of the same environment.
- Choose a short and meaningful alias that clearly identifies the linked service.
- The alias is used both as a variable prefix and as an internal DNS name.
- Remember to apply changes at both the layer and topology levels when required.
- Applying link changes restarts the involved nodes and may cause brief downtime.
- Review application dependencies before editing or removing an active production link.
