blob: 4f14e37db6e7a3cff5670920c9d5f769beb6d3e6 [file] [log] [blame]
Pawel Wieczorekcc752912019-05-26 11:40:36 +02001##############################
2K8s secure configuration check
3##############################
4
5Utility for checking if Kubernetes cluster configuration follows security recommendations.
6
7***************
8Getting started
9***************
10
11Prerequisites
12=============
13
Pawel Wieczorekff3ebac2019-06-27 16:11:34 +020014Build
15-----
16
Pawel Wieczorekcc752912019-05-26 11:40:36 +020017- make
18- go_
19
20.. _go: https://golang.org/doc/install
21
Pawel Wieczorekff3ebac2019-06-27 16:11:34 +020022Run
23---
24
25- `Rancher CLI`_
26- Docker_ (required to perform selected Rancher CLI calls)
27
28.. _`Rancher CLI`: https://rancher.com/docs/rancher/v1.6/en/cli
29.. _Docker: https://docs.docker.com/install
30
Pawel Wieczorek056ef4c2019-07-08 14:17:55 +020031Test
32----
33
34- Ginkgo_
35
36.. _Ginkgo: https://onsi.github.io/ginkgo/#getting-ginkgo
37
Pawel Wieczorekcc752912019-05-26 11:40:36 +020038Running
39=======
40
41Calling::
42
43 make run
44
45will build and run configuration check executable. It is the default target.
Pawel Wieczorek056ef4c2019-07-08 14:17:55 +020046
47Testing
48=======
49
50Calling::
51
52 make test
53
54will run tests.