7 CoreDNS 1.0.0 Release Notes
Miek Gieben edited this page 2017-11-29 14:29:48 +00:00

Core

Plugins

  • kubernetes adds an endpoint_pod_names option to use the name of a pod as the hostname rather the hosts's hostname for lookups (when pods mode is set to insecure or verified).
  • log removes the stdout config item. All logs are written to standard output, so it is weird to keep stdout in the config. This change is backwards incompatible.
  • metrics|proxy renames the duration metrics to ..._request_duration_seconds to adhere to Prometheus standards, also use Exponential buckets backwards incompatible