Skip to content

arivum/netpolviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetpolViz

NetpolViz visualizes allowed pod2pod connections in clusters that are controlled by NetworkPolicies.

Howto: Deploy via Helm

For Helm chart configuration properties see the Chart documentation

# add arivum Helm repo
helm repo add arivum "https://arivum.github.io/helm-charts"

# fetch the latest updates for all repos
helm repo update

# Create your my_values.yaml. Description on all properties can be found in ./build/helm/README.md
touch my_values.yaml

# deploy netpolviz
helm upgrade --install -v my_values.yaml netpolviz arivum/netpolviz