...

/

A Quick Introduction to Istio, Prometheus, and Flagger

A Quick Introduction to Istio, Prometheus, and Flagger

This lesson gives an introduction to Istio, Prometheus and Flagger.

We'll cover the following...

Istio #

Istio is a service mesh that runs on top of Kubernetes. Quickly after the project was created, it became one of the most commonly used in Kubernetes. It allows traffic management that enables us to control the flow of traffic and other advanced networking such as:

  • point to point security
  • policy enforcement
  • automated tracing
  • monitoring
  • logging
svg viewer

We could write a full book about Istio. Instead, we’ll focus on the traffic shifting ...