Skip to content

Commit acd77d5

Browse files
authored
Merge pull request #48822 from pwright/patch-2
remove confusing sentence about containers in same pod behaving as if…
2 parents 7cda162 + dd5280d commit acd77d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networking/understanding-networking.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cluster Administrators have several options for exposing applications that run i
1111
1212
* API resources, such as `Ingress` and `Route`
1313
14-
By default, Kubernetes allocates each pod an internal IP address for applications running within the pod. Pods and their containers can network, but clients outside the cluster do not have networking access. This ensures all containers within the pod behave as if they were on the same host. When you expose your application to external traffic, giving each pod its own IP address means that pods can be treated like physical hosts or virtual machines in terms of port allocation, networking, naming, service discovery, load balancing, application configuration, and migration.
14+
By default, Kubernetes allocates each pod an internal IP address for applications running within the pod. Pods and their containers can network, but clients outside the cluster do not have networking access. When you expose your application to external traffic, giving each pod its own IP address means that pods can be treated like physical hosts or virtual machines in terms of port allocation, networking, naming, service discovery, load balancing, application configuration, and migration.
1515

1616
[NOTE]
1717
====

0 commit comments

Comments
 (0)