Spring - Cloud Overview

Go to class
Write Review

Free Online Course: Spring - Cloud Overview provided by Coursera is a comprehensive online course, which lasts for 2 weeks long, 9-10 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Spring - Cloud Overview is taught by Derek Parsons.

Overview
  • This course explains some high level patterns used in Microservice architectures and the motivation to move towards these architectures and away from monolithic development of applications. . It then goes on to implement these patterns using Spring Cloud, Netflix OSS one of the most popular Cloud implementations of Microservices used today. Students will learn about Service Registration, Service Discovery, Client Side Load Balancing, Circuit Breakers, and Gateway or Edge Services in a Spring Boot Setting. It will leverage Spring Cloud and Netflix OSS, Labs will specifically target the projects Eureka, Ribbon, Hystrix, Feign and Zuul.

Syllabus
    • Spring Cloud Overview
      • Take a look at the motivation for Microservice Architectures, the Major Service Patterns involved and the meaning of Service Discovery and Orchestration
    • Service Discovery, Circuit Breakers and Clients
      • Implement Service Registration with Service Registries, use Load Balanced Service Discovery techniques and implement different types of client services