File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/docs/tutorials/services Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ the target localization.
27
27
{{< /comment >}}
28
28
29
29
[ NAT] ( https://en.wikipedia.org/wiki/Network_address_translation )
30
- : network address translation
30
+ : Network address translation
31
31
32
32
[ Source NAT] ( https://en.wikipedia.org/wiki/Network_address_translation#SNAT )
33
- : replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
33
+ : Replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
34
34
35
35
[ Destination NAT] ( https://en.wikipedia.org/wiki/Network_address_translation#DNAT )
36
- : replacing the destination IP on a packet; in this page, that usually means replacing with the IP address of a {{< glossary_tooltip term_id="pod" >}}
36
+ : Replacing the destination IP on a packet; in this page, that usually means replacing with the IP address of a {{< glossary_tooltip term_id="pod" >}}
37
37
38
38
[ VIP] ( /docs/concepts/services-networking/service/#virtual-ips-and-service-proxies )
39
- : a virtual IP address, such as the one assigned to every {{< glossary_tooltip text="Service" term_id="service" >}} in Kubernetes
39
+ : A virtual IP address, such as the one assigned to every {{< glossary_tooltip text="Service" term_id="service" >}} in Kubernetes
40
40
41
41
[ kube-proxy] ( /docs/concepts/services-networking/service/#virtual-ips-and-service-proxies )
42
- : a network daemon that orchestrates Service VIP management on every node
42
+ : A network daemon that orchestrates Service VIP management on every node
43
43
44
44
### Prerequisites
45
45
You can’t perform that action at this time.
0 commit comments