LXD Container to Container proxy example?

I’d like to create proxies between containers and not the host…

Can’t find any examples for how this would be done but I assume it can…

Can anyone help?

Thats not possible at this time. You can create proxies only between host and container (or vice versa).

I mean in principle you could create a proxy that goes from c1 → host and then another goes from host → c2 I guess :slight_smile:

Thats a shame… I’ve a front end service on a lead instance which is creating and deprecating backend instances. Would be nice to be able to replace them without having to have unnecessary links via the host.

Also because the instances are being replaced the proxies need to be on the lead instance otherwise they will need to be deleted and created again. I’d much prefer them to be on the lead node so they are modified via updates…

I guess the best I can do is to modify my software to allow dynamic updates so I can point it at the newer IP address…

Will work