iovisor / kubectl-trace

Schedule bpftrace programs on your kubernetes cluster using the kubectl
MIT License
2.05k stars 166 forks source link

Ephemeral containers #94

Open fntlnz opened 5 years ago

fntlnz commented 5 years ago

Ephemeral containers seem a valid alternative for kubectl trace.

This issue is open so that we can explore them within kubectl trace and post the results

https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/

kenju commented 3 years ago

@fntlnz Hi 👋 Just out of curiosity, has there been any investigation or discussion on this topic so far? As far as I understand, switching to ephemeral containers seem to be great improvement for guaranteeing the resources of other running containers... I hope it would be much safer to run BPF programs against production environment while handling incidents or debugging.