Skip to content

To enable the dnsmasq container liveness probe and readiness probe, since we know that dnsmasq is using port 53 UDP, we can't do the common healthcheck by using built-in kubernetes healthcheck. Instead we are gonna build our own healthcheck and execute it as liveness and readiness probe. Mounted as a configmap and put on some directory.

Notifications You must be signed in to change notification settings

gnomefin/dnsmasq-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dnsmasq-healthcheck

To enable the dnsmasq container liveness probe and readiness probe, since we know that dnsmasq is using port 53 UDP, we can't do the common healthcheck by using built-in kubernetes healthcheck. Instead we are gonna build our own healthcheck and execute it as liveness and readiness probe. Mounted as a configmap and put on some directory.

About

To enable the dnsmasq container liveness probe and readiness probe, since we know that dnsmasq is using port 53 UDP, we can't do the common healthcheck by using built-in kubernetes healthcheck. Instead we are gonna build our own healthcheck and execute it as liveness and readiness probe. Mounted as a configmap and put on some directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages