Using EKS Automode with Karpenter: Module or Helm?

0
5
Asked By SunshineFrog123 On

Has anyone here tried using EKS automode in combination with Karpenter? I'm running into some issues with the Terraform Karpenter module, and I'm wondering if it's better to use the module or stick with Helm for my setup. Any advice would be appreciated!

2 Answers

Answered By DocuMasterX On

Here's something useful: EKS Auto Mode leverages a Karpenter-based system to automatically provision EC2 instances based on pod requests. You can check out the best practices from AWS to get more details: https://docs.aws.amazon.com/eks/latest/best-practices/automode.html.

Answered By TechieTurtle42 On

I think EKS automode actually runs Karpenter by default, so you might not need to worry about that too much. Just make sure you’re set up correctly!

KeenObserver7 -

Are you implying we can include Karpenter as a plugin? That's interesting!

CuriousOtter88 -

Yep, you're on the right track! Automode does equate to managed Karpenter.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.