Welcome to the SSP EKS Patterns
repository.
This repository contains a number of samples for how you can leverage the Amazon EKS SSP Quick Start.
The individual patterns can be found in the lib
directory.
Please refer to the Amazon EKS SSP Quick Start documentation site for complete project documentation.
Install project dependencies.
make bootstrap
To view patterns that are available to be deployed, execute the following:
cdk list
Bootstrap your CDK environment.
cdk bootstrap
We can then deploy a specific pattern with the following:
cdk deploy multi-team-blueprint
There are cases when the blueprints defined in the SSP Patterns have dependencies on existing AWS Resources such as Secrets defined in the account/region. For such cases, you may see errors if such resources are not defined.
For MultiRegionConstruct
the pattern relies on the following secrets defined:
github-ssh-key
- must contain GitHub SSH private key in Plain Text. The secret is expected to be defined inus-east-1
and replicated tous-east-1
andus-west-2
regions.argo-admin-secret
- must contain ArgoCD admin password in Plain Text. The secret is expected to be defined inus-east-1
and replicated tous-east-1
andus-west-2
regions.keptn-secrets
- must contain API_TOKEN and BRIDGE_PASSWORD password in Plain Text. The secret is expected to be defined inus-east-1
region.
For more information on defining secrets for ArgoCD, please refer to SSP Documentation as well as known issues.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.