-
Notifications
You must be signed in to change notification settings - Fork 154
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
Remove cloud-defend from agent #5481
Conversation
cloud-defend will be removed from the next major release. This removes cloud-defend from agent, by removing it from packaging scripts and from template kubernetes files.
Thanks! I'll hold on approving this until main has cut over to 9.0 so this doesn't accidentally ship in 8.16. |
|
|
|
|
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.
Looks good.
cloud-defend will be removed from the next major release. This removes cloud-defend from agent, by removing it from packaging scripts and from template kubernetes files.
3e1b36e
to
77d5aa7
Compare
@cmacknz now that main became 9.0 can we make it land? |
|
We we're planning on using Cloud Defend for Containers this year. Is this been moved to another agent or is it totally depreciated? |
Yes, Defend for Containers (D4C) has been deprecated from serverless and Elastic Stack / ECH 9.0.0. D4C will remain available in the 8.x stack as beta. While D4C is being sunset, we're actively in the process of building a new SIEM aligned k8s security solution. IIRC, you're planning to use Azure Red Hat OpenShift, I'd welcome the opportunity to schedule a call to discuss the following:
I'll reach out to you to find a time that works best for this discussion. |
What does this PR do?
cloud-defend (a.k.a. Defend for Containers) will be removed from the next major release. This removes cloud-defend from agent, by removing it from packaging scripts and template kubernetes files.
Why is it important?
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
Defend for Containers never left beta, so although removing it could be disruptive to users of the integration, it's acceptable to be a breaking change in a major update.
How to test this PR locally
After building the agent package, inspect it to ensure the cloud-defend package is not included in it, and the cloud-defend executable isn't on the system after installing the agent.