Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 962 Bytes

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