when using service-upstream: true
use FQDN
#6658
Labels
area/perf
Performance Related Issues
release/required
it is required that this be resolved before releasing
Milestone
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
Currently using this feature we use
{service}.{namespace}.svc
.Underneath this means we can do multiple DNS lookups to get the service.
Would it make sense to use
{service}.{namespace}.svc.cluster.local
to avoid some of the lookups?Proposed Solution
Additional information
No response
Acceptance Criteria
cluster.local
is configurable. If it is, reconsider this improvementservice-upstream: true
The text was updated successfully, but these errors were encountered: