Spring: Spring Cloud

Spring: Spring Cloud

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 12m | 164 MB

Spring Cloud provides tools for developers to quickly build cloud native apps. Using Spring Boot and Spring Cloud, developers can stand up microservices, consume services, perform load balancing, and more. Plus, Spring Cloud solutions are built on the 12-factor app methodology, so they’ll work well in any distributed environment. Join software and security architect Frank Moley, as he shows how to use Spring Cloud to build cloud native apps that scale beautifully in both traditional data centers and private or public cloud infrastructures. Learn how to set up microservices and external configurations, as well as how to discover and consume services. Frank concentrates on the Spring Cloud Netflix patterns, including Eureka.

Topics include:

  • Setting up microservices
  • Exposing and consuming external configurations
  • Working with the Eureka service
  • Consuming services
  • Consuming an interface with Feign
Table of Contents

Introduction
1 Spring to the cloud
2 What you should know

Microservices
3 Welcome to microservices
4 Set up our first microservice
5 Code our first microservice
6 Challenge Build another data service
7 Solution Build another data service

External Configuration
8 Welcome to external configuration
9 Set up external configuration
10 Exposing external configuration
11 Consume external configuration
12 Challenge External config
13 Solution External config

Service Discovery
14 Service discovery with Eureka
15 The Eureka service
16 Register the microservice with Eureka
17 Consuming services with Ribbon
18 Consume an interface with Feign
19 Challenge Consuming another service
20 Solution Consume another service endpoint

Conclusion
21 Next steps