Kubernetes and Istio service mesh workshop materials
In the past year, I have done multiple workshops on Kubernetes, Istio and cloud-native development. As part of my workshops I usually start with theory and explain the concepts using slides, show some demos, but then it's on you, the participant to try out the technology yourself.
Workshop outline
- Installing Kubernetes and the CLI (
kubectl
) - Running containers
- Accessing services
- Scaling up/down
- Config maps and secrets
- Health checks: liveness, readiness and startup probes
- Resource quotas
- Accessing services through a gateway
- Splitting traffic
- Using a service entry
- Dashboards (Grafana, Jaeger, Kiali)
- Slowing down the services
- Breaking the services
- Using JWT for authentication
- Enabling RBAC
- Service accounts
Where to get it?
- Slide deck from one of the workshops I did last year.