Skip to content

Instantly share code, notes, and snippets.

@pavolloffay
Last active September 10, 2018 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavolloffay/85600a3d91d2fc19a77307ef4a7ccea2 to your computer and use it in GitHub Desktop.
Save pavolloffay/85600a3d91d2fc19a77307ef4a7ccea2 to your computer and use it in GitHub Desktop.
devnation
docker run --net=host --rm -it jaegertracing/all-in-one
java -jar target/preference.jar --spring.profiles.active=local
curl localhost:8180
Istio headers propagation
https://gist.github.com/pavolloffay/164e20c4f43abb24cbb6d1c35d4834d5
Advanced routing
istioctl create -f istiofiles/destination-rule-recommendation-v1-v2.yml -n tutorial
istioctl create -f istiofiles/virtual-service-recommendation-v1.yml -n tutorial
istioctl replace -f istiofiles/virtual-service-safari-recommendation-v2.yml -n tutorial
istioctl get virtualservice -n tutorial
istioctl delete virtualservice recommendation -n tutorial
istioctl delete destinationrule recommendation -n tutorial
Fault injection
istioctl create -f istiofiles/destination-rule-recommendation.yml -n tutorial
istioctl create -f istiofiles/virtual-service-recommendation-503.yml -n tutorial
istioctl delete -f istiofiles/virtual-service-recommendation-503.yml -n tutorial
istioctl delete destinationrule recommendation -n tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment