Traffic Shift Commands
kubectl patch virtualservice echo --type=merge -p '
{"spec":{"http":[{"route":[
{"destination":{"host":"echo","subset":"v1"},"weight":75},
{"destination":{"host":"echo","subset":"v2"},"weight":25}
]}]}}'
kubectl patch virtualservice echo --type=merge -p '...'
kubectl patch virtualservice echo --type=merge -p '
{"spec":{"http":[{"route":[
{"destination":{"host":"echo","subset":"v2"},"weight":100}
]}]}}'