for my sample apps i need these container (A and B) in the same pod communicate using container name, i found links that it need sharing volume between these two container for communicate
is there any way that less “extra configuration” to do it ?
i’ve been tested it using telnet from containerB like
telnet containerA 80
but it return bad address, so i think dns cant resolve containerA address
help pls