netfetch icon indicating copy to clipboard operation
netfetch copied to clipboard

Kubernetes tool for scanning clusters for network policies and identifying unprotected workloads.

Results 23 netfetch issues
Sort by recently updated
recently updated
newest added

We should implement the ability to create cronjobs directly in the helm chart.

enhancement
good first issue

A wild idea, how about integrate this scanner with K9s, as [a K9s plugin](https://k9scli.io/topics/plugins/) perhaps, to allow running it and viewing the report in K9s directly, instead of a web...

enhancement

Currently, the implementation fetches policies from namespaces, and some logic is based on there being a namespace field in the structure of the kubernetes resource. At some point it would...

enhancement
help wanted

Currently, the network map instructions are all put on top of the svg where the network map is generated. we should implement some way of showing the user how to...

enhancement
help wanted
good first issue
frontend

we should add a network sniffer to the suggestions api, this should create a tcp dump that we base the suggestions off in terms of where communication should go when...

enhancement

Currently, we are checking network policies and their podSelectors + pods and their labels to match pods against the policies targeting them. However, a networkPolicy in kubernetes can use a...

enhancement

I have been using the Netfetch tool and appreciate its capability to assess the security posture of our Kubernetes namespaces. I have a few questions regarding the scoring mechanism: **Score...

Make use of entire SVG to move network nodes and pods around. Currently, a cluster of network nodes can only move so far (30% or so of the svg) from...

enhancement
frontend

Currently, the table we populate for unprotected pods looks quite old fashioned. We should look into refreshing the look of the table (and buttons for that matter..) ![image](https://github.com/user-attachments/assets/2ac4b7c1-99ac-47ab-8e9c-88d50974f80c)

enhancement
frontend

Currently, the dashboard has a button to toggle dark mode in the bottom left corner. We should look into implementing this feature.

enhancement
frontend