Dom Delnano
Dom Delnano
**Tell us about your request** Our current service mesh is agnostic to how workloads are run and integrates nicely with containerized and non containerized services. Because of this we have...
**Describe the bug** I'm trying to diff an envoy file containing debug symbols against an optimized release image. I initially tried to diff them against each other through the IDA...
The current plugin does not have its [alerting key](https://grafana.com/developers/plugin-tools/tutorials/build-a-data-source-backend-plugin#anatomy-of-a-backend-plugin) set in its `plugin.json`. This means that Grafana will disable alerts for the plugin. From my reading of the above docs,...
**Describe the bug** In https://github.com/pixie-io/pixie/pull/1795, we introduced the ability for kernels that support the 1M BPF program limit to raise certain tunables used to restrict program size. Many upstream distros...
Summary: Update linux_headers_image to support >= 6.3 kernels. Add 6.2 through 6.11 kernels #2035 reported an issue where the socket tracer fails to run on a openSUSE MicroOS instance running...
This is closely related to #2040. Our qemu builds are unable to pass the newer BPF [token permission checks](https://elixir.bootlin.com/linux/v6.11.1/source/kernel/bpf/syscall.c#L2757), causing it to use the reduced (4096) BPF instruction limit. We...
**Describe the bug** Deploying Pixie fails to a GKE cluster with dataplane v2. Despite the deployment failing, scripts work as expected from the cli. The UI reports that the cluster...
**Describe the bug** Certain servers fork after accepting a connection from a client. This is commonly referred to as a forking web server model, but also occurs for non HTTP...
**Describe the bug** @srimaln91 and I debugged a situation on their clusters where all postgres traffic is being classified as Mongo. After disabling mongo with the `PX_STIRLING_ENABLE_MONGODB_TRACING=0` environment variable, stirling's...
Kubernetes provides the ability to configure the domain for a cluster (via the `--cluster-domain` kubelet argument. This changes the default `cluster.local` zone to a custom domain. There is work to...