I have a project where I am writing same data to both on-prem SQL and cloud AWS postgres SQL. I am using EF to connect and insert data for both.
Everything looks fine in QA and stage both but only in prod EKS I am seeing SQL connection when I deploy the code which connects to both SQL and postgres.
should be able to write to both SQL