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

feat: transparent proxy with ebpf in init containers #4919

Merged
merged 7 commits into from
Aug 30, 2022

Conversation

bartsmykla
Copy link
Contributor

@bartsmykla bartsmykla commented Aug 26, 2022

Checklist prior to review

  • Link to docs PR or issue --
  • Link to UI issue or PR --
  • Is the issue worked on linked? --
  • The PR does not hardcode values that might break projects that depend on kuma (e.g. "kumahq" as a image registry)
  • The PR will work for both Linux and Windows, system specific functions like syscall.Mkfifo have equivalent implementation on the other OS -- only linux unfortunately
  • Unit Tests --
  • E2E Tests --
  • Manual Universal Tests --
  • Manual Kubernetes Tests
  • Do you need to update UPGRADE.md? -- no
  • Does it need to be backported according to the backporting policy? -- no
  • Do you need to explicitly set a > Changelog: entry here?

Changelog: feat(ebpf): transparent proxy with eBPF in init containers

@bartsmykla bartsmykla requested a review from a team as a code owner August 26, 2022 12:34
Signed-off-by: Bart Smykla <[email protected]>
Copy link
Contributor

@lahabana lahabana left a comment

Choose a reason for hiding this comment

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

1 nit

app/kumactl/cmd/install/install_transparent_proxy.go Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2022

Codecov Report

Merging #4919 (b085b32) into master (ab94c39) will decrease coverage by 0.02%.
The diff coverage is 41.81%.

@@            Coverage Diff             @@
##           master    #4919      +/-   ##
==========================================
- Coverage   46.70%   46.67%   -0.03%     
==========================================
  Files         687      687              
  Lines       46678    46781     +103     
==========================================
+ Hits        21801    21837      +36     
- Misses      22967    23026      +59     
- Partials     1910     1918       +8     
Impacted Files Coverage Δ
pkg/plugins/runtime/k8s/metadata/annotations.go 68.88% <0.00%> (-3.21%) ⬇️
.../plugins/runtime/k8s/webhooks/injector/injector.go 61.21% <14.54%> (-10.65%) ⬇️
...p/kumactl/cmd/install/install_transparent_proxy.go 79.41% <52.38%> (-3.26%) ⬇️
pkg/transparentproxy/kubernetes/kubernetes.go 82.47% <87.50%> (+1.65%) ⬆️
pkg/config/plugins/runtime/k8s/config.go 84.94% <100.00%> (+0.50%) ⬆️
pkg/plugins/leader/postgres/leader_elector.go 82.97% <0.00%> (-6.39%) ⬇️
pkg/core/resources/manager/cache.go 85.71% <0.00%> (-2.60%) ⬇️
pkg/xds/generator/direct_access_proxy_generator.go 90.90% <0.00%> (+1.13%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

3 participants