You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently see very large coreDNS traffic during some missions. For example small tests can get us to 80k or even 100k rps at which point CoreDNS starts failing
What happens is this:
When SSC starts we create service that catches all pods. For example
We had a chat with Jay on meet and agreed on next steps. Jay will check how easy it is to standarize STS serviceName. If we can get than there is a high chance most if not all missions will just work with the new proxy
Chat summary is here
We managed to get working code and I run comparison between the current and proposed method. Details are here. In summary the new method dramatically reduces coreDNS load and it allowed all simple tests to pass without problems.
What problem does your feature solve?
We currently see very large coreDNS traffic during some missions. For example small tests can get us to 80k or even 100k rps at which point CoreDNS starts failing
What happens is this:
ExternalName
for each pod:What would you like to see?
I found a way to significantly simplify the whole setup. What we need is:
What alternatives are there?
It may be possible to throw resources at the problem but due to the way DNS traffic is amplified it won't take us very far.
The text was updated successfully, but these errors were encountered: