book-source-code icon indicating copy to clipboard operation
book-source-code copied to clipboard

Accompanying source code for Istio in Action (Manning)

Results 8 book-source-code issues
Sort by recently updated
recently updated
newest added

Hello, I created the gateway and the virtualservice as described in the book. It worked fine for the first time with gateway routing with virtual service. The below command showed...

Hello, I was going to suggest maybe that multi-arch images be created for things so that people who are on a new M1 mac (maybe) or using a raspberry pi...

In Reference to Ch5, Image: `istioinaction/catalog:latest` is Possibly not exposing given endpoint. On: `curl http://localhost/api/users -H "Host: catalog.istioinaction.io"` I'm getting 404: ``` Error Cannot GET /api/users ```

In Ch5, Mirroring Request The `curl` request is getting blocked at the Gateway due to Host mismatch at the Virtual Service. ``` $ curl http://localhost/api/catalog -H "Host: webapp.istioinaction.io" ```

Bumps [github.com/beego/beego/v2](https://github.com/beego/beego) from 2.0.1 to 2.0.4. Release notes Sourced from github.com/beego/beego/v2's releases. Release v2.0.4 Note: now we force the web admin service serving HTTP only. Fix issue 4961, leafInfo.match() use...

dependencies
go

Hi there, I was going to recommend after #26 that you change the images to have a pull policy of `Always`, that way as you fix bugs users don't have...

I followed the steps for Jaeger UI, however when I open the browser Jaeger only showed "jaeger-all-in-one". **Probable Solution** 1. Create a file `istio-config.yaml` with the following content: ```yaml apiVersion:...