Welcome!
Currently, traffic between all clusters is carried out via a public connection.
This primarily generates additional transfer costs
Is it possible to implement also an internal connection between servers if we have them in one private network?
This traffic and network is almost always free and much more efficient. It also increases security.
Suppose I have 2 servers in 1 private network.
1 server - app, database and dns role
2 server - control panel, backups, email, dns role
The simplest example is the transfer of backups from server 1 to server 2. The backups can be very large and that's a transfer cost because now it's done over a public network even though the 2 servers are on the same internal, private network.
Is it possible to implement this?
Greetings