Skip to content

Simple kubernetes custom controller enforcing signing of pod container images

Notifications You must be signed in to change notification settings

hartzler/k8s-killc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-killc

Simple kubernetes controller that kills unsigned pods.

Build

Install golang and glide:

brew install go
brew install glide

Install minikube and setup docker-env eval $(minkube docker-env)

Bring down the deps:

glide install

Finally build the container:

./build-controller

Deploy

kubectl apply -f resources/

About

Simple kubernetes custom controller enforcing signing of pod container images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published