<?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>《使用kubectl访问Kubernetes集群时的身份验证和授权》的评论</title>
	<atom:link href="http://tonybai.com/2018/06/14/the-authentication-and-authorization-of-kubectl-when-accessing-k8s-cluster/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2018/06/14/the-authentication-and-authorization-of-kubectl-when-accessing-k8s-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>作者：wp</title>
		<link>https://tonybai.com/2018/06/14/the-authentication-and-authorization-of-kubectl-when-accessing-k8s-cluster/#comment-7356</link>
		<dc:creator>wp</dc:creator>
		<pubDate>Mon, 29 Apr 2019 10:01:16 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2608#comment-7356</guid>
		<description>确实是这样，没有反，apiserve也需要验证kubectl的，通过证书或token。源码中共有4种方式的</description>
		<content:encoded><![CDATA[<p>确实是这样，没有反，apiserve也需要验证kubectl的，通过证书或token。源码中共有4种方式的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：pzhang</title>
		<link>https://tonybai.com/2018/06/14/the-authentication-and-authorization-of-kubectl-when-accessing-k8s-cluster/#comment-7346</link>
		<dc:creator>pzhang</dc:creator>
		<pubDate>Fri, 29 Mar 2019 07:50:25 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2608#comment-7346</guid>
		<description>k8s apiserver对kubectl的请求进行client certificate验证(通过ca证书–client-ca-file=/etc/kubernetes/pki/ca.crt对其进行校验)

“apiserver 对 kubectl 的请求”这里是不是写反了？</description>
		<content:encoded><![CDATA[<p>k8s apiserver对kubectl的请求进行client certificate验证(通过ca证书–client-ca-file=/etc/kubernetes/pki/ca.crt对其进行校验)</p>
<p>“apiserver 对 kubectl 的请求”这里是不是写反了？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
