-
Notifications
You must be signed in to change notification settings - Fork 240
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
feat: Adding Redpanda Blueprint to Streaming Module #469
Conversation
} | ||
|
||
## Redpanda Helm Config | ||
resource "helm_release" "redpanda" { |
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.
Redpanda needs to be added in eks_data_addons, https://github.com/aws-ia/terraform-aws-eks-data-addons
streaming/redpanda/README.md
Outdated
``` | ||
You should see 6 worked nodes, 3 deployed for EKS Add-ons (Cert-Manager, AWS Load Balancer Controller, Monitoring Tools, etc). | ||
|
||
## Configuring Environment for Lambda/Serverless Lab |
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.
Please remove Lambda references since is not anymore used.
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.
Complete
We do not plan to add this blueprint at this time. Thank you for your work on the PR! |
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
This is a PR to add my work on Redpanda Blueprint to Streaming options.
Motivation
After working internally on this would like to contribute it to dataoneks overall blueprints, Redpanda is streaming alternative to Kafka that can help customers lower cost and reap performance benefits.
More
website/docs
orwebsite/blog
section for this featurepre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes