All Projects → kelseyhightower → Istio Ingress Tutorial

kelseyhightower / Istio Ingress Tutorial

How to run the Istio Ingress Controller on Kubernetes

Programming Languages

shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].