Skip to main content

Let the Sharks out of the Ocean and onto your Kube cluster! Kubeshark


Geoff Burke
Forum|alt.badge.img+22

What if you wanted to see what exactly was going on in your Kubernetes cluster. Dreaming of your old pal from the Physical/Virtual days, wireshark? Look no more Kubeshark will rip into those network packets and you can feast away.

As their website states, Kubeshark is an API traffic Analyzer https://kubeshark.co/

Why don’t we take it for a spin?

 

helm repo add kubeshark https://helm.kubeshark.co
helm repo update

 

I am going to save the chart values to a file and then enable the ingress

helm show values kubeshark/kubeshark >values.yaml

I will also use a couple of settings from their installation documentation

helm install kubeshark kubeshark/kubeshark -n kubeshark --create-namespace --set tap.release.namespace=kubeshark --set tap.resources.worker.limits.memory=2Gi -f values.yaml

Looks good:

Install Completed

Now to take a look at this tool:

Kubeshark in action

 

Service Map

Ok well this looks pretty darn cool but I have to figure out how to use it now :)

2 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8512 comments
  • October 11, 2023

That is a cool looking tool. If I ever get to the Kubernetes train I will check it out.  😂


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4153 comments
  • October 11, 2023

Very cool tool Geoff. 2nd one kinda looks a little like Perf Charts in vSphere ðŸ˜‚