SlideShare a Scribd company logo
피보탈 클라우드 파운드리 밋업 - 2017년 2월 24일
© 2015 Pivotal Software, Inc. All rights reserved. 2
© 2015 Pivotal Software, Inc. All rights reserved. 3
© 2015 Pivotal Software, Inc. All rights reserved. 4
오늘날 우리는
5
10 million
lines of code
6
10 million
lines of code
+
Web
Application
Server
7
10 million
lines of code
Web
Application
Server
+ + Container
8
9
Cloud Infrastructure
Virtual Machines
Operating Systems
Web Application Servers
WAR - Your applications
10
Cloud Infrastructure
Virtual Machines
Operating Systems
Web Application Servers
WAR - Your applications
Dependencies
11
Cloud Infrastructure
Virtual Machines
Operating Systems
Web Application Servers
WAR - Your applications
Class Path
Process restart
System library
Kernel
Drivers
Base template
(Images)
network, etc
© 2015 Pivotal Software, Inc. All rights reserved. 12
그래서 우리는
13
Micro
service codes
+
embedded
WAS
(fat JAR)
+
container
orchestration
14
15
16
17
18
19
java -jar YOUR-APPLICATION.jar
20
Cloud Infrastructure
Virtual Machines
Operating Systems
Web Application Servers
WAR - Your applications
Class Path
Process restart
System library
Kernel
Drivers
Base template
(Images)
network, etc
21
Cloud Infrastructure
Virtual Machines
Operating Systems
Web Application Servers
WAR - Your applications
Kernel
Drivers
Base template
(Images)
network, etc
22
Cloud Infrastructure
Virtual Machines
Operating Systems
Kernel
Drivers
Base template
(Images)
network, etc
23
Cloud Infrastructure
Virtual Machines
Operating Systems
}Cloud Foundry
Pivotal
24
STAGING
.JAR
25
Operating Systems
(Stemcell)
Env variables
Log aggregation/etc
STAGING
26
Operating Systems
(Stemcell)
Env variables
Log aggregation/etc
STAGING
Containerization
27
Operating Systems
(Stemcell)
Env variables
Log aggregation/etc
Immutable
artifact
(Droplet)
28
Cloud Infrastructure
Operating Systems
(Stemcell)
Env variables
Log aggregation/etc
Operating Systems
(Stemcell)
Env variables
Log aggregation/etc
Deploy &
Orchestration
Cloud Foundry?
“A platform that runs your application on the cloud.”
with containers
© 2015 Pivotal Software, Inc. All rights reserved. 30
© 2015 Pivotal Software, Inc. All rights reserved. 31
BOSH
manifest.yml
CPI
© 2015 Pivotal Software, Inc. All rights reserved. 32
https://network.pivotal.io
© 2015 Pivotal Software, Inc. All rights reserved. 33
© 2015 Pivotal Software, Inc. All rights reserved. 34
© 2015 Pivotal Software, Inc. All rights reserved. 35
© 2015 Pivotal Software, Inc. All rights reserved. 36
© 2015 Pivotal Software, Inc. All rights reserved. 37
© 2015 Pivotal Software, Inc. All rights reserved. 38
AWS RDS for PostgreSQL
AWS S3
AWS RDS for MySQL
AWS RDS for Aurora
AWS RDS for SQL Server
AWS DynamoDB
AWS RDS for Oracle
AWS RDS for MariaDB
AWS SQS
© 2015 Pivotal Software, Inc. All rights reserved. 39
Google Cloud Storage
Google BigQuery
Google PubSub
Google CloudSQL
Google Machine Learning APIs
© 2015 Pivotal Software, Inc. All rights reserved. 40
© 2015 Pivotal Software, Inc. All rights reserved. 41
© 2015 Pivotal Software, Inc. All rights reserved. 42
Azure Storage
Azure Redis Cache
Azure DocumentDB
Azure Service Bus
Azure Event Hubs
Azure SQL Database
© 2015 Pivotal Software, Inc. All rights reserved. 43
$ cf create-service aws-dynamodb standard MYDYNAMODB
$ cf bind-service MYAPP MYDYNAMODB
$ cf create-service azure-sqldb standard mysqldb
$ cf bind-service MYAPP mysqldb
$ cf create-service google-cloudsql d4_standard mycloudsql
$ cf bind-service MYAPP mycloudsql
© 2015 Pivotal Software, Inc. All rights reserved. 44
Service
discovery
Config Server
MicroService
A
MicroService
B
Edge
Service
MicroService
C
MicroService
D
© 2015 Pivotal Software, Inc. All rights reserved. 45
마이크로 서비스
© 2015 Pivotal Software, Inc. All rights reserved. 46
ps -ef | awk '{print $2}' | uniq | wc -l
© 2015 Pivotal Software, Inc. All rights reserved. 47
© 2015 Pivotal Software, Inc. All rights reserved. 48
with &
Cloud
Data Flow
Reactor
…
© 2015 Pivotal Software, Inc. All rights reserved. 49
https://dzone.com/articles/microservice-architecture-with-spring-cloud-and-do
© 2015 Pivotal Software, Inc. All rights reserved. 50
© 2015 Pivotal Software, Inc. All rights reserved. 51
© 2015 Pivotal Software, Inc. All rights reserved. 52
© 2015 Pivotal Software, Inc. All rights reserved. 53
© 2015 Pivotal Software, Inc. All rights reserved. 54
AWS RDS for PostgreSQL
AWS S3
AWS RDS for MySQL
AWS RDS for Aurora
AWS RDS for SQL Server
AWS DynamoDB
AWS RDS for Oracle
AWS RDS for MariaDB
AWS SQS
Azure Storage
Azure Redis Cache
Azure DocumentDB
Azure Service Bus
Azure Event Hubs
Azure SQL Database
Google Cloud Storage
Google BigQuery
Google PubSub
Google CloudSQL
Google Machine Learning APIs
MySQL
PostgreSQL
RabbitMQ
Gemfire
RiakCS
Single Sign On
DataStax
© 2015 Pivotal Software, Inc. All rights reserved. 55
quick
DEMO
© 2015 Pivotal Software, Inc. All rights reserved. 56
© 2015 Pivotal Software, Inc. All rights reserved. 57
© 2015 Pivotal Software, Inc. All rights reserved. 58
Spring Cloud
Eureka
© 2015 Pivotal Software, Inc. All rights reserved. 59
Spring Cloud
Eureka
Boot App
Hystrix
Boot App
Hystrix
© 2015 Pivotal Software, Inc. All rights reserved. 60
Spring Cloud
Eureka
Boot App
Hystrix
Boot App
Hystrix
register register
© 2015 Pivotal Software, Inc. All rights reserved. 61
Spring Cloud
Eureka
Spring Cloud
Zuul Proxy
Boot App
Hystrix
Boot App
Hystrix
register
© 2015 Pivotal Software, Inc. All rights reserved. 62
Spring Cloud
Eureka
Spring Cloud
Zuul Proxy
Boot App
Hystrix
Boot App
Hystrix
share share
© 2015 Pivotal Software, Inc. All rights reserved. 63
Spring Cloud
Eureka
Spring Cloud
Zuul Proxy
Boot App
Hystrix
Boot App
Hystrix
service
traffic
service
traffic
© 2015 Pivotal Software, Inc. All rights reserved. 64
Spring Cloud
Eureka
Boot App
Hystrix
Boot App
Hystrix
register
© 2015 Pivotal Software, Inc. All rights reserved. 65
Spring Cloud
Eureka
Boot App
Hystrix
Boot App
Hystrix
register
share
© 2015 Pivotal Software, Inc. All rights reserved. 66
Spring Cloud
Eureka
Boot App - B
Hystrix
request 1
Boot App
Hystrix
© 2015 Pivotal Software, Inc. All rights reserved. 67
Spring Cloud
Eureka
Boot App - B
Hystrix
request 2
Boot App
Hystrix
© 2015 Pivotal Software, Inc. All rights reserved. 68
© 2015 Pivotal Software, Inc. All rights reserved. 69
글로벌
Active - Active
© 2015 Pivotal Software, Inc. All rights reserved. 70
http://techblog.netflix.com/2016/03/global-cloud-active-active-and-beyond.html
© 2015 Pivotal Software, Inc. All rights reserved. 71
© 2015 Pivotal Software, Inc. All rights reserved. 72
Data replication
Cassandra
EVCache
Personalization Data
Handling Misrouted Traffic
Evolving Chaos Kong
© 2015 Pivotal Software, Inc. All rights reserved. 73
© 2015 Pivotal Software, Inc. All rights reserved. 74
© 2015 Pivotal Software, Inc. All rights reserved. 75
© 2015 Pivotal Software, Inc. All rights reserved. 76
© 2015 Pivotal Software, Inc. All rights reserved. 77
© 2015 Pivotal Software, Inc. All rights reserved. 78
http://techblog.netflix.com/2014/11/introducing-dynomite.html
© 2015 Pivotal Software, Inc. All rights reserved. 79
https://github.com/Netflix/hollow
http://hollow.how/
© 2015 Pivotal Software, Inc. All rights reserved. 80
Cassandra (Thrift and CQL)
Redis
Dynomite with Redis
Elasticsearch
Elassandra
https://github.com/Netflix/ndbench
© 2015 Pivotal Software, Inc. All rights reserved. 81
http://techblog.netflix.com/2016_09_01_archive.html
© 2015 Pivotal Software, Inc. All rights reserved. 82
Performance improvement from RH5.10 to Ubuntu 14.04
© 2015 Pivotal Software, Inc. All rights reserved. 83
Summary
• Light weight container structure
• Multi-cloud with Cloud Foundry
• Application level flexibility with Spring Cloud
• Data store options
• Reference how they did it
피보탈 클라우드 파운드리 밋업 - 2017년 2월 24일

More Related Content

PPTX
App Modernization with Microsoft Azure
PPTX
IntelliMedia Netwoks Services
PPTX
NoSQL Migration to Azure Cosmos DB Pitch Deck
PPTX
Google Cloud Fundamentals by CloudZone
PPTX
Cosmos DB Tech Pitch
PPTX
Machine Learning Pitch Deck
PPTX
Azure Comsos DB Use Cases
PDF
Concourse CI meetup-2017-03-24
App Modernization with Microsoft Azure
IntelliMedia Netwoks Services
NoSQL Migration to Azure Cosmos DB Pitch Deck
Google Cloud Fundamentals by CloudZone
Cosmos DB Tech Pitch
Machine Learning Pitch Deck
Azure Comsos DB Use Cases
Concourse CI meetup-2017-03-24

Viewers also liked (19)

PPTX
의료빅데이터 컨테스트 결과 보고서
PDF
How to Become a Thought Leader in Your Niche
PDF
Energy Report - Strange Brew: Adapting to Changing Fundamentals
PDF
Design Thinking as innovation tool for Smart Nation: Cancer healthcare
PDF
How We Caffeinate
PDF
25 Cars Worth Waiting For 2016–2019
PDF
UX for connected cars
PDF
Sustainable Innovation Day
PDF
What is the Environmental Defense Fund
PPTX
How Millennials feel About Climate Change
 
PDF
Most Reliable Cars
PDF
The Power of the Log
PDF
Sustainable transport - will it ever really count?
PDF
Clean and green hydrocarbons ignite publish
PDF
Fuel Saving Tips
PDF
17 Ways to Design a Presentation People Want to View
PDF
Poor Self-esteem: Just Beat It!
PDF
Anyframe Enterprise JAVA Center-cut Framework
PDF
3 Things Every Sales Team Needs to Be Thinking About in 2017
의료빅데이터 컨테스트 결과 보고서
How to Become a Thought Leader in Your Niche
Energy Report - Strange Brew: Adapting to Changing Fundamentals
Design Thinking as innovation tool for Smart Nation: Cancer healthcare
How We Caffeinate
25 Cars Worth Waiting For 2016–2019
UX for connected cars
Sustainable Innovation Day
What is the Environmental Defense Fund
How Millennials feel About Climate Change
 
Most Reliable Cars
The Power of the Log
Sustainable transport - will it ever really count?
Clean and green hydrocarbons ignite publish
Fuel Saving Tips
17 Ways to Design a Presentation People Want to View
Poor Self-esteem: Just Beat It!
Anyframe Enterprise JAVA Center-cut Framework
3 Things Every Sales Team Needs to Be Thinking About in 2017
Ad

Similar to 피보탈 클라우드 파운드리 밋업 - 2017년 2월 24일 (20)

PDF
Cloud native pitch-younjin-20150925-v2
PPTX
[2015-11월 정기 세미나] Cloud Native Platform - Pivotal
PDF
Pivotal CF 소개
PDF
마이크로서비스 기반 클라우드 아키텍처 구성 모범 사례 - 윤석찬 (AWS 테크에반젤리스트)
PPTX
PCF Architecture
PPTX
Pivotal HD as a Cloud Foundry Service
PPTX
microservice architecture public education v2
PPTX
성공적인 서비스로의 플랫폼 선택
PDF
[OpenStack Day in Korea 2015] Track 2-2 - OpenStack for PaaS: Why it's Hot
PDF
Building multi tenancy enterprise applications
PDF
Pivotal microservices spring_pcf_skillsmatter.pptx
PDF
400.RED HAT OPENSHIFT APPLICATION RUNTIMES(RHOAR) 를 활용한 Cloud Native App 전환
PDF
Oracle Developer Cloud - 소개 (신기능 포함)
PPTX
MSA를 넘어 Function의 로의 진화::주경호 수석::AWS Summit Seoul 2018
PDF
02 오라클
PDF
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
PPTX
Spring on PAS - Fabio Marinelli
PDF
Pivotal spring boot-cloud workshop
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PPTX
Micro services vs hadoop
Cloud native pitch-younjin-20150925-v2
[2015-11월 정기 세미나] Cloud Native Platform - Pivotal
Pivotal CF 소개
마이크로서비스 기반 클라우드 아키텍처 구성 모범 사례 - 윤석찬 (AWS 테크에반젤리스트)
PCF Architecture
Pivotal HD as a Cloud Foundry Service
microservice architecture public education v2
성공적인 서비스로의 플랫폼 선택
[OpenStack Day in Korea 2015] Track 2-2 - OpenStack for PaaS: Why it's Hot
Building multi tenancy enterprise applications
Pivotal microservices spring_pcf_skillsmatter.pptx
400.RED HAT OPENSHIFT APPLICATION RUNTIMES(RHOAR) 를 활용한 Cloud Native App 전환
Oracle Developer Cloud - 소개 (신기능 포함)
MSA를 넘어 Function의 로의 진화::주경호 수석::AWS Summit Seoul 2018
02 오라클
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Spring on PAS - Fabio Marinelli
Pivotal spring boot-cloud workshop
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
Micro services vs hadoop
Ad

More from VMware Tanzu Korea (20)

PDF
꿀밋업시리즈3탄_Spring Boot를 활용한 마이크로서비스 개발과 페어프로그래밍(TDD)
PDF
꿀밋업2탄_도메인 모델에 따른 데이터 분리 저장과 API 연결
PDF
꿀밋업1탄_왜_마이크로서비스인가
PDF
2018 Pivotal DevOps Day_DevOps 플랫폼 소개 및 데모 (Pivotal Application Service, Pivo...
PDF
2018 Pivotal DevOps Day_DevOps 플랫폼 팀 육성/운영 사례
PDF
2018 Pivotal DevOps Day_마이크로서비스 전환 방법론과 사례
PDF
2018 Pivotal DevOps Day_Pivotal 소개 및 세션 아젠다 소개
PDF
Pivotal Concourse를 활용한 CI/CD pipeline automated build-up & Workflow managemen...
PDF
숨겨진 마이크로서비스: 초고속 응답과 고가용성을 위한 캐시 서비스 디자인
PDF
클라우드 네이티브 플랫폼의 미래 - Kubernetes 기반의 PCF 로드맵
PDF
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
PDF
MSA 전략 1: 마이크로서비스, 어떻게 디자인 할 것인가?
PDF
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
PDF
굿 소프트웨어 컴퍼니로의 여정(Journey To Be a Good Software Company)
PDF
Pivotal 101세미나 발표자료 (PAS,PKS)
PDF
Pivotal Labs 고객사례 - Coinone
PPTX
Spring Project와 최신 Pivotal Cloud Foundry 업데이트
PPTX
Netflix MSA and Pivotal
PDF
클라우드 네이티브로의 전환을 위한 여정
PDF
Cloud native enterprise
꿀밋업시리즈3탄_Spring Boot를 활용한 마이크로서비스 개발과 페어프로그래밍(TDD)
꿀밋업2탄_도메인 모델에 따른 데이터 분리 저장과 API 연결
꿀밋업1탄_왜_마이크로서비스인가
2018 Pivotal DevOps Day_DevOps 플랫폼 소개 및 데모 (Pivotal Application Service, Pivo...
2018 Pivotal DevOps Day_DevOps 플랫폼 팀 육성/운영 사례
2018 Pivotal DevOps Day_마이크로서비스 전환 방법론과 사례
2018 Pivotal DevOps Day_Pivotal 소개 및 세션 아젠다 소개
Pivotal Concourse를 활용한 CI/CD pipeline automated build-up & Workflow managemen...
숨겨진 마이크로서비스: 초고속 응답과 고가용성을 위한 캐시 서비스 디자인
클라우드 네이티브 플랫폼의 미래 - Kubernetes 기반의 PCF 로드맵
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
MSA 전략 1: 마이크로서비스, 어떻게 디자인 할 것인가?
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
굿 소프트웨어 컴퍼니로의 여정(Journey To Be a Good Software Company)
Pivotal 101세미나 발표자료 (PAS,PKS)
Pivotal Labs 고객사례 - Coinone
Spring Project와 최신 Pivotal Cloud Foundry 업데이트
Netflix MSA and Pivotal
클라우드 네이티브로의 전환을 위한 여정
Cloud native enterprise

Recently uploaded (20)

DOCX
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
PDF
MCP Security Tutorial - Beginner to Advanced
PPTX
Trending Python Topics for Data Visualization in 2025
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PDF
Time Tracking Features That Teams and Organizations Actually Need
PPTX
assetexplorer- product-overview - presentation
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PPTX
"Secure File Sharing Solutions on AWS".pptx
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
STL Containers in C++ : Sequence Container : Vector
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Cost to Outsource Software Development in 2025
PPTX
chapter 5 systemdesign2008.pptx for cimputer science students
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
MCP Security Tutorial - Beginner to Advanced
Trending Python Topics for Data Visualization in 2025
Monitoring Stack: Grafana, Loki & Promtail
Time Tracking Features That Teams and Organizations Actually Need
assetexplorer- product-overview - presentation
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
"Secure File Sharing Solutions on AWS".pptx
Oracle Fusion HCM Cloud Demo for Beginners
Digital Systems & Binary Numbers (comprehensive )
STL Containers in C++ : Sequence Container : Vector
Wondershare Recoverit Full Crack New Version (Latest 2025)
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
How to Use SharePoint as an ISO-Compliant Document Management System
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
Designing Intelligence for the Shop Floor.pdf
Cost to Outsource Software Development in 2025
chapter 5 systemdesign2008.pptx for cimputer science students

피보탈 클라우드 파운드리 밋업 - 2017년 2월 24일