-
Learn cloud native application development with Spring Cloud, a set of tools to help developers quickly build distributed systems that are perfect for enterprise-scale deployment.
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.
Overview
Syllabus
-
Introduction
- Spring to the cloud
- What you should know
- Welcome to microservices
- Set up our first microservice
- Code our first microservice
- Challenge: Build another data service
- Solution: Build another data service
- Welcome to external configuration
- Set up external configuration
- Exposing external configuration
- Consume external configuration
- Challenge: External config
- Solution: External config
- Service discovery with Eureka
- The Eureka service
- Register the microservice with Eureka
- Consuming services with Ribbon
- Consume an interface with Feign
- Challenge: Consuming another service
- Solution: Consume another service endpoint
- Next steps