A k8s mutation webhook responsible for injecting scheduling related settings to all pods created in namespaces with a specific configurable label.
Especially it can inject:
- nodeAntiAffinity
 
the ssl/ dir contains a script to create a self-signed certificate. Those certificates will configure the deploy/ files.
cd ssl/ 
make certs 
Review the files in deploy/
And then:
kubectl apply -f deploy/
make
to create a docker image ..
make docker
it'll be tagged with the current git commit (short ref) and :latest
make push
to push the docker image