Skip to content

Tools for understanding, measuring, and applying network policies effectively in kubernetes

License

Notifications You must be signed in to change notification settings

mattfenwick/cyclonus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclonus

network policy explainer

  1. read network policies
  • from a kubernetes cluster
  • from files
  1. policy analysis
  • break the policies down by target, ingress/egress etc.
  1. traffic analysis
  • given a pod (with labels, in a namespace with labels) determine which policies apply
  • given traffic between pods, determine whether it would be allowed or not