kubernetes-example-voting-app icon indicating copy to clipboard operation
kubernetes-example-voting-app copied to clipboard

It is not an issue, just a query

Open Ankushvk opened this issue 2 years ago • 0 comments

How worker pod knows that it needs to send the data to Redis/Postgres, generally pods get attached to service from selector, And how voting/result app knows to send the data to redis/postgres from redis/postgres service In the udemy, you explained that Redis/Postgres has services connecting to the apps and worker pods. -redis service connected to voting-app and worker pod -postgres service connected to result-app and worker pod

Ankushvk avatar Jan 22 '23 13:01 Ankushvk