ServiceAccount
Resource Icon

Resource Overview
An account that grants applications and services within a Kubernetes cluster the permissions to access and use cluster resources.
Associated Resources
Parent Resource
Connected Resources
Resource Setting Values
service_name: Name of the ServiceAccount resourcenamespace: Namespace where the ServiceAccount resource will be deployedannotations: A key-value used to display necessary information in the Kubernetes systemlabels: To distinguish objects, the user arbitrarily specifies the desired valuesecret: List of secrets allowed to be used by pods running using this service accountimage_pull_secrets: A list of secrets in the same namespace that will be used to pull images for pods that reference this service account