What does configuring EKS node groups look like with Gruntwork? #178
-
A customer asked:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Firstly, you can definitely modify the EKS cluster node groups following a Reference Architecture deployment. One of the benefits of having a Reference Architecture deployed is that you receive 100% of the code, so you can modify it however you wish. Secondly, here's some examples of what it looks like to configure Node groups in terragrunt:
Here's the configuration format for Node groups in our eks-cluster module:
|
Beta Was this translation helpful? Give feedback.
Firstly, you can definitely modify the EKS cluster node groups following a Reference Architecture deployment. One of the benefits of having a Reference Architecture deployed is that you receive 100% of the code, so you can modify it however you wish.
Secondly, here's some examples of what it looks like to configure Node groups in terragrunt: