diff --git a/keps/sig-network/20190415-Autopath API for clusterDNS.md b/keps/sig-network/20190415-Autopath-API-for-clusterDNS.md similarity index 94% rename from keps/sig-network/20190415-Autopath API for clusterDNS.md rename to keps/sig-network/20190415-Autopath-API-for-clusterDNS.md index 2182538af968..55c2acc615a4 100644 --- a/keps/sig-network/20190415-Autopath API for clusterDNS.md +++ b/keps/sig-network/20190415-Autopath-API-for-clusterDNS.md @@ -20,19 +20,18 @@ status: provisional # DNS Autopath in PodSpec -## Table of Contents - -* [Table of Contents](#table-of-contents) -* [Summary](#summary) -* [Motivation](#motivation) - * [Goals](#goals) - * [Non-Goals](#non-goals) -* [Proposal](#proposal) - * [Risks and Mitigations](#risks-and-mitigations) -* [Implementation History](#implementation-history) -* [Alternatives [optional]](#alternatives-optional) - -[Tools for generating]: https://github.com/ekalinin/github-markdown-toc +## Table of contents + + +- [Summary](#summary) +- [Motivation](#motivation) + - [Goals](#goals) + - [Non-Goals](#non-goals) +- [Proposal](#proposal) + - [Risks and Mitigations](#risks-and-mitigations) +- [Implementation History](#implementation-history) +- [Alternatives [optional]](#alternatives-optional) + ## Summary This proposal aims to minimize the number of parallel DNS queries generated by a pod by moving searchpath expansion logic to the DNS server side. This introduces a new dnsPolicy that can be configured on a per-pod basis. The metadata required to complete the searchpath expansion will be sent to the DNS Server via an EDNS0 option. This will be inserted into the request by the Nodelocal DNSCache.