Alon Girmonsky
Alon Girmonsky
**Current**: We use AF_PACKET as a default packet capture technology as it is the most compatible library that fits many OSs. We're introducing AF_XDP which is based on eBPF, provides...
Hi, is it possible to lock down access to view traffic for some namespaces to certain groups in AD or some other social IDP? [Slack Message](https://kubeshark.slack.com/archives/C04BNKU5SNM/p1696353249432989?thread_ts=1696353249.432989&cid=C04BNKU5SNM)
## Use-case **Customer**: CyCode Record traffic related to a certain pod(s). When a Pod restarts, export traffic recording to an immutable datastore. ## Functionality - Trigger a hook when a...
Hi team, I installed kubeshark using helm and I have been having a few challenges using it, I will appreciate if anyone can help... • I am unable to restrict...
**Current**: - Kubeshark supports AF_PACKET only - Often results in significant packet loss **Required**: - When possible use AF_XDP - Gracefully default to AF_PACKET when AF_XDP support isn't possible (e.g....
Yeah, just something to say "This version of CLI doesn't work with this config file" and spit out the command to regenerate it [Slack Message](https://kubeshark.slack.com/archives/C04BNKU5SNM/p1688409147126669?thread_ts=1688408752.479139&cid=C04BNKU5SNM)
**Describe the bug** In many occasions, the K8s element (e.g. pod) resolved name is in accurate and in fact inherit the name from a different pod on the same node....
In an Istio environment, when the mTLS mode is STRICT. For example, when this configuration is enabled: ```shell spec: mtls: mode: STRICT ``` Kubeshark is not capturing unencrypted traffic. Encrypted...
Following a report from a user, disabling telemetry doesn't seem to function. Can we please check and see if this is correct and if so, fix it?
When using `kubeshark` CLI, port-forward fails.  Manually running `port-forward` works well. ```shell kubectl port-forward svc/kubeshark-front 8899:80 ```