Skip to content

Commit e410f99

Browse files
authored
Merge pull request #38542 from sftim/20221218_update_virtual_ip_reference_images
Improve diagrams for Virtual IPs and Service Proxies
2 parents 4632fe3 + 71180ea commit e410f99

File tree

3 files changed

+1462
-247
lines changed

3 files changed

+1462
-247
lines changed

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ to verify that backend Pods are working OK, so that kube-proxy in iptables mode
8484
only sees backends that test out as healthy. Doing this means you avoid
8585
having traffic sent via kube-proxy to a Pod that's known to have failed.
8686

87-
{{< figure src="/images/docs/services-iptables-overview.svg" title="Services overview diagram for iptables proxy" class="diagram-medium" >}}
87+
{{< figure src="/images/docs/services-iptables-overview.svg" title="Virtual IP mechanism for Services, using iptables mode" class="diagram-medium" >}}
8888

8989
#### Example {#packet-processing-iptables}
9090

@@ -229,7 +229,7 @@ kernel modules are available. If the IPVS kernel modules are not detected, then
229229
falls back to running in iptables proxy mode.
230230
{{< /note >}}
231231

232-
{{< figure src="/images/docs/services-ipvs-overview.svg" title="Services overview diagram for IPVS proxy" class="diagram-medium" >}}
232+
{{< figure src="/images/docs/services-ipvs-overview.svg" title="Virtual IP address mechanism for Services, using IPVS mode" class="diagram-medium" >}}
233233

234234
## Session affinity
235235

0 commit comments

Comments
 (0)