Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 962 Bytes

00-index.md

File metadata and controls

21 lines (15 loc) · 962 Bytes

OpenFaaS service mesh walkthrough

This guide walks you through setting up OpenFaaS with Istio on Google Kubernetes Engine.

openfaas-istio

At the end of this guide you will be running OpenFaaS with the following characteristics:

  • secure OpenFaaS ingress with Let’s Encrypt TLS and authentication
  • encrypted communication between OpenFaaS core services and functions with Istio mutual TLS
  • isolated functions with Istio Mixer rules
  • Jaeger tracing and Prometheus monitoring for function calls
  • canary deployments for OpenFaaS functions

Labs