This video explains the advanced programming of the road: the third phase of the integration of the core architecture build (-) springcloud + Registration Center (service registration / discovery) + Gateway

About this Video:
the industry's most popular micro-services architecture is or has been Internet companies of all sizes are widely accepted and recognized,
has become an essential technology of Internet developers. Whether it is Internet, cloud computing or big data has become a full-stack Java platform ecosystem,
its importance is almost irreplaceable. Spring Boot as one of the micro-services infrastructure, backed by a strong Spring ecological community,
supporting Spring Cloud technology system. This course practical way, multi-module application development from a single application development upgraded.
According to different deployment scenarios, build package files in different formats, as well as in the development and deployment phase, the implementation of different operating modes.

全课分为:1、微服务架构介绍
      2、springcloud+网关
      3、springcloud +注册中心(服务注册/发现)
      4、内容总结
				   
				   
   第一节:微服务架构和介绍
	   本节主要是从三个方面来讲解
		1、微服务的发展
		2、微服务发展到至今有哪些、之间有哪些不同点
		3 站在架构层面上看待springCloud
		
   第二节:Springcloud +注册中心eureka
   
		首先需要将环境变量配置好:java ,maven

		然后    新增注册中心客户端项目
					 新增注册中心服务端项目

		最后依次启动服务端项目   和客户端项目。
		
   第三节:SpringCloud  网关
		
		1.验证与安全保障: 识别面向各类资源的验证要求并拒绝那些与要求不符的请求。
	  2.审查与监控: 在边缘位置追踪有意义数据及统计结果,从而为我们带来准确的生产状态结论。
	  3.动态路由: 以动态方式根据需要将请求路由至不同后端集群处。
	  4.压力测试: 逐渐增加指向集群的负载流量,从而计算性能水平。
	  5.负载分配: 为每一种负载类型分配对应容量,并弃用超出限定值的请求。
	  6.静态响应处理: 在边缘位置直接建立部分响应,从而避免其流入内部集群。
	  7.多区域弹性: 跨越AWS区域进行请求路由,旨在实现ELB使用多样化并保证边缘位置与使用者尽可能接近。
   第四节:内容总结
	    Springcloud 发展历程
		环境变量的配置
		服务注册和发现
		Eureka配置和注解
		Api网关
		网关生命周期和底层使用servlet实现的逻辑
		网关+注册中心+springcloud整合
		
		后续的拓展:网关:zuul gateway
		            注册中心:eureka consul zookeeper  nacos
					容器引擎:docker
					容器集群管理:k8s
					部署:jenkins
					配置中心:consul   Spring Cloud Config

Course Introduction

Section Micro Services - History - Technology Selection

Section Micro Services - History - Technology Selection

Section Micro Services - History - Technology Selection

Section springcloud-eureka

Environment configuration -springcloud-eureka

Original link: http: //www.tofacebook.com/post/17792

Published 34 original articles · won praise 23 · views 5724

Guess you like

Origin blog.csdn.net/cyhlili100/article/details/104342568