Istio Certified Associate exam preparation repository.
This repository is created to help me and anyone interested to prepare the Istio Certified Associate (ICA) exam.
https://training.linuxfoundation.org/blog/istio-certified-associate-ica/ https://training.linuxfoundation.org/certification/istio-certified-associate-ica/
- Istio Installation, Upgrade & Configuration 7%
- Traffic Management 40%
- Resilience and Fault Injection 20%
- Securing Workloads 20%
- Advanced Scenarios 13%
- Docker Install
- Colima Install
- yq
- Local K8S Kubernetes environment up ad running (Colima[K3S])
$ colima version
colima version 0.6.6
git commit: 9ed7f4337861931b4d0192ca5409683a4b7d1cdc
runtime: docker
arch: aarch64
client: v24.0.7
server: v24.0.7
# Start K3S cluster using Colima
$ colima start --kubernetes --cpu 4 --memory 8
$ kubectl version
Client Version: v1.28.4
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.3+k3s2
$ yq --version
yq 3.2.2
- Istio CLI 1.18.2 installed
The ICA environment is currently running Istio 1.18.2
# Download Istio for you specific OS and ARCH for the version 1.18.2
$ curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.18.2 sh -
$ ./istio-1.18.2/bin/istioctl version -s --remote=false
1.18.2
- Istio official docs
- Istio Service Mesh Workshop
- Istio 0 to 60 workshop: Video
- Istio 0 to 60 workshop: Exercices
- Mesh week
- Mesh week: How to prepare for Istio Certified associate exam (ICA)
- Mesh week: Mock Istio Certified Associate Exam
- Istio Security Problems
- Istio Security Best Practices
- Life of a packet through Istio by Matt Turner
- Matt Turner - Life of a Packet through Istio III - WTF is SRE 2023
- Killercoda Istio ICA