This talk will walk you through the key concepts for Istio security and show you how Istio can secure your microservices easily via a step by step demos:
- Deploy the micro services into kubernetes
- Add services into Istio service mesh
- Secure service to service communication via auto-mTLS.
- Enforce service to service communication securely via PeerAuthentication
- Secure ingress traffic via TLS Termination in istio ingress gateway
- Secure ingress traffic via RequestAuthentication
- Authorize accesss to services via AuthorizationPolicy.