Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.4 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.4 KB

Feature targeting examples

This set of examples should demonstrate the capabilities feature targeting can provide.

Getting started with Istio 1.6, and above

This example uses a WASM Envoy filter

First, create a cluster and install Istio 1.6 (see the readme).

Then, either submit an EnvoyFilter resource directly (see the readme), or configure the feature-targeting-operator (see the readme) and submit a (much simpler) FeatureTargetingConfig CRD.

Getting started with Istio 1.4.x, and below

This example uses an out-of-process Istio Mixer Adapter

Examples

  • echo service - A simple echo service that shows feature targeting header injection.
  • Todo MVC - The ubiquitous TodoMVC client-side web application, written in Rust, with a GraphQL API over a PostgreSQL database, and authentication with Google OAuth2 implicit flow. We will be updating this example soon, to show how to use this implementation of feature targeting.