<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DNS on 我的博客</title><link>https://hugo.kkun.top/tags/dns/</link><description>Recent content from 我的博客</description><generator>Hugo</generator><language>zh-cn</language><managingEditor>your@email.com (你的名字)</managingEditor><webMaster>your@email.com (你的名字)</webMaster><copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright><lastBuildDate>Fri, 28 Jul 2023 11:40:33 +0000</lastBuildDate><atom:link href="https://hugo.kkun.top/tags/dns/index.xml" rel="self" type="application/rss+xml"/><item><title>如何管理 Docker 容器和 Kubernetes Pod 的 DNS</title><link>https://hugo.kkun.top/post/%E5%A6%82%E4%BD%95%E7%AE%A1%E7%90%86docker%E5%AE%B9%E5%99%A8%E5%92%8Ckubernetes-pod%E7%9A%84dns/</link><pubDate>Fri, 28 Jul 2023 11:40:33 +0000</pubDate><author>your@email.com (你的名字)</author><guid>https://hugo.kkun.top/post/%E5%A6%82%E4%BD%95%E7%AE%A1%E7%90%86docker%E5%AE%B9%E5%99%A8%E5%92%8Ckubernetes-pod%E7%9A%84dns/</guid><description>
<![CDATA[<h1>如何管理 Docker 容器和 Kubernetes Pod 的 DNS</h1><p>作者：你的名字（your@email.com）</p>
        
          <h2 id="dns简介">
<a class="header-anchor" href="#dns%e7%ae%80%e4%bb%8b"></a>
DNS简介
</h2><p>DNS服务是域名系统的缩写， 英文全称：Domain Name System，将域名和IP地址相互映射。在容器环境中，DNS至关重要，例如在Kubernetes集群中，通常一组Pod由一个Service负载，但是Service的IP地址有可能需要变动，那么就可以让Pod通过域名的方式去访问Service，Pod无需理会IP地址的变化。</p>
        
        <hr><p>本文2023-07-28首发于<a href='https://hugo.kkun.top/'>我的博客</a>，最后修改于2023-07-28</p>]]></description><category>kubernetes</category></item></channel></rss>