-
**What happened**:
I have network policy with three egress rules. The Kubernetes ServiceCIDR is 10.254.0.0/16.
1. It allows access to CoreDNS.
2. It allows access to port 8080 with a destinati…
-
`pkg/bpf` is now ebpf-go-based, so `pkg/ebpf` no longer has a reason to exist. Migrate any existing users (back) to `pkg/bpf` and remove `pkg/ebpf`.
ti-mo updated
3 months ago
-
### Describe the bug
```markdown
Seems like TestMapIteratorAllocations is flaky.
=== FAIL: . TestMapIteratorAllocations (0.03s)
quicktest.go:12:
error:
values are not equ…
-
### What happened?
We'd removed some in: https://github.com/kumahq/kuma/pull/8822
Here's a list of all tests:
```
➜ kuma git:(e2eImprovements) ~/go/bin/ginkgo run -v --dry-run ./test/e2e/... …
-
**What would you like to be added**:
1. Kmesh observability current archtecture for workload mod
![image](https://github.com/user-attachments/assets/59ce543c-9e1f-444b-ac5e-77ea10ba1b37)
**…
-
curious if any work is being done here and what the roadblocks are
https://github.com/open-telemetry/opentelemetry-ebpf-profiler/blob/b755a7ced4bfd72dee64af5fc07c4c29a9971c00/tracer/types/parse.go#…
-
Thank you for developing such an amazing profiling agent!
I am interested in integrating this project into other eBPF projects to support unwinding for multiple languages, replacing the `bpf_get_s…
-
### Feature
- [ ] New architecture module
- [ ] Support for processor extension
- [x] Add more instruction details (elaborated below)
- [ ] Binding support for: `language`
- [x] Other (elaborat…
-
Sentry Issue: [KEPLOY-BINARY-K](https://keploy-inc-zp.sentry.io/issues/4606227969/?referrer=github_integration)
```
syscall.Errno: operation not permitted
*fmt.wrapError: failed to set memlock rlimit…
-
### Describe the bug
This package makes use of the directive `//go:linkname`:
https://github.com/cilium/ebpf/blob/79b6759e76cbab4522f496f1dd680cce3232f1a2/internal/auxv.go#L20-L21
With [go.dev/…