-
- Downloads
Filling local /etc/hosts for all declared services in kubernetes DNS on
all containers. Many failures were due to slow DNS name resolution by kube-dns. To solve this I am now scanning all registered services in the namespace and adding entries to /etc/hosts on all the `Running` containers in the namespace. This solution is valid for both systemd and non-systemd containers.
Please register or sign in to comment