@@ -7,16 +7,18 @@ policies that suit your needs!
7
7
8
8
## Quickstart
9
9
10
- Users: check out our [ Quickstart guide ] ( ./docs/quickstart.md )
10
+ Users: check out the:
11
11
12
- Developers: check out our [ Developer guide] ( ./docs/developer-guide.md )
12
+ - [ Quickstart guide] ( ./docs/quickstart.md )
13
+ - [ understand test runs] ( ./docs/test-runs.md )
13
14
14
- Cyclonus functionality:
15
+ Developers: check out the [ Developer guide ] ( ./docs/developer-guide.md )
15
16
16
- - [ run a single network policy test on a cluster] ( ./docs/probe.md )
17
- - [ run network policy conformance tests on a cluster] ( ./docs/generator.md )
18
- - [ understand test runs] ( ./docs/test-runs.md )
19
- - [ analyze network policies] ( ./docs/analyze.md )
17
+ Cyclonus subcommands:
18
+
19
+ - ` cyclonus probe ` : [ run a single network policy test on a cluster] ( ./docs/command-probe.md )
20
+ - ` cyclonus generate ` : [ run network policy conformance test suites on a cluster] ( ./docs/command-generate.md )
21
+ - ` cyclonus analyze ` : [ analyze network policies] ( ./docs/command-analyze.md )
20
22
21
23
22
24
## Integrations
@@ -36,11 +38,18 @@ Cyclonus is available as a [**krew/kubectl plugin**](https://github.com/mattfenw
36
38
37
39
## Motivation and History
38
40
39
- Testing network policies for CNI providers on Kubernetes has historically been very difficult, requiring a lot of boiler plate.
40
- This was recently improved upstream via truth table based tests
41
- ([ see KEP] ( https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1611-network-policy-validation ) ).
42
- Cyclonus is the next evolution of the truth table tests which are part of upstream Kubernetes.
43
- Cyclonus generates hundreds of network policies, their connectivity tables, and outputs results in the same, easy to read format.
41
+ Testing network policies for CNI providers on Kubernetes has historically been very difficult,
42
+ requiring a lot of boilerplate.
43
+
44
+ This was recently improved upstream via truth table based tests:
45
+ - [ see KEP] ( https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1611-network-policy-validation )
46
+ - [ see Kubernetes PR] ( https://github.com/kubernetes/kubernetes/pull/91592 )
47
+
48
+ Cyclonus is the next evolution: in addition to truth-table connectivity tests, it adds two new components:
49
+ - a powerful network policy engine implementing the Kubernetes network policy specification
50
+ - a test case generator, allowing for easy testing of hundreds of network policy scenarios
51
+
52
+ Cyclonus aims to make network policies and implementations easy to understand, easy to use correctly, and easy to verify.
44
53
45
54
## Thanks to contributors
46
55
0 commit comments