-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Frontend cannot connect to redis data-base in guestbook example. #5091
Comments
Reproduced in my own cluster:
Am I doing anthing wrong? |
This may be related to #4914 |
The problem is that when frontend pods are created, information about redis services may not be propagated yet. I'll change guestbook example to use SkyDNS instead of host:port. |
@brendandburns what do you think about using kube-dns instead of host:port in guestbook example. Please notice that kube-dns is not yet reliable #5181 |
HAProxy might be helpful here: https://robertianhawdon.me.uk/2014/02/11/sysops-installing-a-high-availability-redis-service-on-centos-6-x-in-windows-azure/ |
It's actually not related. The problem was not with redis itself but with distributing redis address over containers. |
It comes up in the new guestbook.sh e2e test (#3693). I'll try to reproduce manually.
The text was updated successfully, but these errors were encountered: