parent
a3840f2559
commit
40e11ebf6a
|
@ -255,7 +255,7 @@ Init 容器启动时命令行参数中指定了 `REDIRECT` 模式,因此只创
|
||||||
|
|
||||||
### 进入到 reviews pod
|
### 进入到 reviews pod
|
||||||
|
|
||||||
Reviews 服务有三个版本,我们进入到其中任意一个版本,例如 reviews-1,首先你需要搞清楚这个 pod 运行在哪个节点上,知道那个容器的具体 ID,然后使用 SSH 登录那个节点,使用 `ps` 命令查看到那个容器的具体 IP,使用 `nsenter` 命令进入该容器。
|
Reviews 服务有三个版本,我们进入到其中任意一个版本,例如 reviews-1,首先你需要搞清楚这个 pod 运行在哪个节点上,知道那个容器的具体 ID,然后使用 SSH 登录那个节点,使用 `ps` 命令查看到那个容器的具体 PID,使用 `nsenter` 命令进入该容器。
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nsenter -t{PID} -n
|
nsenter -t{PID} -n
|
||||||
|
@ -368,4 +368,4 @@ tproxy 可以用于 inbound 流量的重定向,且无需改变报文中的目
|
||||||
|
|
||||||
- [Debugging Envoy and Istiod - istio.io](https://istio.io/docs/ops/diagnostic-tools/proxy-cmd/)
|
- [Debugging Envoy and Istiod - istio.io](https://istio.io/docs/ops/diagnostic-tools/proxy-cmd/)
|
||||||
- [揭开 Istio Sidecar 注入模型的神秘面纱 - istio.io](https://istio.io/latest/zh/blog/2019/data-plane-setup/)
|
- [揭开 Istio Sidecar 注入模型的神秘面纱 - istio.io](https://istio.io/latest/zh/blog/2019/data-plane-setup/)
|
||||||
- [MOSN 作为 Sidecar 使用时的流量劫持方案 - mosn.io](https://mosn.io/docs/concept/traffic-hijack/)
|
- [MOSN 作为 Sidecar 使用时的流量劫持方案 - mosn.io](https://mosn.io/docs/concept/traffic-hijack/)
|
||||||
|
|
Loading…
Reference in New Issue