Skip to main content

ServiceAccount



Resource Icon

Resource Overview

An account that grants applications and services permission to access and use cluster resources within a Kubernetes cluster.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • namespace : Namespace where the ServiceAccount resource will be deployed
  • annotations : Kubernetes system metadata
  • labels : Labels for ServiceAccount identification and classification
  • secret : List of Secrets allowed for use by Pods referencing this ServiceAccount
  • image_pull_secrets : List of Secrets used by Pods using this ServiceAccount to pull images
  • automount_service_account_token : Whether to automatically mount the ServiceAccount token into Pods

References