Question 25
Domain 4: Minimize Microservice VulnerabilitiesIn a Kubernetes environment using mTLS between pods, which technology pair is specifically associated with providing workload identity according to the topic outline?
Correct answer: A
Explanation
SPIFFE and SPIRE are the technologies associated with workload identity in the context of implementing pod-to-pod mTLS. — cks_syllabus.txt
Why each option is right or wrong
A. SPIFFE and SPIRE
The topic outline explicitly names SPIFFE/SPIRE for workload identity under implementing pod-to-pod encryption by use of mTLS, so this pair matches the workload identity function asked about here.
B. etcd and CoreDNS
etcd and CoreDNS are not identified here as the workload identity pair for mTLS between pods.
C. Ingress and Service
Ingress and Service are Kubernetes networking objects, not the named workload identity technologies in this topic.
D. Role and RoleBinding
Role and RoleBinding address authorization, not the workload identity technologies listed for pod-to-pod mTLS.