Skip to content

Commit

Permalink
Merge pull request servicemesher#258 from DavadDi/patch-1
Browse files Browse the repository at this point in the history
Update front_proxy.md
  • Loading branch information
rootsongjc authored Jun 30, 2018
2 parents ba06f64 + 4636e3b commit 3115fbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions start/sandboxes/front_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ Hello from behind Envoy (service 2)! hostname: 92f4a3737bbc resolvedhostname: 17
**步骤 5:测试 Envoy 的负载均衡能力**
Now let’s scale up our service1 nodes to demonstrate the clustering abilities of envoy.:
现在扩展我们的 service1 节点来演示 envoy 的集群能力:
```bash
Expand Down Expand Up @@ -168,8 +166,6 @@ Hello from behind Envoy (service 1)! hostname: f26027f1ce28 resolvedhostname: 17
**步骤 6:进入容器并 curl 服务**
In addition of using `curl` from your host machine, you can also enter the containers themselves and `curl` from inside them. To enter a container you can use `docker-compose exec <container_name> /bin/bash`. For example we can enter the `front-envoy` container, and `curl` for services locally:
除了使用主机上的 `curl` 外,您还可以进入容器并从容器里面 `curl`。要进入容器,可以使用 `docker-compose exec <容器名> /bin/bash`。例如,我们可以进入前端 envoy 容器,并在本地 `curl` 服务:
```bash
Expand Down Expand Up @@ -213,4 +209,4 @@ cluster.service2.upstream_rq_total: 2
...
```
请注意,我们可以获取上游集群的成员数量,它们实现的请求数量,有关 http 入口的信息以及大量其他有用的统计信息。
请注意,我们可以获取上游集群的成员数量,它们实现的请求数量,有关 http 入口的信息以及大量其他有用的统计信息。

0 comments on commit 3115fbd

Please sign in to comment.