@@ -148,26 +148,26 @@ port 80 of the container directly to the Service.
148
148
* Node-to-pod communication across the network, `curl` port 80 of your pod IPs from the Linux control plane node
149
149
to check for a web server response
150
150
* Pod-to-pod communication, ping between pods (and across hosts, if you have more than one Windows node)
151
- using docker exec or kubectl exec
151
+ using ` docker exec` or ` kubectl exec`
152
152
* Service-to-pod communication, `curl` the virtual service IP (seen under `kubectl get services`)
153
153
from the Linux control plane node and from individual pods
154
154
* Service discovery, `curl` the service name with the Kubernetes [default DNS suffix](/docs/concepts/services-networking/dns-pod-service/#services)
155
155
* Inbound connectivity, `curl` the NodePort from the Linux control plane node or machines outside of the cluster
156
- * Outbound connectivity, `curl` external IPs from inside the pod using kubectl exec
156
+ * Outbound connectivity, `curl` external IPs from inside the pod using ` kubectl exec`
157
157
-->
158
158
1 . 检查部署是否成功。请验证:
159
159
160
160
* 使用 ` kubectl get pods ` 从 Linux 控制平面节点能够列出两个 Pod
161
161
* 跨网络的节点到 Pod 通信,从 Linux 控制平面节点上执行 ` curl ` 访问
162
162
Pod IP 的 80 端口以检查 Web 服务器响应
163
- * Pod 间通信,使用 docker exec 或 kubectl exec
163
+ * Pod 间通信,使用 ` docker exec ` 或 ` kubectl exec `
164
164
在 Pod 之间(以及跨主机,如果你有多个 Windows 节点)互 ping
165
165
* Service 到 Pod 的通信,在 Linux 控制平面节点以及独立的 Pod 中执行 ` curl `
166
166
访问虚拟的服务 IP(在 ` kubectl get services ` 下查看)
167
167
* 服务发现,使用 Kubernetes [ 默认 DNS 后缀] ( /zh-cn/docs/concepts/services-networking/dns-pod-service/#services ) 的服务名称,
168
168
用 ` curl ` 访问服务名称
169
169
* 入站连接,在 Linux 控制平面节点或集群外的机器上执行 ` curl ` 来访问 NodePort 服务
170
- * 出站连接,使用 kubectl exec,从 Pod 内部执行 ` curl ` 访问外部 IP
170
+ * 出站连接,使用 ` kubectl exec ` ,从 Pod 内部执行 ` curl ` 访问外部 IP
171
171
172
172
{{< note >}}
173
173
<!--
@@ -479,4 +479,4 @@ spec:
479
479
app: iis-2019
480
480
` ` `
481
481
482
- [RuntimeClass] : https://kubernetes.io /docs/concepts/containers/runtime-class/
482
+ [RuntimeClass] : /zh-cn /docs/concepts/containers/runtime-class/
0 commit comments