PeerAuthentication resource is used to implement it. Then we’ll examine how encrypted traffic is handled and how authentication and encryption interact.

AuthorizationPolicy answers that by letting you define fine-grained allow/deny rules for workloads. We’ll explain common policy patterns, the kinds of rules you can write, and the complexity that arises when multiple policies interact.
You should expect three core questions around authentication and authorization; mastering these will be important for understanding how Istio secures traffic between workloads.
Finally, we’ll discuss how Istio’s ambient mode interacts with security resources. Ambient mode material is useful to understand modern Istio deployments, although it is not required for the exam objectives.
This lesson focuses on concepts and configurations for Istio authentication and authorization. Ambient mode details are included for completeness but are not required for the exam.
- Why Zero Trust matters for workloads and how Istio implements it.
- How
PeerAuthenticationand mTLS control workload authentication and encryption. - How
AuthorizationPolicyenforces what authenticated identities are allowed to do. - How authentication and authorization interact, and patterns to avoid policy conflicts.
- A brief overview of Istio Ambient mode and its relationship with these resources.
Expect to answer these three core questions by the end of this lesson:
- How does Istio establish and enforce workload identity and mutual TLS (mTLS)?
- How does encrypted traffic (mTLS) affect authentication configuration and policy decisions?
- Once a request is authenticated, how do you express and scope authorization rules with
AuthorizationPolicy?