You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: