Skip to content
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

refactor: Update Kafka Blueprint to use more recent versions of Kafka and Strimzi, and use Karpenter #665

Merged
merged 13 commits into from
Oct 11, 2024

Conversation

chrismld
Copy link
Contributor

@chrismld chrismld commented Oct 2, 2024

What does this PR do?

Solves the issue #596 by updating the Kafka blueprint to use most recent versions of Kafka, Strimzi, and it's now using Karpenter.

Motivation

I have a customer that migrated to Karpenter using the latest versions of Kafka and Strimzi, and I wanted to keep this blueprint up to date as other customers are looking for guidance.

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Mandatory for new blueprints. Yes, I have added a example to support my blueprint PR
  • Mandatory for new blueprints. Yes, I have updated the website/docs or website/blog section for this feature
  • Yes, I ran pre-commit run -a with this PR. Link for installing pre-commit locally

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@chrismld chrismld changed the title Update Kafka Blueprint to use more recent versions of Kafka and Strimzi, and use Karpenter refactor: Update Kafka Blueprint to use more recent versions of Kafka and Strimzi, and use Karpenter Oct 2, 2024
@ovaleanu ovaleanu self-requested a review October 2, 2024 10:12
@ovaleanu
Copy link
Contributor

LGTM!

Copy link
Contributor

@ovaleanu ovaleanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Congrats!

Copy link
Contributor

@ovaleanu ovaleanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Congrats! @vara-bonthu you can merge this PR.

Copy link
Collaborator

@vara-bonthu vara-bonthu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two minor comments

# host = module.eks.cluster_endpoint
# cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
# token = data.aws_eks_cluster_auth.this.token
config_path = "/Users/chrismld/.kube/config"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this config path

# host = module.eks.cluster_endpoint
# cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
# token = data.aws_eks_cluster_auth.this.token
config_path = "/Users/chrismld/.kube/config"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

desired_size = 3

instance_types = ["m6g.xlarge", "m6gd.xlarge", "m7g.xlarge", "c6g.xlarge", "c6gd.xlarge", "c7g.xlarge"]
ami_type = "AL2_ARM_64"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to ami_type = "AL2023_ARM_64_STANDARD"

@vara-bonthu vara-bonthu merged commit 2a8e5e6 into awslabs:main Oct 11, 2024
37 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants