1.4 KiB
		
	
	
	
	
	
			
		
		
	
	
			1.4 KiB
		
	
	
	
	
	
| title | id | date | full_link | short_description | aka | tags | ||
|---|---|---|---|---|---|---|---|---|
| ServiceAccount | service-account | 2018-04-12 | /zh-cn/docs/tasks/configure-pod-container/configure-service-account/ | 为在 Pod 中运行的进程提供标识。 | 
  | 
为在 {{< glossary_tooltip text="Pod" term_id="pod" >}} 中运行的进程提供标识。
当 Pod 中的进程访问集群时,API 服务器将它们作为特定的服务帐户进行身份验证,
例如  default ,创建 Pod 时,如果你没有指定服务帐户,它将自动被赋予同一个
{{< glossary_tooltip text="名字空间" term_id="namespace" >}}中的 default 服务账户。