- Prerequisites and environment requirements (spoiler: you need Kubernetes).
- Install
istioctland use it to install and enable Istio. - Review Istio installation profiles, including Ambient Mode.
- Install Istio with Helm as an alternative.
- Customize Istio using the Istio Operator (important for production).
- Install Ambient Mode and get started with the ztunnel.
- Perform upgrades and uninstall Istio using canary upgrade patterns.
Before you begin, make sure you have a running Kubernetes cluster and
kubectl configured with cluster-admin privileges. Typical minimums:- Kubernetes 1.21+ recommended.
kubectlandhelmCLI installed locally.istioctlfor the quick-install path (we’ll show how to install it).

Additional links and references
This is definitely going to be on the exam.