JTC10 Istio

Istio a joint collaboration between IBM, Google and Lyft provides an easy way to create a service mesh that will manage many of these complex tasks automatically, without the need to modify the microservices themselves.

In this Lab you will learn the basic operations for setting up and operating an Istio Mesh Network.

Lab sources

All the source code for the lab is available here:

https://github.com/niklaushirt/training

Lab overview

  • In this Lab you will learn the basics of Istio:
  1. Get to know Istio
  2. Install Istio
  3. Deploy the Bookinfo Demo App
  4. Monitoring with Kiali
  5. Traffic flow management
  6. Telemetry
  7. Authentication
  8. Traffic Mirroring
  9. Fault Injection
  10. Clean Up