Quickstart for Booking + Consul+Docker doesn't have step for deploying sidecars

Hi,

https://istio.io/docs/examples/bookinfo/#if-you-are-running-on-docker-with-consul doesn’t have a step for deploying the sidecars.
Is this information missing? Should we deploy the sidecars before applying the default destination rules?

Thanks,

yes, there is a missing step in there. Step 2 in your link above should have two commands:

docker-compose -f samples/bookinfo/platform/consul/bookinfo.yaml up -d
docker-compose -f samples/bookinfo/platform/consul/bookinfo.sidecars.yaml up -d

Will update the docs with the fix

1 Like