Istio Certification Guide
*(Format, pricing, and domain weightings below are current as of the
Linux Foundation/CNCF program at the time this was written — verify against
[training.linuxfoundation.org](https://training.linuxfoundation.org/certification/istio-certified-associate-ica/)
before relying on exact numbers, since certification programs revise
pricing and curricula periodically.)*
Certification Available
| Cert | Full Name | Issued By | Format | Duration | Passing |
|---|
|------|-----------|-----------|--------|----------|---------|
| **ICA** | Istio Certified Associate | Linux Foundation / CNCF | Open-book, remote-proctored, hands-on + multiple-choice | 2 hours | 68% |
|---|
Unlike Jenkins' CJE/CJPE (vendor-issued by CloudBees), the ICA is a
CNCF-backed certification — the same certifying body behind Kubernetes'
CKA/CKAD — reflecting Istio's status as a CNCF graduated project. It's
open-book specifically because the exam is performance-based: you're
tested on actually operating a live Istio installation against real
tasks, not on memorizing documentation you're allowed to reference during
the exam itself.
Exam Domains
| Domain | Weight | Key Topics |
|---|
|--------|--------|------------|
| Installation, Upgrade & Configuration | 20% | `istioctl`/Helm installation, sidecar vs. ambient mode setup, canary and in-place control-plane upgrades |
|---|---|---|
| Traffic Management | 35% | Ingress/egress routing, VirtualService/DestinationRule, traffic shifting, resilience (circuit breaking, outlier detection, timeouts, retries), fault injection |
| Securing Workloads | 25% | AuthorizationPolicy, authentication (mTLS, JWT via RequestAuthentication), edge/gateway TLS |
| Troubleshooting | 20% | Config-authoring issues, control-plane diagnostics, data-plane (sidecar) diagnostics |
Traffic Management is the single largest domain at 35% — consistent with
it also being the platform capability most site content emphasizes
(canary VirtualService splits, DestinationRule circuit breaking) since
it's genuinely the most commonly exercised Istio skill in real production
use, not just on the exam.
Core Commands to Know Cold
Sample Task Pattern (Performance-Based Section)
Study Resources
companion training course, often bundled with the ICA exam voucher
against exactly this documentation, so practicing navigating it quickly
is itself a real exam skill
kind/minikube cluster with Istio installed — since the exam is hands-on/performance-based, practicing the actual istioctl
commands above against a real cluster matters more than reading alone

