This book is designed to introduce you to using containers and Kubernetes for full-stack development. You’ll learn how to develop a full-stack application using Node.js and MongoDB and how to manage them — first with Docker, then with Docker Compose, and finally with Kubernetes.
This book is based on the From Containers to Kubernetes with Node.js tutorial series found on DigitalOcean Community. The topics that it covers include how to:
- Build a Node.js application using Docker for development
- Integrate a NoSQL database into your Node.js application using MongoDB
- Manage your development environment with Docker Compose
- Migrate your Docker Compose workflow to Kubernetes
- Scale your Node.js and MongoDB application using Helm and Kubernetes
- Secure your containerized Node.js application using Nginx, Let’s Encrypt, and Docker Compose
Each chapter is is designed to build progressively from the first. However, if you’re familiar with a topic, or are more interested in a particular section, feel free to jump to the chapter that best suits your purpose.
Conditions of Use
This book is licensed under a Creative Commons License (CC BY-NC-SA). You can download the ebook From Containers to Kubernetes with Node.js for free.
- Title
- From Containers to Kubernetes with Node.js
- Publisher
- DigitalOcean
- Author(s)
- Kathleen Juell
- Published
- 2020-05-08
- Edition
- 1
- Format
- eBook (pdf, epub, mobi)
- Pages
- 221
- Language
- English
- ISBN-10
- 0999773054
- ISBN-13
- 9780999773055
- License
- CC BY-NC-SA
- Book Homepage
- Free eBook, Errata, Code, Solutions, etc.
About DigitalOcean Preface - Getting Started with this Book Introduction How To Build a Node.js Application with Docker How To Integrate MongoDB with Your Node Application Containerizing a Node.js Application for Development With Docker Compose How To Migrate a Docker Compose Workflow to Kubernetes How To Scale a Node.js Application with MongoDB on Kubernetes Using Helm How To Secure a Containerized Node.js Application with Nginx, Let’s Encrypt, and Docker Compose