Source Code Repository - https://github.com/navneetsharma1988/Nodejs-REST-API
Node REST API - https://hub.docker.com/r/iamnsharma/node-rest-api
Mongo DB - https://hub.docker.com/_/mongo
- Deploy
namespace.yamlto create custom K8s namespace - Deploy
mongodb-deployment.yamlto deploy Database Service - Deploy
rest-api-deployment.yamlto deploy application
Use any REST Client like Postman or ThunderClient in VSCode to submit HTTP requests.
Endpoint - http://{hostName}:{port}/api/products
deployed version - http://34.93.154.57/api/products

