Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.01 KB

File metadata and controls

30 lines (15 loc) · 1.01 KB

Lab: Istio

Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes, Mesos, etc.

Prerequisites

Instructions

  1. Install istio

  2. Label namespace for istio injection

  3. Re-deploy application with istio sidecar enabled

Troubleshooting / Debugging

Docs / References