Skip to content

Latest commit

 

History

History

istio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

1. What is Istio?

What is a Service Mesh?

  • A service mesh is a dedicated infrastructure layer that you can add to your applications. It allows you to transparently add capabilities like observability, traffic management, and security, without adding them to your own code
  • Source: what-is-a-service-mesh

Overview

  • Istio is a service mesh
  • Istio extends Kubernetes to establish a programmable, application-aware network using the powerful Envoy service proxy.
  • Working with both Kubernetes and traditional workloads, Istio brings standard, universal traffic management, telemetry, and security to complex deployments.

Istio Architecture

istio-architecture (Source image: https://istio.io/latest/docs/ops/deployment/architecture/)

Official website documentation of Istio

2. Installation

How to install Istio?

3. Basics of Istio

Getting started with Istio

4. Beyond the Basics

Exploring Advanced Examples

  • TODO

5. More...

Istio cheatsheet

Istio with Azure

Google Cloud Platform Istio Demo

Recommended Books

  • N/A