Skip to content

Opinionated collection of rego policies to check for kubernetes manifest best practices

Notifications You must be signed in to change notification settings

airkewld/k8s-opa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-opa

Opinionated collection of rego policies to check for kubernetes manifest best practices

Docker image

The docker container contains the most recent version of conftest as well as the policies at /policies.

Using locally

cat demo/bad-k8s.yaml| docker run --rm -i ttl.sh/k8s-opa -
docker run --rm -i -v $(pwd):/tmp ttl.sh/k8s-opa /tmp/demo/bad-k8s.yaml

About

Opinionated collection of rego policies to check for kubernetes manifest best practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published