Skip to content

Commit

Permalink
doc(readme) updated features list and add image
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Sep 26, 2018
1 parent 44b52ca commit 6f6139d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@ The output is a list of recommendations of what you can improbe to make your app
* Container limits (should be set)
* Container image tag (should not be `:latest`)
* Container image pull policy (should be `Always`)
* Pod is targeted by a `NetworkPolicy`, both egress and ingress rules are recommended.
* Container probes, both readiness andd liveness checks should be configured, and should not be identical.
* Pod is targeted by a `NetworkPolicy`, both egress and ingress rules are recommended
* Container probes, both readiness and liveness checks should be configured, and should not be identical
* Container securityContext, run as high number user/group, do not run as root or with privileged root fs
* Stable APIs, use a stable API if available (supported: Deployments, StatefulSets, DaemonSet)

## Example output

![](https://i.imgur.com/no1HZuQ.png)

0 comments on commit 6f6139d

Please sign in to comment.