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

blog post falco-talon 0.3.0 #1448

Merged
merged 1 commit into from
Feb 11, 2025
Merged

blog post falco-talon 0.3.0 #1448

merged 1 commit into from
Feb 11, 2025

Conversation

Issif
Copy link
Member

@Issif Issif commented Feb 11, 2025

What type of PR is this?

Uncomment one (or more) /kind <> lines:

/kind bug

/kind cleanup

/kind design

/kind user-interface

/kind content

/kind event

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area blog

/area documentation

/area community

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Copy link
Member

@leogr leogr left a comment

Choose a reason for hiding this comment

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

SGTM, just a few minor reccomendation (see below)!

tags: ["Talon", "Release"]
---

Today we announce the release of **Falco Talon 0.3.0** 🦅!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Today we announce the release of **Falco Talon 0.3.0** 🦅!
Today, we announce the release of **Falco Talon 0.3.0** 🦅!

Comment on lines 17 to 21
The key feature this release brings is the new actionner `kubernetes:sysdig`. For whom are not familiar with [sysdig](https://github.com/draios/sysdig), it's a CLI tool which allows to capture and record the syscalls, like `tcpdump` does for the network packets. Old brother of Falco, they share the same libs and filters.

With this new integration, when a suspicious event occurs in a pod, Talon will trigger a capture then export the created artifact to AWS S3 or Minio. You can configure the `duration` and the `amount of bytes` captured for each syscall. More settings are available, check out the [docs](https://docs.falco-talon.org/docs/actionners/list/#kubernetessysdig).

See this example rule:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
The key feature this release brings is the new actionner `kubernetes:sysdig`. For whom are not familiar with [sysdig](https://github.com/draios/sysdig), it's a CLI tool which allows to capture and record the syscalls, like `tcpdump` does for the network packets. Old brother of Falco, they share the same libs and filters.
With this new integration, when a suspicious event occurs in a pod, Talon will trigger a capture then export the created artifact to AWS S3 or Minio. You can configure the `duration` and the `amount of bytes` captured for each syscall. More settings are available, check out the [docs](https://docs.falco-talon.org/docs/actionners/list/#kubernetessysdig).
See this example rule:
The key feature this release brings is the new actionner `kubernetes:sysdig`. For those who are not familiar with [sysdig](https://github.com/draios/sysdig), it's a CLI tool that allows to capture and record the syscalls, like `tcpdump` does for the network packets. Old brother of Falco, they share the same libs and filters.
With this new integration, when a suspicious event occurs in a pod, Talon triggers a capture and then exports the created artifact to AWS S3 or Minio. You can configure the `duration` and the `amount of bytes` captured for each syscall. Check out the [docs](https://docs.falco-talon.org/docs/actionners/list/#kubernetessysdig) to discover more settings.
See this example rule:


## Let's meet 🤝

We meet every Wednesday in our [community calls](https://github.com/falcosecurity/community),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
We meet every Wednesday in our [community calls](https://github.com/falcosecurity/community),
We meet every two weeks on Wednesday in our [community calls](https://github.com/falcosecurity/community),


Thanks to all the amazing contributors!

Enjoy 😎,
Copy link
Member

Choose a reason for hiding this comment

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

Is the comma a left-over? 🤔

Signed-off-by: Thomas Labarussias <[email protected]>
@Issif Issif force-pushed the falco-talon-0-3-0 branch from 8d3bc4b to ebbeb68 Compare February 11, 2025 14:10
@poiana
Copy link

poiana commented Feb 11, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Issif, leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana
Copy link

poiana commented Feb 11, 2025

LGTM label has been added.

Git tree hash: dc82aad595cc4180e765c17b57124d127baf928b

@poiana poiana merged commit 8f9bd61 into master Feb 11, 2025
4 of 7 checks passed
@poiana poiana deleted the falco-talon-0-3-0 branch February 11, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants