Book Image

Hands-On Reactive Microservices in .NET Core [Video]

By : Prajeesh Prathap
Book Image

Hands-On Reactive Microservices in .NET Core [Video]

By: Prajeesh Prathap

Overview of this book

<p><span id="description" class="sugar_field">Microservice architecture and development are gaining momentum in enterprises. While microservices are more modular to develop and may look simpler, there are also a lot of complexities in creating these distributed systems. In this course you learn about the tools and techniques that are necessary to successfully develop, deploy, manage, and monitor microservice-based applications. We develop a basic distributed reactive microservice system using .NET Core and Apache Kafka to send messages across microservices. We learn about using patterns such as CQRS to manage complexities in distributed systems. You'll also learn to containerize these services and use Kubernetes to manage the deployment, scaling, and updating of these services. By the end of the course, you'll be confident in implementing Kubernetes tools and resources to effectively deploy and manage microservices.</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">This course takes a hands-on approach that guides your learning through comprehensive examples and clear and concise explanations.</span></span></p>
Table of Contents (6 chapters)
Chapter 4
Implementing Reactive Microservices in .NET Core
Content Locked
Section 5
Testing Microservices Locally
This video shows how to deploy multiple Microservices in the development environment and test or debug them locally to verify whether they function correctly. - Install additional tools required for testing and debugging the sample application - Run the application and verify the functionality