Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Too much DNS load on pod readiness with kubernetes #1049

Closed
jlamaille opened this issue Sep 13, 2019 · 2 comments
Closed

Too much DNS load on pod readiness with kubernetes #1049

jlamaille opened this issue Sep 13, 2019 · 2 comments

Comments

@jlamaille
Copy link
Contributor

🐛 Bug Report

We use zalenium with kubernetes, the readiness status causes a heavy load on our DNS.
Indeed the use of the method "getent" causes calls to the DNS which tries to solve urls of the type:
disulfur-40000-c757p.google.internal
disulfur-40000-c757p.x.c.f ..... internal
etc.
A call made by the readiness status generates at least 4 calls on the DNS times the number pods with a short frequency, the load is very important.

To Reproduce

Deploy a Zalenium infrastructure with a service account in a kubernetes environment and a corporate dns.
There are load peaks on the DNS due to the readiness of Selenium nodes.

Expected behavior

No load peaks on the DNS.

Environment

OS: Linux
Zalenium Image Version(s): last version
Version Docker : 18.09
Version Kubernetes : 1.13.7-gke.8

@jlamaille
Copy link
Contributor Author

I made a PR to fix that issue : #1048

@diemol
Copy link
Contributor

diemol commented Sep 15, 2019

Closed via #1048

@diemol diemol closed this as completed Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants