Skip to main content

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 resource
  • namespace : Namespace where the ServiceAccount resource will be deployed
  • annotations : A key-value used to display necessary information in the Kubernetes system
  • labels : To distinguish objects, the user arbitrarily specifies the desired value
  • secret : List of secrets allowed to be used by pods running using this service account
  • image_pull_secrets : A list of secrets in the same namespace that will be used to pull images for pods that reference this service account

Reference Materials