I am running selenium tests on the zalenium grid. Currently configured to run 4 grid docker containers to run the Selenium tests. 2 containers seems to run the tests fine against the application URL and 2 other containers return 403 Forbidden from nginx while running the tests against the same application URL.
The traffic is routed to application via ingress which has the IP whitelisted range of the kubernetes nodes where the container is currently running.