diff options
Diffstat (limited to 'test/security/k8s/README')
-rw-r--r-- | test/security/k8s/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/security/k8s/README b/test/security/k8s/README new file mode 100644 index 000000000..e7ee79f3d --- /dev/null +++ b/test/security/k8s/README @@ -0,0 +1,26 @@ +############################## +K8s secure configuration check +############################## + +Utility for checking if Kubernetes cluster configuration follows security recommendations. + +*************** +Getting started +*************** + +Prerequisites +============= + +- make +- go_ + +.. _go: https://golang.org/doc/install + +Running +======= + +Calling:: + + make run + +will build and run configuration check executable. It is the default target. |