-
Notifications
You must be signed in to change notification settings - Fork 238
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
Conversation
…n to now use Kraft
LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Congrats!
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two minor comments
streaming/kafka/providers.tf
Outdated
# 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this config path
streaming/kafka/providers.tf
Outdated
# 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
streaming/kafka/eks.tf
Outdated
desired_size = 3 | ||
|
||
instance_types = ["m6g.xlarge", "m6gd.xlarge", "m7g.xlarge", "c6g.xlarge", "c6gd.xlarge", "c7g.xlarge"] | ||
ami_type = "AL2_ARM_64" |
There was a problem hiding this comment.
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"
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
website/docs
orwebsite/blog
section for this featurepre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes