Cyclonus
Network policy explainer, prober, and test case generator
Parse, explain, and probe network policies to understand their implications and help design
policies that suit your needs!
Quickstart
Users: check out our Quickstart guide
Developers: check out our Developer guide
Cyclonus functionality:
Integrations
krew plugin
Cyclonus is available as a krew/kubectl plugin:
- Set up krew
- install cyclonus through krew:
kubectl krew install cyclonus
- use cyclonus as a kubectl plugin:
kubectl cyclonus -h
Antrea testing: Cyclonus runs network policy tests for Antrea on a daily basis.
Cilium testing: Cyclonus runs network policy tests for Cilium on a daily basis.
Sonobuoy plugin: run Cyclonus tests through Sonobuoy!
Motivation and History
Testing network policies for CNI providers on Kubernetes has historically been very difficult, requiring a lot of boiler plate.
This was recently improved upstream via truth table based tests
(see KEP).
Cyclonus is the next evolution of the truth table tests which are part of upstream Kubernetes.
Cyclonus generates hundreds of network policies, their connectivity tables, and outputs results in the same, easy to read format.
Thanks to contributors
- @dougsland
- @jayunit100
- @johnSchnake
- @enhaocui