question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
davidsungcommented, Aug 16, 2020

@eladb Kindly take note that the version specified in the Lambda runtime docs has been updated to 2.721.0

3reactions
davidsungcommented, Aug 4, 2020

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found