Kubespec Logo kubespec.dev

v1

Namespaced Resource

ServiceAccount

        ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets
      

Click on Property Name to show the description, and Pink Types to expand schema.

Required properties are marked with *

Change History

Kubernetes v1.32

~1

Kubernetes v1.31

~1

Kubernetes v1.30

Kubernetes v1.29

Kubernetes v1.28

Kubernetes v1.27

~7

Kubernetes v1.26

Kubernetes v1.25

-1

Kubernetes v1.24

~6

Kubernetes v1.23

Kubernetes v1.22

+1

Kubernetes v1.21

Kubernetes v1.20

Kubernetes v1.19

~1

Kubernetes v1.18

Kubernetes v1.17

~1

Kubernetes v1.16

+2-2~5

Kubernetes v1.15

+1

Kubernetes v1.14

+1~1

Kubernetes v1.13

Kubernetes v1.12

~1

Kubernetes v1.11

Examples

There are 1 examples of ServiceAccount that you can use as a starting point to create your own.

apiVersion: v1
kind: ServiceAccount
metadata:
  name: my-app-service-account # just give it a name and then use it on your Pods/Deployments/etc
automountServiceAccountToken: false # you can opt out of the API credential automounting

Other useful resources