File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Requirements for EKS Cluster
2+ This Terraform setup creates the following resources:
3+
4+ ### 1. VPC
5+ - A Virtual Private Cloud (VPC) with both ** private** and ** public** subnets
6+ - Required for networking and EKS cluster communication
7+
8+ ### 2. EKS Auto Mode Cluster
9+ - A fully managed ** EKS Auto Mode** cluster
10+ - Automatically provisions compute capacity and manages scaling
11+
12+ ### 3. IAM Roles & Groups
13+ - IAM ** Roles** and ** Groups** to control access to the EKS cluster
14+ - Ensures secure access and authentication
15+
16+ ### 4. IngressClassParams
Original file line number Diff line number Diff line change 1+ ## Requirements for EKS Cluster
2+ This Terraform setup creates the following resources:
3+
4+ ### 1. VPC
5+ - A Virtual Private Cloud (VPC) with both ** private** and ** public** subnets
6+ - Required for networking and EKS cluster communication
7+
8+ ### 2. EKS using Managed Node Group
9+ - A fully managed EKS cluster
10+
11+ ### 3. IAM Roles & Groups
12+ - IAM ** Roles** and ** Groups** to control access to the EKS cluster
13+ - Ensures secure access and authentication
14+
15+ ### 4. ALB Controller
You can’t perform that action at this time.
0 commit comments