react js application and external managed database with data store in it for example RDS , do I need to bring the database service into kubernetes so that pods that is runing react js can connect with it or should I just deploy only the react js container and the react js consume the managed database service APIs?
You don’t need to mandatorily. Architecturally best practice would be to keep it outside if you have something like RDS(DB as a service) and access it through api. This would let you throttle and govern the db apis.
Обсуждают сегодня