<?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安装》的评论</title>
	<atom:link href="http://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/</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>作者：kiongf</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-4765</link>
		<dc:creator>kiongf</dc:creator>
		<pubDate>Mon, 05 Jun 2017 05:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-4765</guid>
		<description>你看过docker原理的介绍就知道了.docker实际上是基于内核namespace和cgroup技术的基础,做了应用层的封装.namespace技术很早就出现了,最早的好象是mount ns,是在内核2.4的时候就有了,cgroup忘记是2.4还是2.6. linux内核2.4实在2000年左右的上古时期发布的.上古时期还有solaries的zone. 这些概念老早就提出来. 有段时期ubuntu和redhat分别在应用层整了两个管理库,一个叫LXC,一个叫libcontaner</description>
		<content:encoded><![CDATA[<p>你看过docker原理的介绍就知道了.docker实际上是基于内核namespace和cgroup技术的基础,做了应用层的封装.namespace技术很早就出现了,最早的好象是mount ns,是在内核2.4的时候就有了,cgroup忘记是2.4还是2.6. linux内核2.4实在2000年左右的上古时期发布的.上古时期还有solaries的zone. 这些概念老早就提出来. 有段时期ubuntu和redhat分别在应用层整了两个管理库,一个叫LXC,一个叫libcontaner</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ronaldinho</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-4477</link>
		<dc:creator>Ronaldinho</dc:creator>
		<pubDate>Wed, 31 May 2017 06:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-4477</guid>
		<description>有个问题一直没明白，有十几年容器经验的google，在docker没有出来的时候他们的容器是怎么做的？</description>
		<content:encoded><![CDATA[<p>有个问题一直没明白，有十几年容器经验的google，在docker没有出来的时候他们的容器是怎么做的？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1760</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sun, 18 Dec 2016 12:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1760</guid>
		<description>没有试过。一直再用Flannel网络，目前Flannel没啥问题。</description>
		<content:encoded><![CDATA[<p>没有试过。一直再用Flannel网络，目前Flannel没啥问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sqv</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1759</link>
		<dc:creator>sqv</dc:creator>
		<pubDate>Sun, 18 Dec 2016 07:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1759</guid>
		<description>楼主是否在阿里云上试过 calico 我用k81.4 使用calico作为pod 网络，容器间网络死活不通。</description>
		<content:encoded><![CDATA[<p>楼主是否在阿里云上试过 calico 我用k81.4 使用calico作为pod 网络，容器间网络死活不通。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Silentred</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1661</link>
		<dc:creator>Silentred</dc:creator>
		<pubDate>Wed, 23 Nov 2016 03:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1661</guid>
		<description>不错，最近也在学习，不过没用kube提供的脚本，手动一步一步来的，用脚本应该可以方便不少。这里测试 clusterIP 其实可以不用创建 一个 client 的 deploy, 直接到任意一台 node 机，运行 curl clusterIP:port 就可以了访问到服务 ( k8s v1.4)。</description>
		<content:encoded><![CDATA[<p>不错，最近也在学习，不过没用kube提供的脚本，手动一步一步来的，用脚本应该可以方便不少。这里测试 clusterIP 其实可以不用创建 一个 client 的 deploy, 直接到任意一台 node 机，运行 curl clusterIP:port 就可以了访问到服务 ( k8s v1.4)。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1625</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 08 Nov 2016 08:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1625</guid>
		<description>kubernetes 1.4以后版本在ubuntu 16.04上可以直接apt-get install，应该方便多了。另外集群也开始使用kubeadm进行管理。官方文档&lt;a href=&quot;http://kubernetes.io/docs/getting-started-guides/kubeadm/&quot; rel=&quot;nofollow&quot;&gt;http://kubernetes.io/docs/getting-started-guides/kubeadm/&lt;/a&gt; 的描述已经较为清晰。等有时间，有环境，肯定是要升级到1.4或以后版本的。到时候会写一篇k8s 1.4 install “填坑”教程的^_^</description>
		<content:encoded><![CDATA[<p>kubernetes 1.4以后版本在ubuntu 16.04上可以直接apt-get install，应该方便多了。另外集群也开始使用kubeadm进行管理。官方文档<a href="http://kubernetes.io/docs/getting-started-guides/kubeadm/" rel="nofollow">http://kubernetes.io/docs/getting-started-guides/kubeadm/</a> 的描述已经较为清晰。等有时间，有环境，肯定是要升级到1.4或以后版本的。到时候会写一篇k8s 1.4 install “填坑”教程的^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Harold</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1624</link>
		<dc:creator>Harold</dc:creator>
		<pubDate>Tue, 08 Nov 2016 06:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1624</guid>
		<description>1.4的安装教程来一发吧</description>
		<content:encoded><![CDATA[<p>1.4的安装教程来一发吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1593</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sun, 30 Oct 2016 00:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1593</guid>
		<description>ImagePullBackOff这个错误是不是因为image pull错误啊，确认image是可以pull下了，或先手动pull image后再尝试创建pod。ContainerCreated状态，没遇到过，但这个状态下，如果用docker ps -a能看到启动失败的container，可以试试docker logs 看看这个container的输出日志。再兼顾一下k8s daemon的各种日志，综合分析吧。</description>
		<content:encoded><![CDATA[<p>ImagePullBackOff这个错误是不是因为image pull错误啊，确认image是可以pull下了，或先手动pull image后再尝试创建pod。ContainerCreated状态，没遇到过，但这个状态下，如果用docker ps -a能看到启动失败的container，可以试试docker logs 看看这个container的输出日志。再兼顾一下k8s daemon的各种日志，综合分析吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：DjangoP</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1587</link>
		<dc:creator>DjangoP</dc:creator>
		<pubDate>Fri, 28 Oct 2016 06:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1587</guid>
		<description>第二个问题我解决了，不过我不知no_proxy的问题，而是config-default.sh中用到了DefaultStorageClass，我的apiserver log中说这是一个unknown admission plugin，把它注释掉就可以了。第一个问题我现在还没有解决，不过集群可以启动了。跑你的mg-nginx的yaml，结果node不能运行，一直处于ImagePullBackOff或者ContainerCreated状态。</description>
		<content:encoded><![CDATA[<p>第二个问题我解决了，不过我不知no_proxy的问题，而是config-default.sh中用到了DefaultStorageClass，我的apiserver log中说这是一个unknown admission plugin，把它注释掉就可以了。第一个问题我现在还没有解决，不过集群可以启动了。跑你的mg-nginx的yaml，结果node不能运行，一直处于ImagePullBackOff或者ContainerCreated状态。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/10/18/learn-how-to-install-kubernetes-on-ubuntu/#comment-1585</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 27 Oct 2016 14:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2034#comment-1585</guid>
		<description>第一个问题没遇到过。第二个问题遇到过，当时的原因是因为config-default.sh中的proxy_setting设置的问题导致kube-up.sh无法连接到master node上的apiserver。后来在proxy_setting中增加了no_proxy的设置后，问题就解决了。不知道我们遇到的问题是否是一个问题。</description>
		<content:encoded><![CDATA[<p>第一个问题没遇到过。第二个问题遇到过，当时的原因是因为config-default.sh中的proxy_setting设置的问题导致kube-up.sh无法连接到master node上的apiserver。后来在proxy_setting中增加了no_proxy的设置后，问题就解决了。不知道我们遇到的问题是否是一个问题。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
