-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 a pattern for AWS for FluentBit with ContainerInsights and Kubelet monitoring integration. #1770
Conversation
tags = local.tags | ||
} | ||
|
||
resource "aws_vpc_endpoint" "guardduty" { |
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.
copy+paste error? do we need these guardduty resource?
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.
No, I wanted to add GuardDuty. We don't really need it, however since we are showing a
"monitoring" pattern, I think it's interesting to add.
@@ -0,0 +1,337 @@ | |||
# AWS for FluentBit with ContainerInsights and Kubelet monitoring. |
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.
I'll offer an alternative thought - what about showing this as a snippet?
- Most of the detail is in the README (and its great info), very little has to do with the Terraform
- I suspect there are a number of different logging configurations/scenarios that users may inquire about
- There isn't anything specific to the cluster itself
What do you think?
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.
You mean the whole main.tf as a snippet?
- Agreed, in fact nothing is related to Terraform, the init/plan/apply are provided by the link on the Deploy section.
- Yes, there are but not sure what is really useful or adopted by customers
- Nope!
What's your goal?
This PR has been automatically marked as stale because it has been open 30 days |
Pull request closed due to inactivity. |
Description
Motivation and Context
Due the requests of features related to AWS for Fluentbit, and the lack of an existing examples for that, I'm adding this pattern to address those.
How was this change tested?
pre-commit run -a
with this PRAdditional Notes