Skip to content

Commit 15372b7

Browse files
authored
Merge pull request #845 from awsdocs/geoffcline-patch-5
2 parents da35a8d + 86d354c commit 15372b7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

latest/ug/automode/auto-networking.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ This topic explains how to configure Virtual Private Cloud (VPC) networking and
1515

1616
When you use EKS Auto Mode, {aws} manages the VPC Container Network Interface (CNI) configuration and load balancer provisioning for your cluster. You can influence networking behaviors by defining NodeClass objects and applying specific annotations to your Service and Ingress resources, while maintaining the automated operational model that EKS Auto Mode provides.
1717

18-
== VPC CNI networking
18+
== Networking capability
1919

20-
With {eam}, you do not directly configure the {aws} VPC CNI. {aws} manages node and pod networking. Instead, you create a `NodeClass` Kubernetes object.
20+
{eam} has a new networking capability that handles node and pod networking. You can configure it by creating a `NodeClass` Kubernetes object.
2121

22-
=== Configure VPC CNI with NodeClass
22+
Configuration options for the previous {aws} VPC CNI will not apply to {eam}.
2323

24-
The NodeClass resource in EKS Auto Mode allows you to customize certain aspects of the VPC Container Network Interface (CNI) configuration without directly managing the CNI plugin. Through NodeClass, you can specify security group selections, control node placement across VPC subnets, set SNAT policies, configure network policies, and enable network event logging. This approach maintains the automated operational model of EKS Auto Mode while providing flexibility for network customization.
24+
=== Configure networking with NodeClass
25+
26+
The NodeClass resource in EKS Auto Mode allows you to customize certain aspects of the networking capability. Through NodeClass, you can specify security group selections, control node placement across VPC subnets, set SNAT policies, configure network policies, and enable network event logging. This approach maintains the automated operational model of EKS Auto Mode while providing flexibility for network customization.
2527

2628
You can use a NodeClass to:
2729

0 commit comments

Comments
 (0)