Skip to content

digeler/k8stcpdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

k8stcpdump a tool to collect tcpdumps from the nodes.

to install :

  • Create a storage account to hold the capture in your MC_rg
  • update your helm repo by : helm repo add k8tcp https://digeler.github.io/k8stcpdump/
  • install the chart by : helm install k8tcp/kubecapture --set sa=[name of the stroage account] you should see the captures in the share.
  • Edit the pv that use azure file -and set the reclaim policy to Retain (this will keep the traces once you remove the chart). -to stop the capture just remove the chart helm delete [chart name]

####Notice : Please change the Reclaim policy of the pv to Retain instead of Delete. kubectl edit pv this will keep the traces after you stop the trace.

if your require more cap files use this repo : https://github.com/digeler/k8tcpappend it will create 40 cap files for each node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published