Skip to main content

DefaultServiceAccount



Resource Icon

Resource Overview

A default ServiceAccount resource that grants Pods permission to access the API server and cluster resources within a Kubernetes cluster.

Associated Resources

Parent Resource

Connected Targets


Resource Configuration

Basic Settings

  • namespace : Namespace where the ServiceAccount resource will be deployed
  • annotations : Kubernetes system metadata
  • labels : User-defined labels for resource identification and classification
  • secret : List of Secrets accessible by Pods using this ServiceAccount
  • image_pull_secrets : List of Secrets used by Pods when pulling images
  • automount_service_account_token : Whether to automatically mount the ServiceAccount token into Pods

References