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

fix: ebpf capture: attach programs on tc hooks after pds created; enable TLS interception in containerized k8s like minikube and kind #52

Merged
merged 4 commits into from
Apr 24, 2024

Conversation

iluxa
Copy link
Collaborator

@iluxa iluxa commented Apr 22, 2024

After new pods are created network interfaces set is changed - new interfaces can be created for new k8s objects

So the TC eBPF hooks must be attached to the new interfaces to capture traffic from new pods.

@iluxa
Copy link
Collaborator Author

iluxa commented Apr 23, 2024

commit a152444 resolves #51

@iluxa iluxa changed the title fix: ebpf capture: attach programs on tc hooks after pds created fix: ebpf capture: attach programs on tc hooks after pds created; enable TLS interception in containerized k8s like minikube and kind Apr 23, 2024
@alongir alongir merged commit 40334a3 into master Apr 24, 2024
1 check passed
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

2 participants