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

Add name-based information to container info #99

Open
hillu opened this issue Sep 6, 2022 · 2 comments
Open

Add name-based information to container info #99

hillu opened this issue Sep 6, 2022 · 2 comments
Milestone

Comments

@hillu
Copy link
Collaborator

hillu commented Sep 6, 2022

The following bits of information require talking to a container runtime. They require #97 to be resolved.

  • image
  • name
  • pod_uid
  • pod_name
  • pod_namespace
@hillu hillu added this to the 0.6 release milestone Sep 6, 2022
@n9
Copy link
Contributor

n9 commented Jan 10, 2024

Since #97 (async/await) is abandoned what about using two threads:

  • The first thread will read auditd records from the stdin (and maybe do some simple preprocessing / filtering?) and push the records (or already combined laurel events) into a queue (buffer).
  • The second thread will read the queue and (if needed) do the blocking I/O (e.g. communication with containerd).

What do you think?

@hillu
Copy link
Collaborator Author

hillu commented Jan 10, 2024

I'd really like to revisit asyc/await at some point. Since communication with containerd seems to require gRPC, using tonic seems to make most sense anyway.

@hillu hillu modified the milestones: 0.6 release, 0.7 release Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants