-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README template for EKS cluster configuration
- Loading branch information
Your Name
committed
Aug 27, 2025
1 parent
3773704
commit 6596ff7
Showing
7 changed files
with
46 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| # EKS Cluster Configuration - ${upper(environment)} | ||
|
|
||
| This EKS cluster configuration was generated using Terraform and the terraform-eks-deployment module. | ||
|
|
||
| ## Environment Details | ||
|
|
||
| - **Environment**: ${environment} | ||
| - **Region**: ${aws_region} | ||
| - **Cluster Name**: ${cluster_name} | ||
|
|
||
| ## Directory Structure | ||
|
|
||
| ## Getting Started | ||
|
|
||
| To apply this configuration: | ||
|
|
||
| 1. Change to the directory of the module you want to deploy: | ||
| ``` | ||
| cd ${environment}/${aws_region}/vpc/${cluster_name}/eks | ||
| ``` | ||
|
|
||
| 2. Initialize and apply the Terragrunt configuration: | ||
| ``` | ||
| terragrunt init | ||
| terragrunt plan | ||
| terragrunt apply | ||
| ``` | ||
|
|
||
| 3. Deploy additional modules as needed: | ||
| ``` | ||
| cd ../eks-cert-manager | ||
| terragrunt init | ||
| terragrunt plan | ||
| terragrunt apply | ||
| ``` | ||
|
|
||
| ## Customization | ||
|
|
||
| Each module can be deployed independently using Terragrunt. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.