I'm trying out coreos on a kubernetes cluster. This setup includes a bind server serving DNSSEC responses. Because of the DNSSEC key management, the bind server uses up all the available entropy and hangs on startup, and takes hours to get enough entropy to sign a single zone.
What can I do to increase the entropy on the servers to prevent this from happening?
You should install
haveged
in order to counter the lack of entropy sources in your specific setup.If you have restricted access, try something like this:
https://github.com/harbur/docker-haveged