When I define several containers in the pod / pod template, for example, one container with nginx and another php-fpm, how can they access each other?
Should I define some links in the definition (I could not find documents explaining all the available configuration options) or can they have a different default?
If so, what values should I add to the configuration files? I read the division of the network namespace, but I do not know what this really means?
I also could not find any example for this.
docker kubernetes
soupdiver
source share