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 - Fork 0
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.
gnomefin/dnsmasq-healthcheck
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published