You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* agents on a node (e.g. system daemons, kubelet) can communicate with all
24
25
pods on that node
25
26
26
-
Note: For those platforms that support `Pods` running in the host network (e.g.
27
-
Linux), when pods are attached to the host network of a node they can still communicate
28
-
with all pods on all nodes without NAT.
27
+
{{< note >}}
28
+
For those platforms that support `Pods` running in the host network (such as Linux), when pods are attached to the host network of a node they can still communicate with all pods on all nodes without NAT.
29
+
{{< /note >}}
29
30
30
31
This model is not only less complex overall, but it is principally compatible
31
32
with the desire for Kubernetes to enable low-friction porting of apps from VMs
0 commit comments