Node.js serverless functions on Red Hat OpenShift, Part 3: Debugging on a cluster

2 · Red Hat · Dec. 8, 2021, 9:23 a.m.
This article is the third in a series about running Node.js applications in containers in an orchestration environment such as Kubernetes or Red Hat OpenShift. The first article focused on control over logging, and the second article on debugging JavaScript programs on your local system. This time, we'll look at how to use the Chrome DevTools inspector to debug a Node.js function that is running inside a container on an OpenShift cluster. Prerequisites To follow along, you will need an OpenShift...