ImageVerifierCode 换一换
格式:PPTX , 页数:41 ,大小:2.44MB ,
文档编号:2527691      下载积分:30 文币
快捷下载
登录下载
邮箱/手机:
温馨提示:
系统将以此处填写的邮箱或者手机号生成账号和密码,方便再次下载。 如填写123,账号和密码都是123。
支付方式: 支付宝    微信支付   
验证码:   换一换

优惠套餐
 

温馨提示:若手机下载失败,请复制以下地址【https://www.163wenku.com/d-2527691.html】到电脑浏览器->登陆(账号密码均为手机号或邮箱;不要扫码登陆)->重新下载(不再收费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  
下载须知

1: 试题类文档的标题没说有答案,则无答案;主观题也可能无答案。PPT的音视频可能无法播放。 请谨慎下单,一旦售出,概不退换。
2: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
3: 本文为用户(无敌的果实)主动上传,所有收益归该用户。163文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

1,本文(Andrew-microservices keeping the peace.pptx)为本站会员(无敌的果实)主动上传,163文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
2,用户下载本文档,所消耗的文币(积分)将全额增加到上传者的账号。
3, 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(发送邮件至3464097650@qq.com或直接QQ联系客服),我们立即给予删除!

Andrew-microservices keeping the peace.pptx

1、MicroservicesFrom Winning the WarTo Keeping the PeaceBackgroundA bit about Andrews work. Many different domains Trading & risk systems PhD on software components Riot Games Hulu2MicroservicesWork!But make sure you prepare for the challenges.31. Microservices in Gaming2. Microservices for Video3. Bel

2、ieve the Hype4. Believe the Challenges41.Microservices inGamingA microservice architecture scaleLeague of Legends ScaleGaming Particulars Low latency Need to match up players = shared state Rapid development cycles Lots of engineers working on 1 game81A.Winning the WarEvolving from a monolith9Evolvi

3、ng the Architecture 2009: Large service monolith Matchmaking, game selection, inventory etc 2012: Started evolving to microservices http:/bit.ly/evolving-league10League of LegendsFront End BoxMatchmakingGame Server Mgrplatform.warplatform.warplatform.warDistributed in-memory cacheMySQL11Microservice

4、s for New FeaturesPlatformMatch MakingServiceProxy / APIplatform.wartb.jarCacheDistributed in-memory cacheMySQLMySQL12Standard InfrastructureClient of ServiceServiceMetricsMetricsClient RESTlibraryS/W LoadBalancerServer RESTlibraryHTTP ServerRESTSWAGGERDashboardsService DiscoveryConfig Service131B.K

5、eeping the PeaceHeld back by remains of themonolith14Not Quite Free of the Monolith.PlatformMicroserviceInventoryStatsSummoner detailsCacheDistributed in-memory cacheMySQLMySQL15Ouch - Hitting the Wall16If We Could Redo? Decouple state completely Inventory service Catalog service Runes service Socia

6、lize to get prioritization Simplify infrastructure Config System too “clever” Too much “smarts” in fat libraries172.Microservices forInternet VideoHundreds of tiny pieces.Hulu 2016: Full microservices architecture Evolved / replaced existing VOD architecture Live TV 20m+ total subs 1m+ live subs 15

7、month development! 800+ microserviceshttp:/bit.ly/hulu-landscape19Video System Particulars Lots of caching to support browsing TV show metadata needed everywhere Real-time playback to support live TV Lots of integration (billing, ads etc)20Infrastructure for MicroservicesDonki PaaSDNSGithubJenkinsLo

8、adBalancersAppsStatsdGraphiteProvisioning SystemMySQLClusterVMsRedisCluster21Microservice OwnershipPlayback teamBrowse team Recording teamEtc.22Data Distribution PatternReadingCacheCacheCacheCachePub-sub /read-throughMasterIngestion + Admin23Scaling for Launch DayBrowse Queries Per SecondCollege kid

9、s falling asleepwith XBOX on!2B.Keeping the PeaceEvery issue gets magnified.25Arch / Ops DashboardLoginBrowse & Search PlaybackAdsDVR etc26Scaling For Growthhttp:/bit.ly/hulu-scaling27Circuit Breakers avoid FirestormsA B CXYZ28Cross-Cutting Requirements29Cloud versus DC Could target cloud or DC But

10、no elasticity, must overprovision Abstracting cloud & DC= Lowest common denominator Hard to do proper blue-green in DC303.Believe the HypeThe many benefits of microservices31They Actually Work! Ownership & Independence Development velocity Operational & Development scaling32They Actually Work! Granu

11、lar deployment Evolution Organizational alignment334.Believe the ChallengesStanding on the shoulders ofconstantly improving infrastructure.34Common CICD + Operating EnvBuild + CICDRuntime InfraDeploy &RollbackJenkinsSpinnaker / HarnessTerraformK8s, istioStackdriverOperational InfraCloud!35Cloud Appr

12、oachPreferred approach Pick one cloud provider (per workflow?) Consider costs early Multi-region, multi-account on day 1Cloud has so many advantages over DC Elasticity Easy environments (blue-green) Better shared services (db, queues etc)36Circuit Breakers by Default!API GatewaysGatewayAPI DocsEnvoy

13、ServiceService38PlatformsFor things that need holistic treatment but still allow self-service Load testing Billing Browse caching A / B testing UI layout39TakeawaysMicroservices offer many benefits Isolation & independence Granular deployment, scaling & evolutionUse infra to protect against common issues Full CICD Infrastructure as code Circuit breakers to prevent firestorms Istio to help with monitoring + more Cloud elasticity FTW40Thanks for Listening!41

侵权处理QQ:3464097650--上传资料QQ:3464097650

【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。


163文库-Www.163Wenku.Com |网站地图|