Skip to content

Instantly share code, notes, and snippets.

@joatmon08
Created December 11, 2017 01:19
Show Gist options
  • Select an option

  • Save joatmon08/f7cc127dfa529a0b97906b4c4db5c261 to your computer and use it in GitHub Desktop.

Select an option

Save joatmon08/f7cc127dfa529a0b97906b4c4db5c261 to your computer and use it in GitHub Desktop.
K8s Istio - Route Configuration Canary
---
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
name: turquoise-canary
spec:
destination:
name: turquoise
precedence: 3
route:
- labels:
version: blue
weight: 90
- labels:
version: green
weight: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment