-
Notifications
You must be signed in to change notification settings - Fork 367
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
[Proposal] A new PacketSampling CRD #5443
Comments
@hangyan please help to estimate the implementation efforts for the new design, and help to confirm if this can be included in Antrea 1.14 or not. Thanks. |
@shi0rik0 Please take a look if you are interested. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
Signed-off-by: Hang Yan <yhang@vmware.com> Co-authored-by: Lan <luola@vmware.com> Co-authored-by: Quan Tian <quan.tian@broadcom.com> Co-authored-by: Antonin Bas <antonin.bas@gmail.com>
Introduced a new CRD called PacketCapture, which allow users to configure capture options on target traffic. If a file server is specified, the result pcap file will be uploaded. The pcap file can be inspected by tools like wireshark or tcpdump. Signed-off-by: Hang Yan <yhang@vmware.com>
Introduced a new CRD called PacketCapture, which allow users to configure capture options on target traffic. If a file server is specified, the result pcap file will be uploaded. The pcap file can be inspected by tools like wireshark or tcpdump. Signed-off-by: Hang Yan <yhang@vmware.com> Co-authored-by: Lan <luola@vmware.com> Co-authored-by: Antonin Bas <antonin.bas@gmail.com> Co-authored-by: Quan Tian <quan.tian@broadcom.com>
Introduced a new CRD called PacketCapture, which allow users to configure capture options on target traffic. If a file server is specified, the result pcap file will be uploaded. The pcap file can be inspected by tools like wireshark or tcpdump. Signed-off-by: Hang Yan <yhang@vmware.com> Co-authored-by: Lan <luola@vmware.com> Co-authored-by: Antonin Bas <antonin.bas@gmail.com> Co-authored-by: Quan Tian <quan.tian@broadcom.com>
Introduced a new CRD called PacketCapture, which allow users to configure capture options on target traffic. If a file server is specified, the result pcap file will be uploaded. The pcap file can be inspected by tools like wireshark or tcpdump. Signed-off-by: Hang Yan <yhang@vmware.com> Co-authored-by: Quan Tian <quan.tian@broadcom.com> Co-authored-by: Lan <luola@vmware.com> Co-authored-by: Antonin Bas <antonin.bas@gmail.com>
Describe what you are trying to solve
Traceflow works well for network flow diagnose, but sometimes users may want to take a look into the raw packet in the flow. Currently, antrea lacks the ability to capture raw packet in live traffic.
Describe the solution you have in mind
Add a new CRD to support the packet sampling future. This future will allow user to capture raw packet data for further diagnose.
Describe how your solution impacts user flows
The default (first supported) capture method will have great peformance impact on user flows, see #5345 (comment)
Describe the main design/architecture of your solution
design doc
Alternative solutions that you considered
extend the current Traceflow CRD
Test plan
Additional context
The text was updated successfully, but these errors were encountered: