July 2025
Beginner to intermediate
304 pages
8h 38m
English
In chapter 2, we create a Node.js web application. This application will be transformed throughout the book to be deployed to Kubernetes.
Before we can start building our application, we need to install Node.js on our machine. This appendix will help us do that on macOS and Windows. In chapter 3, we cover how to install Node.js on Linux. For my most up-to-date guide on installing Node.js, please consider visiting my blog at https://cfe.sh/blog/. If you are interested in the official documentation for installing Node.js, visit https://nodejs.org/.
For this book, we just want to make sure we’re using the latest long-term support (LTS) version of Node.js. The easiest way to download is by ...
Read now
Unlock full access