-
Notifications
You must be signed in to change notification settings - Fork 4k
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
eks: Add L2 constructs for EKS Hybrid Nodes support #32362
Comments
Hi @abhay-krishna , thanks for requesting this and volunteering for PR Contribution for RemoteNetworkConfig in Cluster. |
Opened a pull request here. Full steam ahead! 🚂 |
@abhay-krishna are you still looking to build this out? |
@boringgeek Yes! Currently waiting for reviews on this PR. |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
On 12/1/2024, AWS announced the general availability of EKS Hybrid Nodes, a new feature that allows customers to use their on-premises and edge infrastructure as nodes in Amazon EKS clusters. The L1 CloudFormation constructs for this change includes a new field
RemoteNetworkConfig
in the Cluster resource. I am requesting this field be supported in the EKS Cluster L2 construct so that customers can easily create Hybrid EKS clusters.Use Case
Creating Hybrid EKS clusters through L2 constructs without any direct dependency on L1 constructs.
Proposed Solution
Incorporate RemoteNetworkConfig as a new field in the EKS Cluster L2 construct and add it to the
aws-cdk-lib/aws-eks
library.Other Information
No response
Acknowledgements
CDK version used
2.171.1
Environment details (OS name and version, etc.)
macOS Sequoia 15.1.1
The text was updated successfully, but these errors were encountered: