Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using of alpine image as a base #39

Open
rbakhtaraev opened this issue Feb 21, 2022 · 2 comments
Open

Using of alpine image as a base #39

rbakhtaraev opened this issue Feb 21, 2022 · 2 comments

Comments

@rbakhtaraev
Copy link

Hello! First of all, thank you for implementation of HA version of node-cache :)

But what is the main reason of usage alpine image as a base? It has some unresolve issues that affected DNS resolving and community recommends to use debian-based image to avoid these problems.

Do you have any problems with alpine-based image?

@yannh
Copy link
Collaborator

yannh commented Feb 21, 2022

Hi @rbakhtaraev , that's a great question. Indeed Musl can be less configurable than glibc for DNS - which is a problem we looked at while investigating DNS timeouts a couple years ago. On the other hand, coredns is written in Go and Go can be quite opinionated on DNS too. Are there specific issues you are seeing with coredns-nodecache where a glibc backed image would help?

@rbakhtaraev
Copy link
Author

rbakhtaraev commented Feb 21, 2022

Right now we haven't any problem, because it isn't deployed yet. But most of papers about K8S and DNS says that better glibc to use and i decided to ask you for sure.

I'll trying to use alpine as a base. Thank you for quick reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants