Files
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

729 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Service Account service-account 2018-04-12 /docs/tasks/configure-pod-container/configure-service-account/ Provides an identity for processes that run in a Pod.
fundamental
core-object

Provides an identity for processes that run in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.

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" >}}.