Skip to content

Commit

Permalink
Fix some issues with images
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleclaire committed Jun 9, 2018
1 parent 3744b50 commit a431dc2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 43 deletions.
Binary file added _internal/envoy-example-arch.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions _internal/envoy-example-arch.svg

This file was deleted.

37 changes: 0 additions & 37 deletions _internal/envoy.svg

This file was deleted.

4 changes: 2 additions & 2 deletions kubernetes-envoy-tracing/README.md
Expand Up @@ -41,7 +41,7 @@ requests, and forwards them all to `service1`, which then in turn calls
`service2` multiple times. All service-to-service communication happens via
Envoys.

![](https://raw.githubusercontent.com/honeycombio/examples/master/_internal/envoy-example-arch.svg)
![](https://raw.githubusercontent.com/honeycombio/examples/master/_internal/envoy-example-arch.png)

- Envoy is listening for ingress on port 80 in each pod
- For egress, `service1` hits `localhost:9000` (Envoy will listen on this port
Expand Down Expand Up @@ -77,7 +77,7 @@ You can get the service to echo back a string (wrapped in some HTML) by using

```
$ curl localhost:8000/echo/friend
<img src="https://raw.githubusercontent.com/honeycombio/examples/master/_internal/envoy.svg" height="100" />
<img src="https://raw.githubusercontent.com/honeycombio/examples/master/_internal/envoy.png" height="100" />
<pre><code>Hello friend!
Served by:
Expand Down

0 comments on commit a431dc2

Please sign in to comment.