kuberhealthy/kuberhealthy

Check all kube-dns pods functionality

Closed this issue · 2 comments

Describe the solution you would like to see happen
Sometimes specific kube-dns pods are not returning appropriate responses. We could check them directly with DNS queries.

How do you propose we build it?
Make a new check. Check lists kube-dns pods in kube-system. DNS tests are executed on each for various internal service names.

Ran into an issue on a cluster where kube-dns wasn't resolving, which would've been caught if we had this. Going to work on implementing

Thanks Ian!