diff --git a/K8s/Istio/destination.yaml b/K8s/Istio/canary.yaml similarity index 80% rename from K8s/Istio/destination.yaml rename to K8s/Istio/canary.yaml index 5b08a62..2f76907 100644 --- a/K8s/Istio/destination.yaml +++ b/K8s/Istio/canary.yaml @@ -1,3 +1,5 @@ +# Canary testing using Istio +# The DestinationRule defines the subsets by Deployment label --- apiVersion: networking.istio.io/v1alpha3 kind: DestinationRule @@ -13,7 +15,7 @@ spec: labels: stage: test --- -# VirtualService subset references DestinationRule subsets.name +# VirtualService subset references DestinationRule spec.subsets.name apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: