spring cloud at netflix

7
SPRINGONE2GX WASHINGTON, DC Unless otherwise indicated, these slides are © 2013-2015 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Spring Cloud at Netflix Taylor Wicksell and Jon Schneider @twicksell @jon_k_schneider

Upload: spring-by-pivotal

Post on 16-Apr-2017

2.018 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Spring Cloud at Netflix

SPRINGONE2GX WASHINGTON, DC

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

Spring Cloud at Netflix Taylor Wicksell and Jon Schneider

@twicksell @jon_k_schneider

Page 2: Spring Cloud at Netflix

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

https://github.com/netflix-spring-one

2

To start you need: sample-eureka sample-membership sample-recommendations

From the directory where you clone sample-eureka and sample-membership:

./gradlew bootRun > out.log

In sample-recommendations: git checkout tags/start

Page 3: Spring Cloud at Netflix

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

Collection<SpringBootApplication>

3

Membership Recommendations

REST to DNS name

Page 4: Spring Cloud at Netflix

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

Collection<SpringBootApplication>

4

Recommendations

REST to DNS name

Elastic Load Balancer Route53

Membership Membership

Membership

Page 5: Spring Cloud at Netflix

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

Eureka

5

Eureka Server

Membership Recommendations

REST to Virtual Host Name (VIP)

Register Register

Metrics Backend Circuit

Breaker Dashboard

Delivery Automation

Membership Membership

Page 6: Spring Cloud at Netflix

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

Hystrix

6

Page 7: Spring Cloud at Netflix

Unless otherwise indicated, these sl ides are © 2013-2015 Pivotal Software, Inc. and l icensed under a Creat ive Commons Attr ibut ion-NonCommercial l icense: ht tp: / /creat ivecommons.org/ l icenses/by-nc/3.0/

Thanks!

7

Always hiring: https://jobs.netflix.com

Pull requests and issues always welcome: https://github.com/Netflix