Skip to content

Commit 3bcf672

Browse files
authored
Update cnf-best-practices-vrfs-aka-routing-instances.adoc
1 parent 44b511f commit 3bcf672

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/cnf-best-practices-vrfs-aka-routing-instances.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ the VRF is done on the application's behalf via the Load Balancer and destinatio
1414
Multus will be supported within the platform for additional NICs within containers. However
1515
Multus should be used only for those cases that cannot be supported by the load balancer.
1616

17+
The POD and Services networks are unrouted address space, they are only reachable via service
18+
VIPs on the load balancers. The POD network will be NATed as traffic egresses the load balancer.
19+
Traffic inbound will be destination NATed to Service/Pod IP addresses.
20+
21+
22+
Applications should use Network Policies for firewalling the application. Network Policies should
23+
be written with a default deny and only allow ports and protocols on an as needed basis for any
24+
pods and services.

0 commit comments

Comments
 (0)