-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add EKS bootstrap Cluster with CDK #12
Comments
@nimakaviani I'd like to work on this issue. Is there a preferred language (python or typescript) for this? |
My preference would be Typescript but any other statically typed language works. Clarification on what a bootstrapping process needs:
Obviously, you don't need to have all of them in one go. Smaller PRs are definitely preferred. Let me know if have any questions. Happy to help. |
from how we did it for terraform, I think the actual bootstrapping will have to go to the sister repo: https://github.com/aws-quickstart/ssp-amazon-eks (if I am not mistaken). What we will have in this repo will be the how-to instructions primarily, I suppose. is that right @vara-bonthu ? |
That's correct @nimakaviani ! @gfina It would be good if we leverage our SSP Quickstart to build a bootstrap for CDK. https://github.com/aws-quickstart/ssp-amazon-eks/blob/main/examples/blueprint-construct/index.ts We may need to add the Crossplane Addon to that SSP Quickstart repo. |
No description provided.
The text was updated successfully, but these errors were encountered: