Building Effective Microservices

Building Effective Microservices

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 56m | 845 MB

Explore microservices and their implementation hands-on

Implement the microservice architecture in your everyday tasks

Microservices is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack. Microservices are easy to scale independently and guide you in moving your application from a Monolith to a Microservice architecture.

We start the video with a brief introduction to Microservices and show you how to address challenges in a practical way. This video course will guide you in setting up the environment for implementing Microservices. It will take you through building your very own microservices using tools like REST and GUICE and then help you to set up your client for discovery and also in communicating between the Microservices. The course will then show you on how to assemble the microservice by making it observable and adding a client load balancing for your microservice.

Finally, the video will show you how to test and monitor your application for improving the performance and deploy your Microservice to the cloud. This video will set a solid foundation for you to start implementing Microservices in the everyday task.

What You Will Learn

  • Understand and set up the environment for your microservices
  • Implement Docker and Docker compose in your microservices in the overall architecture
  • Explore the Hystrix dashboard for your environment to monitor operation in real time
  • Build your project with Gradle for better efficiency.
  • Run Health Checker, Interceptors, and RxNetty on your microservice
  • Configure the Eureka Client to discover services
  • Create a dynamic configuration with Archaius for configuration management
  • Walk through assembling a client and its microservices
  • Deploy and monitor your microservices for better performance
Table of Contents

01 The Course Overview
02 What Are Microservices
03 Setting Up Docker and docker-compose
04 Setting Up Java and Eureka
05 Exploring the Hystrix Environment
06 Creating Your Microservice with Gradle
07 Configuring the Server for Your Microservice
08 Setting Up a Client for Discovery
09 Wiring Up the Dependencies in Guice
10 Creating the First Resource with REST
11 Communicating between Microservices with REST
12 Making Your Microservices Observable
13 Adding Client-Load Balancing for Your Microservices
14 Implementing Dynamic Configuration with Archaius
15 Testing Your Microservices with Junit and Mockito
16 Deploying Your Microservice in Kubernetes (Minikube)
17 Monitoring and Alerting for Microservices