Avoid/replace tests with public facing IP (on K8s)
ilayaperumalg opened this issue · comments
Ilayaperumal Gopinathan commented
Some of the tests in AT use the public facing IPs for assertions. This is specifically helpful on K8s where we could avoid creating load-balancer type services and thereby avoiding the cost involved in running those tests. Unless required, we need to avoid/replace such tests.
Corneil du Plessis commented
There are a few tests that uses the http endoint to send a message into a stream.
And alternative it consider an api on dataflow that acts as a proxy for the http endoints. Then we don't have to provide for extra ingress.