nirnanaaa / kube-readiness

Controller to ensure external readiness conditions on pods (currently AWS ALB only)
2 stars 1 forks source link

Kubernetes External Pod Readiness

CircleCI

Providing pod readiness gates for ingress controllers.

Supported platforms

Currently only AWS-ALBs are supported.

Development

Startup the controller:

make run

Run tests:

make test