Annika1712 / devops-final-project

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.
0 stars 1 forks source link

Creating configMap.yml & secrets.yml #38

Closed Chi91 closed 3 months ago

Chi91 commented 3 months ago

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