Difference between revisions of "Configuring Pods to use a Kubernetes service account"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://docs.aws.amazon.com/eks/latest/userguide/pod-configuration.html
 
* https://docs.aws.amazon.com/eks/latest/userguide/pod-configuration.html
 +
 +
 +
 +
apiVersion: apps/v1
 +
[[kind: Deployment]]
 +
metadata:
 +
  name: my-app
 +
spec:
 +
  selector:
 +
    matchLabels:
 +
      app: my-app
 +
  template:
 +
    metadata:
 +
      labels:
 +
        app: my-app
 +
    spec:
 +
      [[serviceAccountName]]: my-service-account
 +
      containers:
 +
      - name: my-app
 +
        image: public.ecr.aws/nginx/nginx:X.XX
  
 
== Related ==
 
== Related ==

Revision as of 17:22, 6 September 2023

Advertising: