pull/6574/head
radhikapc 2017-12-05 15:21:20 -06:00
parent ab83e87bfd
commit aa5cb3c2ad
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ tags:
- fundamental - fundamental
- core-object - core-object
short-description: > short-description: >
A service account provides an identity for processes that run in a Pod {% glossary_tooltip text="Pods" term_id="pod" %}. Provides an identity for processes that run in a Pod {% glossary_tooltip text="Pods" term_id="pod" %}.
long-description: > long-description: >
When processes inside Pods access the cluster, they are authenticated by the API server as a particular service account, for example, `default`. When you create a Pod, if you do not specify a service account, it is automatically assigned the default service account in the same namespace {% glossary_tooltip text="Namespace" term_id="namespace" %}. When processes inside Pods access the cluster, they are authenticated by the API server as a particular service account, for example, `default`. When you create a Pod, if you do not specify a service account, it is automatically assigned the default service account in the same namespace {% glossary_tooltip text="Namespace" term_id="namespace" %}.