Skip to content

Commit 4f16f29

Browse files
authored
Merge pull request #35269 from yanrongshi/en]-update-windows/user-guide.md
[en]Resync user-guide.md
2 parents c98791b + af07764 commit 4f16f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/windows/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ port 80 of the container directly to the Service.
105105
* Node-to-pod communication across the network, `curl` port 80 of your pod IPs from the Linux control plane node
106106
to check for a web server response
107107
* Pod-to-pod communication, ping between pods (and across hosts, if you have more than one Windows node)
108-
using docker exec or kubectl exec
108+
using `docker exec` or `kubectl exec`
109109
* Service-to-pod communication, `curl` the virtual service IP (seen under `kubectl get services`)
110110
from the Linux control plane node and from individual pods
111111
* Service discovery, `curl` the service name with the Kubernetes [default DNS suffix](/docs/concepts/services-networking/dns-pod-service/#services)
112112
* Inbound connectivity, `curl` the NodePort from the Linux control plane node or machines outside of the cluster
113-
* Outbound connectivity, `curl` external IPs from inside the pod using kubectl exec
113+
* Outbound connectivity, `curl` external IPs from inside the pod using `kubectl exec`
114114

115115
{{< note >}}
116116
Windows container hosts are not able to access the IP of services scheduled on them due to current platform limitations of the Windows networking stack.

0 commit comments

Comments
 (0)