Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document DNS queries in tenant #93

Open
NissesSenap opened this issue Feb 9, 2022 · 1 comment
Open

Document DNS queries in tenant #93

NissesSenap opened this issue Feb 9, 2022 · 1 comment

Comments

@NissesSenap
Copy link
Contributor

NissesSenap commented Feb 9, 2022

We have seen through out the years that you should define fqdn when performing internal communication when possible, for example: service-nr-one.tenant.svc.cluster.local

This should be document under developer somewhere.

@NissesSenap
Copy link
Contributor Author

NissesSenap commented Feb 9, 2022

Now we are talking small adjustments but it might be worth talking about ndots config in kubernetes yaml.
As long as you use fqdn this should decrease the dns query time.

https://pracucci.com/kubernetes-dns-resolution-ndots-options-and-why-it-may-affect-application-performances.html

  dnsConfig:
    options:
       - name: single-request-reopen
       - name: ndots
         value: "2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant