inbound/outbound tcp connections over time and discovering extremely high connection churn rates on ephemeral ports are both great reasons i've used it.
eBPF can (basically) monitor anything at a low level! check out ebpf_exporter for some other great examples of real-world use.
Not sure why K8s comes into the picture. That is, k8s has no mechanisms pertaining to ebpf or require it. Anything you want to do with ebpf on K8s cluster can be done elsewhere.
Thus the second part's question becomes strange. As anything needs to be done on K8s needing ebpf also requires ebpf outside k8s (there often is replacement, but that does not harm the fact that ebpf can be used in those cases).
Has anyone played around with it and found a corner where is it was useful to have?