<?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集群中的Nginx配置热更新方案》的评论</title>
	<atom:link href="http://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/</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>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7257</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 16 Aug 2018 10:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7257</guid>
		<description>我了理解你就是要部署一个ingress-nginx controller来控制所有nginx规则吧？nginx reload还是很快的。但如果应用特别多，nginx.conf中的规则过多（究竟多少算多？），究竟结果如何，我也没测试过。不过你的想法是可行的。实在不行也可以建立多个ingress-nginx controller，每个控制一部分应用。</description>
		<content:encoded><![CDATA[<p>我了理解你就是要部署一个ingress-nginx controller来控制所有nginx规则吧？nginx reload还是很快的。但如果应用特别多，nginx.conf中的规则过多（究竟多少算多？），究竟结果如何，我也没测试过。不过你的想法是可行的。实在不行也可以建立多个ingress-nginx controller，每个控制一部分应用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：killua</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7256</link>
		<dc:creator>killua</dc:creator>
		<pubDate>Thu, 16 Aug 2018 04:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7256</guid>
		<description>你好，我想做一款定制的ingress ,因为有一些生产环境的应用每个nginx的conf文件配置都不同,我查看nginx做的容器，里面包装了nginx-ingress-controller,reload 一整个大的nginx.conf，不知道您觉得这个方法可行吗</description>
		<content:encoded><![CDATA[<p>你好，我想做一款定制的ingress ,因为有一些生产环境的应用每个nginx的conf文件配置都不同,我查看nginx做的容器，里面包装了nginx-ingress-controller,reload 一整个大的nginx.conf，不知道您觉得这个方法可行吗</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7246</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 25 Jul 2018 11:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7246</guid>
		<description>这个是内部系统使用的，并不开源。但是实现逻辑也并不难，可以试试。另外也可以直接使用kubernetes提供的现成的ingress-nginx :https://github.com/kubernetes/ingress-nginx/。当初我并不知道ingress-nginx的存在，于是自己才搭了这个类似的、但没有那么通用的ingress-nginx。</description>
		<content:encoded><![CDATA[<p>这个是内部系统使用的，并不开源。但是实现逻辑也并不难，可以试试。另外也可以直接使用kubernetes提供的现成的ingress-nginx :<a href="https://github.com/kubernetes/ingress-nginx/。当初我并不知道ingress-nginx的存在，于是自己才搭了这个类似的、但没有那么通用的ingress-nginx。" rel="nofollow">https://github.com/kubernetes/ingress-nginx/。当初我并不知道ingress-nginx的存在，于是自己才搭了这个类似的、但没有那么通用的ingress-nginx。</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：qiujch</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7245</link>
		<dc:creator>qiujch</dc:creator>
		<pubDate>Wed, 25 Jul 2018 02:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7245</guid>
		<description>好文，想求与Kubernetes API Server通信a获取service列表的dockerfile</description>
		<content:encoded><![CDATA[<p>好文，想求与Kubernetes API Server通信a获取service列表的dockerfile</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7231</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 06 Jul 2018 02:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7231</guid>
		<description>过奖，欢迎沟通交流。</description>
		<content:encoded><![CDATA[<p>过奖，欢迎沟通交流。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Suny</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7230</link>
		<dc:creator>Suny</dc:creator>
		<pubDate>Thu, 05 Jul 2018 13:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7230</guid>
		<description>好文！没想到我软还有这样高手，希望有机会结识。</description>
		<content:encoded><![CDATA[<p>好文！没想到我软还有这样高手，希望有机会结识。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7143</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 06 Mar 2018 10:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7143</guid>
		<description>博客一直在更啊。但针对这个nginx配置热更新方案可能不会有后续的进一步更新了。</description>
		<content:encoded><![CDATA[<p>博客一直在更啊。但针对这个nginx配置热更新方案可能不会有后续的进一步更新了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Kevin.Zhu</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-7142</link>
		<dc:creator>Kevin.Zhu</dc:creator>
		<pubDate>Tue, 06 Mar 2018 07:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-7142</guid>
		<description>很精致有用的小case，后续会有博客更新？</description>
		<content:encoded><![CDATA[<p>很精致有用的小case，后续会有博客更新？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：wenjie</title>
		<link>https://tonybai.com/2016/11/17/nginx-config-hot-reloading-approach-for-kubernetes-cluster/#comment-1652</link>
		<dc:creator>wenjie</dc:creator>
		<pubDate>Sun, 20 Nov 2016 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2063#comment-1652</guid>
		<description>好文</description>
		<content:encoded><![CDATA[<p>好文</p>
]]></content:encoded>
	</item>
</channel>
</rss>
