A developer must authorize an OKE Pod in the city’s enhanced cluster to call OCI APIs with workload identity. Which identifying triple is written into IAM for that workload?
Select an answer to reveal the explanation.
Short Explanation
Workload identity is a three-part name tag: which cluster, which namespace, and which ServiceAccount—like building, floor, and desk badge.
Full Explanation
OKE workload identity treats the workload as an OCI resource identified by the cluster, the Kubernetes namespace, and the ServiceAccount the Pod uses. That triple is what IAM policies reference. An enhanced cluster is the documented prerequisite for this feature.