1 min readFeb 4, 2018
Hi Dustin,
Yeah, we actually used the attach/exec functionality a lot when doing manual testing, but a lot of our automated infrastructure still expected an SSH access. Also, more importantly, some serviced packaged in the container may open/close random ports in the runtime and from the CI side we may want to talk to them.
However, I’m not trying to say that our pod-network hack is a good approach in any way, for most cases I would try to use K8S services or attach/exec thing and it should suffice.