[aws-eks] expose EncryptionConfig in eks.Cluster Construct
See original GitHub issue❓ General Issue
Cloudformation supports passing in an EncryptionConfig when creating an EKS cluster. CDK only exposes EncryptionConfig in the CfnCluster construct, not the high level eks.Cluster Construct.
The Question
Can we expose encryptionConfig as part of ClusterProps
to allow this to be managed with the higher level CDK construct?
Environment
- CDK CLI Version: 1.51.0
- Module Version: 1.51.0
- Node.js Version: v12.18.2
- OS: OSX Mojave
- Language (Version): TypeScript
Other information
CfnCluster exposes EncryptionConfig https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-eks.CfnClusterProps.html#encryptionconfig ClusterProps does not expose EncryptionConfig https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-eks.ClusterProps.html
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (8 by maintainers)
Top Results From Across the Web
aws-cdk/aws-eks module - AWS Documentation
This construct library allows you to define Amazon Elastic Container Service for Kubernetes (EKS) clusters. In addition, the library also supports defining ...
Read more >Ensure AWS EKS cluster has secrets encryption enabled
When creating a secret resource the Kubernetes API server stores it in etcd in a base64 encoded form. For example, using kubectl create...
Read more >cloudposse/eks-cluster/aws - Terraform Registry
The module provisions the following resources: EKS cluster of master nodes that can be used together with the terraform-aws-eks-workers, ...
Read more >create-cluster — AWS CLI 2.0.34 Command Reference
The control plane runs in an account managed by AWS, and the Kubernetes API is exposed via the Amazon EKS API server endpoint....
Read more >How do I expose the Kubernetes services running ... - YouTube
... 0:27For more details see the Knowledge Center article with this video: https://aws.amazon.com/premiumsupport/knowledge-center/ eks -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@eladb Kindly take note that the version specified in the Lambda runtime docs has been updated to
2.721.0
Hi @iliapolo , I could contribute PR for this issue if nobody else started working on this. Could you help reviewing my PR? I have done all the logic and need to finish the integration test before submitting the PR. Thanks a lot!