arivum / netpolviz

k8s Network Policy Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

k8s Network Policy Visualization

License:MIT License


Languages

Language:HTML 58.6%Language:Go 33.3%Language:Smarty 4.2%Language:Makefile 3.1%Language:Dockerfile 0.9%