A tool to visualize network policy information from the Kubernetes Master API
This project is new, more and detailed information will follow in the future.
kube-defcon should be usable on every Kubernetes cluster with a network plugin that supports network policies.
NetworkPolicies are collected simply with the kubectl get netpol --all-namespaces
command.
As far as I know, there are no tools out there to visualize Kubernetes NetworkPolicies with just the information form the Kubernetes Master API, without the use of tools like Twistlock.
I use NetworkPolicies with the Canal network plugin, but I am missing something to display the NetworkPolicis in a graph ore something similar, to get a quick overview, was is implemented.
If someone knows such a tool, pleas let me know!
This project is paused in favor of this project: onzack/rkm
Copyright 2021 ONZACK AG
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.