In this project we build a solution for sample application (Expense Tracker) with four microservices, a backend built in node, frontend built with Next.js (Node based framework), along with a MongoDB database and Redis caching DB that is scalable and can support zero to thousands of users.
For security purpose decouple sensetive and non-sensitive data from deployment and creating one file with configMap.yml (non sensitive data) & secret.yml (sensetive data)
While running the deployment, the containers/pods refering to the configMap and secret.yml for retrieving specific data
Inside file - there is the definition of the configMap and secrets for each namespaces
For security purpose decouple sensetive and non-sensitive data from deployment and creating one file with configMap.yml (non sensitive data) & secret.yml (sensetive data)
While running the deployment, the containers/pods refering to the configMap and secret.yml for retrieving specific data
Inside file - there is the definition of the configMap and secrets for each namespaces