Skip to content

Commit 9d11b1d

Browse files
Nidhi GuptaNidhi Gupta
authored andcommitted
Merge branch 'main' of github.com:devops4solutions/kubernetes-code
2 parents 7fdec15 + 20bda47 commit 9d11b1d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

terraform/automode/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

terraform/eks_nodegroup/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)