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

WIP: Allow for multiple pods to sniff at the same time #129

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MichaelWasher
Copy link
Contributor

This PR does:

  • Change SnifferService components to copy state with custom *SnifferServiceConfig structures
  • Add structure into sniff.go to support multiple SnifferService components to run multiple collections
  • Add a NodeSnifferService to perform tcpdump in default host network namespace

Copy kSniff Settings to internal PrivilegedPodSniffer state
Create PrivilegedSnifferServiceConfig config struct to contain PrivilegedSnifferService configuration
…struct

Create StaticTcpdumpSnifferServiceConfig config struct to contain StaticTcpdumpSnifferService configuration
Copy kSniff settings on creation of StaticTcpdumpSnifferService to allow multi-use sniffer objects
@MichaelWasher MichaelWasher changed the title Add a NodeSnifferService to perform tcpdump in default netnamespace WIP: Add a NodeSnifferService to perform tcpdump in default netnamespace Sep 22, 2021
Add NodeSnifferService to collect tcpdump on a Node
Add PrivilegedPodConfig to define values for CreatePrivilegedPod()
@MichaelWasher MichaelWasher changed the title WIP: Add a NodeSnifferService to perform tcpdump in default netnamespace WIP: Allow for multiple pods to sniff at the same time Sep 27, 2021
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

Successfully merging this pull request may close these issues.

None yet

1 participant