Hi there,
I currently have a multi-image job, We have 1 primary container(where all the steps run) named primary and 3 secondary containers named A,B,C.
From the primary container I can reach all the secondary containers i.e A,B,C by name(implying the name can be resolved successfully to the correct IP). The secondary containers can all reach each other by name. But I can not reach the primary container from any secondary container by name.
The question is, how can I reach the primary container from any of the secondary containers?
Layout of my circle yaml configuration.
Anyone who has an idea, or anything I can try It will be greatly appreciated.
@thekatertot noticed you are active in forum, could you perhaps have a solution or anything I can try.
Thanks