Status: alpha, work in progress
karydia is a security add-on to Kubernetes to help with good security practices and assist administrators in keeping their clusters safe. karydia is implemented as webhook admission controller and configurable through its command line interface and Kubernetes resources.
While it has been written with Gardener in mind, it can be used on any Kubernetes cluster.
See installing karydia.
Please see demo for a demo of some karydia features.
See features.
minikube start --kubernetes-version v1.12.3
eval $(minikube docker-env)
make container
make e2e-test
make test

