B is correct. HPE AI Essentials uses service identities based on SPIFFE concepts. Workloads receive SPIFFE Verifiable Identity Documents (SVIDs) from the platform’s SPIRE infrastructure, and the Istio service mesh uses those identities to establish authenticated service-to-service communication. This gives workloads cryptographically verifiable identities that are independent of network location and supports mutual authentication between services inside the platform.
Option A incorrectly attributes workload identity to the Istio ingress gateway. The ingress gateway handles north-south access, but it is not the certificate authority that independently issues identities to every internal workload. Option C describes Kubernetes secrets generated by Kyverno, which is not the HPE AI Essentials workload-authentication architecture. Option D is too generic; static self-signed certificates created at installation would not provide the dynamic, workload-specific identity and rotation model that SPIRE supplies.
For integrators, the important design point is that the platform treats workload identity as a first-class security control. Istio provides the service-mesh enforcement and mTLS capabilities, while SPIRE supplies trusted identities used by workloads and proxies.
References/topics: Advanced HPE Compute Solutions, Rev. 26.21, Module 3 “Understanding and managing communications”; HPE Private Cloud AI/HPE AI Essentials core-concepts documentation for Istio, SPIRE, and service identity.
Submit