惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
G
Google Developers Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
L
LangChain Blog
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
小众软件
小众软件
WordPress大学
WordPress大学
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
Jina AI
Jina AI
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
D
Docker

1.2.3 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.2.3 Release
coredns · 2018-10-16 · via 1.2.3 on CoreDNS: DNS and Service Discovery

We are pleased to announce the release of CoreDNS-1.2.3!

Core

This is a big release that spans almost 6 weeks of development, slightly longer than normal. You may also have noticed that CoreDNS wasn’t made the default in Kubernetes 1.12 due to increased memory used compared to kube-dns. This release contains a fix for that.

The underlying DNS library has seen multiple updates to improve throughput and memory and we have enabled REUSE_PORT on the ports CoreDNS opens on *nix.

Plugins

  • federation return a correct answer (SERVFAIL) if availability-zone or region labels are missing from a node.
  • route53
    • Refactor add-on to support batch querying of Route 53 along with all AWS record types (including CNAME).
    • Add support for zones with overlapping domains (split config)
    • Minor improvements (fallthrough, upstream options, AWS credentials file support)
  • cache add a minttl option to set the minimal TTL for records being cached. The cache key moved to hash/fnv64.
  • rewrite can now also rewrite TTLs
  • kubernetes
    • Uses less memory (~30% less).
    • Do not block on startup when connecting to the API server; returns SERVFAIL in the mean time.
    • Support for using a kubeconfig file, including various auth providers (Azure not supported due to a compilation issue with that code).
  • reload allows the reload interval to be configured.
  • forward fix a crash when health checking is enabled in some circumstances.

Brought to you by:

Aaron Riekenberg, Billie Cleek, Brad Beam, Can Yucel, Chris O’Haver, dilyevsky, Eugen Kleiner, Francois Tur, John Belamaric, Manuel Alejandro de Brito Fontes, Manuel Stocker, marqc, Miek Gieben, Nic Cope, Paul G, Ruslan Drozhdzh, Tom Thorogood, Yong Tang, Zach Eddy.

For documentation see our (in progress!) manual. For help and other resources, see our community page.