<?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>《Docker 1.12 swarm模式下遇到的各种问题》的评论</title>
	<atom:link href="http://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/</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>作者：chali</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-7243</link>
		<dc:creator>chali</dc:creator>
		<pubDate>Thu, 19 Jul 2018 13:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-7243</guid>
		<description>我也遇到docker swarm 下使用keepalived设置vip，跨node无法ping通的情况，想请问你现在解决了吗？</description>
		<content:encoded><![CDATA[<p>我也遇到docker swarm 下使用keepalived设置vip，跨node无法ping通的情况，想请问你现在解决了吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-2059</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 21 Mar 2017 00:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-2059</guid>
		<description>嗯，从现象看也是阿里云底层的问题。十分感谢。</description>
		<content:encoded><![CDATA[<p>嗯，从现象看也是阿里云底层的问题。十分感谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：barten</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-2000</link>
		<dc:creator>barten</dc:creator>
		<pubDate>Mon, 20 Mar 2017 09:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-2000</guid>
		<description>由阿里云的售后工程师确认，经典网络4789/udp被底层网络拦截，专有网络VPC下的机器可以4789/udp可以通讯</description>
		<content:encoded><![CDATA[<p>由阿里云的售后工程师确认，经典网络4789/udp被底层网络拦截，专有网络VPC下的机器可以4789/udp可以通讯</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1839</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 22 Feb 2017 22:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1839</guid>
		<description>后来改用kubernetes了。前不久新申请了两个aliyun华东节点，使用docker 1.12搭建swarm cluster依旧有问题。没有继续跟。</description>
		<content:encoded><![CDATA[<p>后来改用kubernetes了。前不久新申请了两个aliyun华东节点，使用docker 1.12搭建swarm cluster依旧有问题。没有继续跟。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿道夫</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1838</link>
		<dc:creator>阿道夫</dc:creator>
		<pubDate>Wed, 22 Feb 2017 14:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1838</guid>
		<description>问题有什么进展么</description>
		<content:encoded><![CDATA[<p>问题有什么进展么</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1694</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 30 Nov 2016 13:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1694</guid>
		<description>十分感谢你的建议。之所以用3.19内核，是因为在玩docker 1.9.1的overlay network时是好用的，所以就没有继续升级内核。阿里云的udp 4789端口初步测试的确有些问题，但问题原因不明，aliyun的售后也没给出啥说法，就是让我配合他们抓包。后续我再升级内核到4.x版本试试吧。</description>
		<content:encoded><![CDATA[<p>十分感谢你的建议。之所以用3.19内核，是因为在玩docker 1.9.1的overlay network时是好用的，所以就没有继续升级内核。阿里云的udp 4789端口初步测试的确有些问题，但问题原因不明，aliyun的售后也没给出啥说法，就是让我配合他们抓包。后续我再升级内核到4.x版本试试吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：王涛</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1693</link>
		<dc:creator>王涛</dc:creator>
		<pubDate>Wed, 30 Nov 2016 03:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1693</guid>
		<description>从你的现象上看，是 overlay 网络的通讯有问题，也就是 VxLAN 的4789/udp 的问题。除了阿里云的问题外，我还注意到你的内核版本不对。你所使用的内核版本是 Ubuntu 15.04 的 3.19，对于 Ubuntu 14.04 来说，现在官方默认的版本应该是 4.4，也就是 16.04 的 xenial 的。你可以用命令：sudo apt-get install -y --install-recommends linux-generic-lts-xenial来安装。在Docker环境中，如果打算使用 overlay network，一般建议使用 4.+ 的内核，现在比较稳定的是 4.2。4.4 的内核现在也可以用。而你选择的 3.19 对于 overlay network 来说太老了。建议你升级内核后在测试一下。我这里碰到别人问到 overlay 的问题的情况，大多是 CentOS 7的老内核的问题，而 Ubuntu 和 CentOS 是不同的，CentOS 一个版本走到底，而 Ubuntu 是官方维护新版本内核的，因此是鼓励升级到lts新版本内核的，所以很少见到 Ubuntu 用户提到 overlay network 的问题，除了设置了防火墙外。</description>
		<content:encoded><![CDATA[<p>从你的现象上看，是 overlay 网络的通讯有问题，也就是 VxLAN 的4789/udp 的问题。除了阿里云的问题外，我还注意到你的内核版本不对。你所使用的内核版本是 Ubuntu 15.04 的 3.19，对于 Ubuntu 14.04 来说，现在官方默认的版本应该是 4.4，也就是 16.04 的 xenial 的。你可以用命令：sudo apt-get install -y &#8211;install-recommends linux-generic-lts-xenial来安装。在Docker环境中，如果打算使用 overlay network，一般建议使用 4.+ 的内核，现在比较稳定的是 4.2。4.4 的内核现在也可以用。而你选择的 3.19 对于 overlay network 来说太老了。建议你升级内核后在测试一下。我这里碰到别人问到 overlay 的问题的情况，大多是 CentOS 7的老内核的问题，而 Ubuntu 和 CentOS 是不同的，CentOS 一个版本走到底，而 Ubuntu 是官方维护新版本内核的，因此是鼓励升级到lts新版本内核的，所以很少见到 Ubuntu 用户提到 overlay network 的问题，除了设置了防火墙外。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：larry</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1649</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 18 Nov 2016 09:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1649</guid>
		<description>阿里云的ECS上是有问题的  内网和青云都OK  唯独阿里云</description>
		<content:encoded><![CDATA[<p>阿里云的ECS上是有问题的  内网和青云都OK  唯独阿里云</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1631</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 09 Nov 2016 04:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1631</guid>
		<description>截止目前，发现有些问题是我所使用的aliyun的ECS在某些UDP端口的通信上的问题。docker 1.12集群模式在多数Docker 1.12的试验者的反馈结果中是好用的。</description>
		<content:encoded><![CDATA[<p>截止目前，发现有些问题是我所使用的aliyun的ECS在某些UDP端口的通信上的问题。docker 1.12集群模式在多数Docker 1.12的试验者的反馈结果中是好用的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Bingo</title>
		<link>https://tonybai.com/2016/10/11/some-problems-under-swarm-mode-in-docker-1-12/#comment-1630</link>
		<dc:creator>Bingo</dc:creator>
		<pubDate>Wed, 09 Nov 2016 01:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2029#comment-1630</guid>
		<description>也就是说swarm mode现在还无法做到自动扩容缩容？？？</description>
		<content:encoded><![CDATA[<p>也就是说swarm mode现在还无法做到自动扩容缩容？？？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
