<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Coredns on TinyChen's Blog</title><link>https://tinychen.com/tags/coredns/</link><description>Recent content in Coredns on TinyChen's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 22 Jul 2026 20:00:00 +0800</lastBuildDate><atom:link href="https://tinychen.com/tags/coredns/index.xml" rel="self" type="application/rss+xml"/><item><title>CoreDNS篇10-分流与重定向</title><link>https://tinychen.com/20221120-dns-13-coredns-10-dnsredir-and-alternate/</link><pubDate>Sun, 20 Nov 2022 11:00:00 +0800</pubDate><guid>https://tinychen.com/20221120-dns-13-coredns-10-dnsredir-and-alternate/</guid><description>&lt;p&gt;本文主要介绍了目前CoreDNS服务在外部域名递归结果过程中出现的一些问题以及使用dnsredir插件进行分流和alternate插件进行重试优化的操作。&lt;/p&gt;</description></item><item><title>CoreDNS篇9-kubernetes插件</title><link>https://tinychen.com/20221107-dns-12-coredns-09-kubernetes/</link><pubDate>Mon, 07 Nov 2022 11:00:00 +0800</pubDate><guid>https://tinychen.com/20221107-dns-12-coredns-09-kubernetes/</guid><description>&lt;p&gt;CoreDNS作为现阶段k8s的默认DNS服务以及服务发现的重要一环，其内置的kubernetes插件可谓是举足轻重。本文主要讲解介绍CoreDNS内置的核心插件&lt;code&gt;kubernetes&lt;/code&gt;的使用方式和适用场景。&lt;/p&gt;</description></item><item><title>CoreDNS篇11-高可用部署思路</title><link>https://tinychen.com/20220805-dns-14-coredns-11-highly-available-deployment/</link><pubDate>Fri, 05 Aug 2022 11:00:00 +0800</pubDate><guid>https://tinychen.com/20220805-dns-14-coredns-11-highly-available-deployment/</guid><description>&lt;p&gt;本文主要以 CoreDNS 为例，介绍 DNS 高可用常见部署形态，重点说明 Anycast（含基于 BGP 的「类 Anycast」）为何适合 DNS，以及在落地时需要注意的边界条件。&lt;/p&gt;</description></item><item><title>CoreDNS篇8-健康检查</title><link>https://tinychen.com/20220728-dns-11-coredns-08-healthcheck/</link><pubDate>Thu, 28 Jul 2022 14:00:00 +0800</pubDate><guid>https://tinychen.com/20220728-dns-11-coredns-08-healthcheck/</guid><description>&lt;p&gt;本文主要讲解介绍CoreDNS内置的两个健康检查插件&lt;code&gt;health&lt;/code&gt;和&lt;code&gt;ready&lt;/code&gt;的使用方式和适用场景。&lt;/p&gt;</description></item><item><title>k8s系列09-服务发现与流量暴露</title><link>https://tinychen.com/20220627-k8s-09-service-discovery-and-traffic-exposure/</link><pubDate>Mon, 27 Jun 2022 17:00:00 +0800</pubDate><guid>https://tinychen.com/20220627-k8s-09-service-discovery-and-traffic-exposure/</guid><description>&lt;p&gt;本文主要介绍了K8S集群中的服务发现和流量暴露机制，包括K8S中的workload类型、service类型、DNS解析原理以及四层服务暴露和七层服务暴露的规则。&lt;/p&gt;</description></item><item><title>CoreDNS篇7-性能压测</title><link>https://tinychen.com/20220221-dns-10-coredns-07-queryperf-performance-testing/</link><pubDate>Mon, 21 Feb 2022 11:00:00 +0800</pubDate><guid>https://tinychen.com/20220221-dns-10-coredns-07-queryperf-performance-testing/</guid><description>&lt;p&gt;本文主要用于介绍如何编译安装queryperf来对DNS服务器进行压测，以及CoreDNS常见的几种配置下的压测性能表现。&lt;/p&gt;</description></item><item><title>CoreDNS篇6-递归服务器</title><link>https://tinychen.com/20220220-dns-09-coredns-06-recursive-dns/</link><pubDate>Sun, 20 Feb 2022 23:00:00 +0800</pubDate><guid>https://tinychen.com/20220220-dns-09-coredns-06-recursive-dns/</guid><description>&lt;p&gt;本文主要用于介绍CoreDNS实现递归服务器的几种方式以及在生产环境中遇到的一些问题和解决方案。&lt;/p&gt;</description></item><item><title>CoreDNS篇5-日志处理</title><link>https://tinychen.com/20220114-dns-08-coredns-05-log/</link><pubDate>Fri, 14 Jan 2022 11:00:00 +0800</pubDate><guid>https://tinychen.com/20220114-dns-08-coredns-05-log/</guid><description>&lt;p&gt;本文主要用于介绍CoreDNS用来记录日志的几种方式以及在生产环境中遇到的一些问题和解决方案。&lt;/p&gt;</description></item><item><title>CoreDNS篇4-编译安装unbound</title><link>https://tinychen.com/20210713-dns-07-coredns-04-unbound/</link><pubDate>Tue, 13 Jul 2021 11:00:00 +0800</pubDate><guid>https://tinychen.com/20210713-dns-07-coredns-04-unbound/</guid><description>&lt;p&gt;本文主要介绍coredns的unbound插件进行编译安装的过程及常用的配置方法。&lt;/p&gt;</description></item><item><title>CoreDNS篇3-接入prometheus监控</title><link>https://tinychen.com/20210623-dns-06-coredns-03-prometheus/</link><pubDate>Thu, 24 Jun 2021 17:00:00 +0800</pubDate><guid>https://tinychen.com/20210623-dns-06-coredns-03-prometheus/</guid><description>&lt;p&gt;本文主要对coredns的&lt;em&gt;prometheus&lt;/em&gt;监控进行介绍，以及对grafana中配置coredns的dashboard进行分享。&lt;/p&gt;</description></item><item><title>CoreDNS篇2-编译安装External Plugins</title><link>https://tinychen.com/20210516-dns-04-coredns-02-install-external-plugins/</link><pubDate>Sun, 16 May 2021 11:00:00 +0800</pubDate><guid>https://tinychen.com/20210516-dns-04-coredns-02-install-external-plugins/</guid><description>&lt;p&gt;本文主要对coredns的源码进行编译安装，以及在编译安装的过程中加入一些External Plugins的方法。&lt;/p&gt;</description></item><item><title>CoreDNS篇1-简介和安装</title><link>https://tinychen.com/20210509-dns-03-coredns-01-introduction/</link><pubDate>Sun, 09 May 2021 11:00:00 +0800</pubDate><guid>https://tinychen.com/20210509-dns-03-coredns-01-introduction/</guid><description>&lt;p&gt;本文主要对coredns的原理和特性进行介绍，同时会对其二进制的安装方法进行尝试。&lt;/p&gt;</description></item></channel></rss>