/istio-ingress-tutorial

How to run the Istio Ingress Controller on Kubernetes

Primary LanguageShell

Istio Ingress Tutorial

This tutorial demonstrates how to run the Istio Ingress Controller in a Kubernetes Cluster.

Rationale

The Istio project hosts multiple components including: Pilot, Mixer, and Auth. When combined these components provide a complete platform to connect, manage, and secure microservices. However, adopting Istio is not an all or nothing proposition. You can adopt only the parts you need. In this tutorial the Istio Pilot, which is responsible for the lifecycle of Envoy instances, and the Istio Ingress, a Kubernetes Ingress Controller based on Envoy, will be used to provide a robust Ingress solution.

Architecture

Istio Ingress Architecture

  • Istio Pilot managed by a Deployment
  • Istio Ingress Controller managed by a DaemonSet
    • Runs on each node in dedicated Istio Ingress node pool
  • Frontend Load Balancer distributes traffic across multiple Istio Ingress Controllers

Tutorial

Clean Up

Run the clean-up bash script to remove all compute resources created by this tutorial:

bash clean-up