blob: e7ee79f3de7d6833e3c5a8bed48b157a195cd541 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.
|