Book Image

Building Microservices with Node.js [Video]

By : Shane Larson
Book Image

Building Microservices with Node.js [Video]

By: Shane Larson

Overview of this book

<p><span id="description" class="sugar_field">Microservices enable us to develop software in small pieces that work together but can be developed separately, one of the reasons why enterprises have started embracing them. For the past few years, Node.js has emerged as a strong candidate for developing these microservices because of its ability to increase developers' productivity and applications performance. This video is an end-to-end course on how to dismantle your monolith applications and embrace the microservice architecture. </span></p> <p><span id="description" class="sugar_field">We delve into various solutions such as Docker Swarm and Kubernetes to scale our microservices. Testing and deploying these services while scaling is a real challenge; we'll overcome this challenge by setting up deployment pipelines that break up the application build processes into several stages. </span></p> <p><span id="description" class="sugar_field">The course will help you implement advanced microservice techniques and design patterns on an existing application built with microservices. You’ll delve into techniques that you can use today to build your own powerful microservices architecture.</span></p> <p><span class="sugar_field">The code files are placed at this link <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/-Building-Microservices-with-Node.js" target="blank">https://github.com/PacktPublishing/-Building-Microservices-with-Node.js</a></span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">Every step is followed by a walk-through on screen and on the console, and slides to help explain core concepts. Plus, a lot of complementary reads will be included with each video for those keen to know more in-depth.</span></span></p>
Table of Contents (6 chapters)
Chapter 5
Scaling Microservices with NGINX
Content Locked
Section 3
Load Balancing with NGINX
This video will demonstrate how to configure NGINX as a load balancer - Set up the config file - Start NGINX - Test the Load Balancer Configuration