Best practices for containerizing production Node.js apps

Tuesday, Jun 7 1:30 PM - 2:30 PM Discovery C |200/125

Description

This session will provide guidlines for production-grade deployments Node.js images. We will cover guidelines for building optimized and secure images. You’ll find it helpful regardless of the Node.js application you aim to build. While the examples will be using Nest.js they will work for any Node.js framework.

Topics Covered

1. Base images
2. Dependecies
3. Node tooling
4. Container security
5. Handling termination
6. Application shutdown
7. Security vulnerabilities
8. Build process