<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《理解Kubernetes网络之Flannel网络》的评论</title>
	<atom:link href="http://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：luo</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7618</link>
		<dc:creator>luo</dc:creator>
		<pubDate>Tue, 03 May 2022 13:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7618</guid>
		<description>写得很好，请教一下最后一点，转到service时dnat后，是否就是走flannel那套网络的原理来路由包到目标了？</description>
		<content:encoded><![CDATA[<p>写得很好，请教一下最后一点，转到service时dnat后，是否就是走flannel那套网络的原理来路由包到目标了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ben</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7384</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 08 Sep 2019 23:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7384</guid>
		<description>bravo !
can you write something about Calico and Multus ?</description>
		<content:encoded><![CDATA[<p>bravo !<br />
can you write something about Calico and Multus ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：moy</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7333</link>
		<dc:creator>moy</dc:creator>
		<pubDate>Wed, 20 Feb 2019 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7333</guid>
		<description>好文章，很详细完整，大部分文章都只是讲述了pod之间通信流程，这篇文章让我成功定位了pod内到外部网络不通的问题，多谢多谢</description>
		<content:encoded><![CDATA[<p>好文章，很详细完整，大部分文章都只是讲述了pod之间通信流程，这篇文章让我成功定位了pod内到外部网络不通的问题，多谢多谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kevin</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7315</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 10 Jan 2019 16:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7315</guid>
		<description>真是篇好文章，最近在搞k8s，网络问题折腾好几天了还没有搞定，看了这篇我觉得似乎明白了一些，谢谢博主</description>
		<content:encoded><![CDATA[<p>真是篇好文章，最近在搞k8s，网络问题折腾好几天了还没有搞定，看了这篇我觉得似乎明白了一些，谢谢博主</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：hongjyan</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7297</link>
		<dc:creator>hongjyan</dc:creator>
		<pubDate>Thu, 29 Nov 2018 09:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7297</guid>
		<description>bravo, 厉害， 很详细透彻得文章， 根据这篇文章我解决了openstack下flannel host ip地址不能互相ping的问题， 多谢多谢</description>
		<content:encoded><![CDATA[<p>bravo, 厉害， 很详细透彻得文章， 根据这篇文章我解决了openstack下flannel host ip地址不能互相ping的问题， 多谢多谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7183</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 12 Apr 2018 23:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7183</guid>
		<description>首先声明一点我不是网络专家，对数据中心网络规划也不了解，对所谓大二层理解也很粗浅。但是我理解大二层的概念主要实现的是vm迁移后的ip/mac地址不变，但在k8s cluster中没有这个要求，pod被在各个node上重新调度后，ip是变化的。k8s cni主要是实现了多个node上的pod能够通信即可。但是可能也有一些容器云有类似大二层的需求，可能对k8s或网络做了改造。但不在本文涵盖范围内。本文只是针对flannel的“事实”做了分析。谢谢。</description>
		<content:encoded><![CDATA[<p>首先声明一点我不是网络专家，对数据中心网络规划也不了解，对所谓大二层理解也很粗浅。但是我理解大二层的概念主要实现的是vm迁移后的ip/mac地址不变，但在k8s cluster中没有这个要求，pod被在各个node上重新调度后，ip是变化的。k8s cni主要是实现了多个node上的pod能够通信即可。但是可能也有一些容器云有类似大二层的需求，可能对k8s或网络做了改造。但不在本文涵盖范围内。本文只是针对flannel的“事实”做了分析。谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Fisher</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7182</link>
		<dc:creator>Fisher</dc:creator>
		<pubDate>Thu, 12 Apr 2018 07:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7182</guid>
		<description>很详细，谢谢po主，但是有点疑问，按照文章里介绍的，pod间的网络似乎不是vxlan的大二层的概念，因为被封装的内部packet的mac地址不是目标pod的，而是目标flannel.1的，pod间的网络好像是3层的overlay而不是2层的，不知道我理解得对吗？</description>
		<content:encoded><![CDATA[<p>很详细，谢谢po主，但是有点疑问，按照文章里介绍的，pod间的网络似乎不是vxlan的大二层的概念，因为被封装的内部packet的mac地址不是目标pod的，而是目标flannel.1的，pod间的网络好像是3层的overlay而不是2层的，不知道我理解得对吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7168</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 03 Apr 2018 10:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7168</guid>
		<description>不能。</description>
		<content:encoded><![CDATA[<p>不能。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：思绪飘然</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7167</link>
		<dc:creator>思绪飘然</dc:creator>
		<pubDate>Tue, 03 Apr 2018 09:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7167</guid>
		<description>flannel能使用tcp来封包吗，有些情况下udp包到不了</description>
		<content:encoded><![CDATA[<p>flannel能使用tcp来封包吗，有些情况下udp包到不了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：思绪飘然</title>
		<link>https://tonybai.com/2017/01/17/understanding-flannel-network-for-kubernetes/#comment-7166</link>
		<dc:creator>思绪飘然</dc:creator>
		<pubDate>Tue, 03 Apr 2018 09:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2126#comment-7166</guid>
		<description>真的很厉害！</description>
		<content:encoded><![CDATA[<p>真的很厉害！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
