Guides for nodejs
GitOps using Helm3 and Flux for a Node.js and Express.js microservice
In this tutorial I'll show you how to build a GitOps pipeline for a Node.js application built with Express.js. The application was created in an earlier tutorial named: Guide to Helm 3 With an Express.js Microservice.
Build a CRUD API with Postgresql and Node.js with OpenFaaS
In this guide you will learn how to create a CRUD API using Postgresql for storage, Node.js for application code, and OpenFaaS to automate Kubernetes.