kubernetes-hackfest

Delivering modern cloud-native applications with open source technologies on Azure Kubernetes Service

View the Project on GitHub Azure/kubernetes-hackfest

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

    • Follow this guide: https://docs.microsoft.com/en-us/azure/aks/istio-install
  2. Label namespace for istio injection

  3. Re-deploy application with istio sidecar enabled

Troubleshooting / Debugging

Docs / References