``` apiVersion: v1 kind: ServiceAccount metadata: name: abcd namespace: xyz . . .

Aneek Bera:

apiVersion: v1
kind: ServiceAccount
metadata:
  name: abcd
  namespace: xyz
  annotations:
    "<http://certificate.aspenmesh.io/customFields|certificate.aspenmesh.io/customFields>": '{ "SAN": { "DNS": [ "<http://abcdefgh.com|abcdefgh.com>" ] } }'

I have a question here. I am using service account file in deployment without annotations & it is working fine. What if we add annotations? How will the system behave?

unnivkn:
HI @Aneek Bera fyi:

unnivkn:
https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/

unnivkn:
https://www.educba.com/kubernetes-annotations/

unnivkn:

Aneek Bera:
@unnivkn :thank_you: