Technical requirements
To execute the examples in this chapter, you’ll need to do the following:
- Ensure you have a functioning Python environment set up running version 3.9.16 or above. You can download it from the official Python website: https://www.python.org/downloads/.
- Ensure you have a functioning Node.js environment set up running version 14.0.0 or above. You can download it from the official Node.js website: https://nodejs.org/en/download.
- You’ll need to install containerization software, such as Docker or Rancher, to manage and run containerized applications. Docker can be found at https://www.docker.com/products/docker-desktop/, while Rancher can be found at https://www.rancher.com/.
- Ensure you have console access with privileged execution rights (for example,
sudo
permissions) to perform necessary administrative tasks. This is required for running system monitoring tools. - All the examples for this chapter can be found in this book’...