skip to Main Content

Sharing Redis among services

I have a use case in which Microservice A has to do some heavy computation periodically and stores the result in Cache (redis) - something like k8s cron job. Microservice B depends on the Cache written by A.(B only reads.…

VIEW QUESTION

Redis – I am trying to deploy the microsoft fluid framework on Aws eks cluster but the pods go in to CrashLoopBackOff

When I get the logs for one of the pods with the CrashLoopBackOff status kubectl logs alfred it returns the following errors. error: alfred service exiting due to error {"label":"winston","timestamp":"2021-11-08T07:02:02.324Z"} at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND',…

VIEW QUESTION
Back To Top
Search