-
Урок 1.
00:01:01
Course Introduction
-
Урок 2.
00:05:35
Course Structure
-
Урок 3.
00:00:51
Why this course is relevant to you?
-
Урок 4.
00:06:05
What is Microservice?
-
Урок 5.
00:04:40
Characteristics of Microservice Architecture
-
Урок 6.
00:01:39
Benefits of Microservice Architecture
-
Урок 7.
00:05:32
Why we choose Spring Cloud in building Microservice Architecture
-
Урок 8.
00:02:00
When not to use Microservices?
-
Урок 9.
00:04:38
Decomposing the flight Booking Business into a set of Microservices
-
Урок 10.
00:16:59
Setting up Flight Schedule Service
-
Урок 11.
00:25:01
Enhance the Flight Schedule Service
-
Урок 12.
00:17:03
Setting up Currency Conversion Service
-
Урок 13.
00:26:24
Setting up Flight Fare Service
-
Урок 14.
00:03:40
Test Flight Fare Service
-
Урок 15.
00:05:24
What Spring Boot did behind the scene?
-
Урок 16.
00:01:00
Wrap up and Next Steps?
-
Урок 17.
00:04:17
Why we need centralization of Configuration?
-
Урок 18.
00:06:09
Setup the Spring Cloud Configuration Server
-
Урок 19.
00:09:24
Manage Configuration with Local File system
-
Урок 20.
00:08:22
Manage Configuration with GIT
-
Урок 21.
00:12:10
Setup Configuration Client in our Microservices
-
Урок 22.
00:09:01
Testing Configuration Client
-
Урок 23.
00:09:43
How to refresh the properties of the Microservices dynamically?
-
Урок 24.
00:15:10
How to secure sensitive configuration properties?
-
Урок 25.
00:01:22
Wrap up and Next Steps?
-
Урок 26.
00:07:47
What is Service Discovery and Why do we need it?
-
Урок 27.
00:13:48
Setup Service Discovery using Spring and Netflix Eureka
-
Урок 28.
00:13:45
Register our service with Eureka Server
-
Урок 29.
00:11:35
Setting up Cluster of Eureka Service Discovery Servers
-
Урок 30.
00:17:49
Service Lookup from Eureka Server using Eureka Client
-
Урок 31.
00:12:40
Invoke Services using Ribbon backed Spring rest Template
-
Урок 32.
00:15:05
Invoke Services using OpenFeign's Feign Client
-
Урок 33.
00:01:16
Wrap up and Next Steps?
-
Урок 34.
00:05:40
Introduction to Service Gateways
-
Урок 35.
00:07:50
Setup Service Gateway using Spring Cloud and Neflix Zuul API
-
Урок 36.
00:07:40
Routes Configuration in Spring Cloud and and Netflix Zuul
-
Урок 37.
00:08:18
Custom Routes and its mapping with registered service in Eureka
-
Урок 38.
00:04:10
Manual Routes Configuration in Zuul Service Gateway
-
Урок 39.
00:03:49
What is Filters in Zuul?
-
Урок 40.
00:19:50
Implement Authentication Filter (Zuul Pre-Filter)
-
Урок 41.
00:05:51
Implement Response Audit Filter (Zuul Post-FIlter)
-
Урок 42.
00:20:19
Implement Intelligent Route Filter (Zuul Route-Filter)
-
Урок 43.
00:01:14
Wrap up and Next Steps?
-
Урок 44.
00:05:24
Resiliency in the Microservice based application - What and Why?
-
Урок 45.
00:19:37
Implement Circuit Breaker in Flight Fare Service
-
Урок 46.
00:08:19
Implement Circuit Breaker in Flight Schedule Service
-
Урок 47.
00:06:49
Implement Fallback Strategy in Flight Schedule Service
-
Урок 48.
00:06:30
Implement Bulkhead Strategy
-
Урок 49.
00:05:11
How to fine tune Hystrix by some customization tweaks?
-
Урок 50.
00:00:58
Wrap up and Next Steps?
-
Урок 51.
00:05:29
Introduction
-
Урок 52.
00:02:59
Implement Spring Cloud Sleuth to generate Traces
-
Урок 53.
00:06:29
Analyse the Sleuth Traces
-
Урок 54.
00:04:50
Setting up Zipkin Server
-
Урок 55.
00:09:31
Integration of Services with Zipkin Server
-
Урок 56.
00:10:36
Understand the traces in Zipkin UI
-
Урок 57.
00:07:05
Setup Hystrix Dashboard and Turbine Cluster
-
Урок 58.
00:11:23
Monitoring using Turbine Stream
-
Урок 59.
00:01:08
Wrap up