Rick van Hattem
Rick van Hattem
Bump @zacharyvoase
I know it would take a large amount of effort to do right, but I think it would be beneficial if we could configure multiple cache backends. That would make...
You misunderstood. I'm talking about multiple redis servers so you can have memory limits through redis.
I don't see why not? Youl could have multiple redis servers and you can specify the `maxmemory` per server separately. For example, assuming you have your sessions in redis you...
PS: ping is broken in alpine it seems. nslookup works but ping says "bad address" It might be related to ndots: https://github.com/docker/for-linux/issues/755 I've seen the reverse as well: https://unix.stackexchange.com/questions/124283/busybox-ping-ip-works-but-hostname-nslookup-fails-with-bad-address
After looking around a bit I think the only "good" solution is to leave the `/etc/resolv.conf` alone in kubernetes and fix it by modifying the `spec.dnsConfig` settings. I don't think...
So far it's not working unfortunately... I'm investigating what's causing it
It is. I think it's a routing issue due to the vpn actually ``` # nslookup kubernetes.default.svc.cluster.local 10.245.0.10 ;; connection timed out; no servers could be reached ``` It's not...
Well.. I got a little further, the firewall was blocking me. After that (and changing the order in `/etc/resolv.conf`) it works In either case... if the kubernetes resolver is not...
While changing the order is an option, I think the better solution would be to specify the k8s dns server as the upstream for `svc.cluster.local` For now, either would work...