Initial commit from kro/examples/aws/eks-cluster-mgmt

This commit is contained in:
2026-04-21 09:55:53 -03:00
parent 0585444299
commit 7d11fd5889
66 changed files with 3667 additions and 0 deletions
@@ -0,0 +1,41 @@
clusters:
# workload-cluster1:
# managementAccountId: "XXXXXX"
# accountId: "XXXXXX"
# tenant: "tenant1"
# k8sVersion: "1.34"
# vpc:
# create: true
# gitops:
# addonsRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# fleetRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# workload-cluster2:
# managementAccountId: "XXXXXX"
# accountId: "XXXXXX"
# tenant: "tenant1"
# k8sVersion: "1.34"
# vpc:
# create: true
# gitops:
# addonsRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# fleetRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# addons:
# enable_external_secrets: "true"
# workload-cluster3:
# managementAccountId: "XXXXXX"
# accountId: "XXXXXX"
# tenant: "tenant1"
# k8sVersion: "1.34"
# workloads: "true"
# vpc:
# create: false
# vpcId: "vpc-XXXX"
# publicSubnet1Id: "subnet-XXXX"
# publicSubnet2Id: "subnet-XXXX"
# privateSubnet1Id: "subnet-XXXX"
# privateSubnet2Id: "subnet-XXXX"
# gitops:
# addonsRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# fleetRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"