SlideShare uma empresa Scribd logo
1 de 23
Baixar para ler offline
Microservice, DevOps &
Multi-access Edge Computing
Contents
1. Microservice Architecture
2. DevOps
3. Multi-access Edge Computing
3
Amazon은 왜 Whole Foods를 인수하였는가?
Source: http://disruptivewireless.blogspot.com/2017/06/does-amazons-purchase-of-whole-foods.html
Cloud Native Application
4
Source: https://pivotal.io/kr/cloud-native
Cloud Native Application이란?
- 클라우드 컴퓨팅 모델의 장점을 모두 활용하는 애플리케이션
을 개발하고 실행하기 위한 접근 방식
- Cloud Native Application을 개발/운영하기 위해 DevOps, CD,
마이크로서비스, 컨테이너 기술을 통합하고 자동화하는 플랫
폼 필요
Microservices - What and Why?
• What is Microservices?
• a software development technique that structures an
application as a collection of loosely coupled services.
5
Source: https://developer.ibm.com/kr/developer-기술-포럼/2017/03/31/마이크로서비스를-위한-인프라스트럭처/
Why Microservices?
• Independent Development – All microservices can be easily
developed based on their individual functionality
• Independent Deployment – Based on their services, they can be
individually deployed in any application
• Fault Isolation – Even if one service of the application does not
work, the system still continues to function
• Mixed Technology Stack – Different languages and technologies
can be used to build different services of the same application
• Granular Scaling – Individual components can scale as per
need, there is no need to scale all components together
SPTek Microservice Platform Reference Architecture
SPTek Microservice Platform Reference Architecture
• Spring Cloud Netflix 기반 Microservice Platform Reference Architecture
6
API GW
(Zuul)
External
Config.
(Config, Kafka)
Service
Discovery
(Eureka)
Monitoring
Dashboard
(Turbine)
Circuit
Breaker
(Hystrix)
Distributed
Tracing
(Zipkin)
Eureka
Client
Ribbon
Client
Load
Balancing
(Ribbon)
App
App
App
Web
Web
Web
Microservice 2
(Spring Boot)Auth Server
(OAuth2.0)
Zuul
- 서비스 호출 관리 및 동적 라우팅
- 인증 및 보안 체크, 데이터 지표 수집
Eureka
- 동적 서비스 등록관리
- 미들티어 서버 load balancing, failover를 위한 서비스 배치
Ribbon
- Client side load balancing
- 라운드 로빈 등 부하 분산 방식 제공
Config
- 서비스와 설정 분리 관리
- 설정변경으로 인한 빌드/배포 필요 없음
Hystrix
- 원격 서비스 호출 구간 격리, 모니터링 라이브러리
- 모니터링 추가로 인한 부하 최소화
Zipkin
- 내부 마이크로 서비스 간 호출 경로, 시간 추적
- ‘샘플링’을 통한 ‘서비스의 외부 요청 처리 상태’ 파악 목적
Turbine
- 각 WAS의 Command 실행 결과 수집, 통합 역할
7
Microservices & DevOps
Source: https://www.appcentrica.com/the-rise-of-microservices/
Microservices Architecture는
- 필연적으로 SW복잡도를 증가시킨다.
- 빌드, 테스트, 배포, 유지관리를 어떻게?
DevOps는
- Development와 Operation간의 통합을 강조하는 문화, 행동
- “사업 목적 달성”을 목표로
- 통합, 검증, 배포, Infra.관리 모든 단계에서 “자동화”와 “Monitoring”을
통해
- 개발 기간 단축, 배포 빈도 증가, 결과물 안정성 강화를 달성 하는 것
Source: Wikipedia
Dev Zone
Ops Zone (Production)
8
SPTek DevOps Stack & Flow for Microservice
개발자
Version 관리
Task
Allocation
Source Upload
polling
CI
Build
Build
Request
Test
Test
Request
Deploy & Operating 관리Deploy
Request
Artifact 관리
Deploy
Artifact Monitoring
pull
Heapster
Config
update
Collaborate Build Test Deploy Run
Task 관리
Ops Zone (Staging)
Ops Zone (Development)
Edge Computing이란?
• Edge Computing?
• Edge Computing refers to a broad set of techniques designed to
move computing and storage out of the remote cloud (public or
private) and closer to the source of data (ETSI)
• Mesh network of micro data centers that process or store critical data
locally and push all received data to a central data center or cloud
storage repository, in a footprint of less than 100 square feet. (IDC)
• 주요 출현 동인
• Roundtrip Latency
• Connected Car와 같은 새로운 Application들은 매우 낮은 지연시간을 요구
• 중앙 Cloud에 설치된 Server는 거리에 따른 네트워크 장비 처리지연 유발
• Amount of Data
• IoT device 활용 증가와 Vehicle to everything (V2X) 기술 등의 확산으로 네트
워크에 전송되는 데이터의 양 폭증
• Edge computing은 발생된 데이터를 중간 처리함으로 데이터 증가 완화
9
Connected Car
Factory AutomationSurveillance
Core Cloud
Edge Cloud
Edge Cloud
Edge Cloud
Edge Computing Application Design Model
• Application Design Model의 변화
• Client-Server Model
• Edge Computing model(Client – Near Server – Far Server)
10
Client Server
Request
Response
Processing
ClientClient
Client Near Server
(Edge Cloud)
Request
Response
Processing
ClientClient
(Terminal)
Far Server
(Core Cloud)
Processing
Request or Report
Response
모든 처리가 중앙 Server에서 처리되므로 Cloud Service
출현 요인 중 하나가 됨.
Terminal component
Event/Data에 대한 1차 처리 및 서버 추가 처리가 필요한지 결정
최소한의 computing power로 거의 지연없이 처리
Edge component
Terminal device에서 직접 처리한 것과 유사한 매우 낮은 처리 지연
상대적으로 높은 computing power를 바탕으로 Terminal device에서 처리되지 못한 Task 처리
Remote components 대용량 저장장치, Database, Computing Power를 이용한 Task 처리
Edge Cloud
11
Edge Computing Use case: Augmented reality application
Edge Cloud
• 영상 정보 수집 및 Edge Cloud로 정보
전송
• Edge Cloud로부터 증강된 데이터 수
신 및 Display
Core Cloud
• 영상 정보 수신 및 분석
• AR contents 생성
• 사용자에게 전송
Application
• 서비스 관리를 위한 통계정보 수집
• 증강 데이터 저장 및 Edge Cloud와 데
이터 동기화
Storage
낮은 Latency를 활용한 AR 서비스 구간 대용량 Storage 및 높은 Computing power를 활용한
서비스 관리 구간
12
TOP TEN 5G USE CASES by Huawei
1. Cloud Virtual & Augmented Reality – Real-time Computer
Rendering Gaming/Modeling
2. Connected Automotive – ToD, Platooning, Autonomous Driving
3. Smart Manufacturing – Cloud Based Wireless Robot Control
4. Connected Energy – Feeder Automation
5. Wireless eHealth – Remote Diagnosis With Force-Feedback
6. Wireless Home Entertainment – UHD 8K Video & Cloud Gaming
7. Connected Drones – Professional Inspection & Security
8. Social Networks – UHD/Panoramic Live Broadcasting
9. Personal AI Assistant – AI Assisted Smart Helmet
10. Smart City – AI-enabled Video Surveillance
Source: http://www-file.huawei.com/-/media/CORPORATE/PDF/mbb/5g-unlocks-a-world-of-opportunities-v5.pdf?la=en-US
MEC Business Platform
Multi-access Edge Computing
Multi-access Edge Computing (MEC)
• 이동통신시장을 위해 ETSI를 중심으로 Edge Computing을 규격화 한 것
• Multi-access란 LTE, 5G 이동통신network, WiFi network, 유선 network등 다양한 access network을 통해 접속할 수 있다는 의미
13
서비스 서비스 서비스
Multi-access Edge Computing의 본질
1. 통신사 및 IT기업에게 새로운 ecosystem과 value chain을 통한
Business 기회
• 통신사는 Radio Access Network (RAN) edge를 IT기업에게 공개
• IT기업은 이용자에게 근접한 Cloud Infra. 특성과 Radio Network
정보를 활용한 새로운 서비스 창출
• 서비스 예. video analytics, location services, Internet-of-Things
(IoT), augmented reality, optimized local content distribution
and data caching
Multi-access Edge Computing
2. IT와 telecommunications network간의 융합
• MEC는 network(mobile base stations)의 Edge에서 Cloud-computing capabilities
를 제공하는 것
• 특징: ultra-low latency, high bandwidth, real-time access to radio network information
• MEC platform은 (Hourglass model 장점 + Application과 Network간 협업)
• Hourglass model은 시스템 설계의 핵심 이론 – Application과 Network은 상호 불가지론
적 관계
• Application의 실행 환경 정보(latency, throughput, etc.) 수집, 활용 가능
• Radio Network Information Service – Network 정보 모니터링, Bandwidth 할당 요청, 기
타 Application 요구 정보 전달
• Network이 Black-box에서 서비스를 위한 Resource 중의 하나
• 반대로 Network은 Application 정보에 기반하여 Network 효율화
14
the hourglass model of the internet's architecture
Source: http://if-we.clients.labzero.com/code/posts/what-title-
ii-means-for-tcp/
15
MEC – Reference Architecture
Source: ETSI GS MEC 003 V1.1.1 (2016-03)
Cloud Infra.
(Openstack, HP Helion, SKT TACO)
Cloud
Management
System
OSS
VNFMEM
ME Platform Manager
16
Deployment of MEC in NFV Environment
NFVO
VIMNFVI
Computing Network Storage
ME Platform
LCM
ME App
LCM
ME
Platform
Element
Mgmt.
ME App
Rules &
Reqs.
Mgmt.
VNFVNF
ME Platform
ME App Orchestrator
ME App
NFV MANO App. MEC InfraNFV MANO Infra MEC App.
ME App Orchestrator
• Mobile Edge Service Orchestration 기능
• Triggering application instantiation, termination, relocation
• ME App.에 대한 On-boarding, ME host selection
ME platform manager
• Application life cycle management
• ME platform에 대한 element management 기능
• Application traffic rules/requirements 관리 기능
ME platform
• Service discover, advertise, consume, offer 기능
• 수신된 Application traffic rules에 따라 data plane 설정 기능
• DNS proxy/server, 영구 storage, time of day information 기능
• Radio Network Information, Location, Bandwidth Service 제공
ME application
• Microservice application
• maximum latency, required or useful services 등 요구사항 제시
17
Microservice/DevOps & Multi-access Edge Computing
MEC System 특징
• MEC platform은 많은 function들로 구성됨
• DNS 관련 기능, Radio Network Information 기능,
Location 정보기능, Bandwidth 관리 기능 등
• 이동통신Network 정보제공범위 확대 혹은 개선에 따라 신규
Service 추가, Upgrade
• Monolithic 구조는 일부 기능 변경 시 전체 Application에
대한 re-writing and redeploying 필요
• 3 Location 구조(Terminal, Edge Cloud, Remote Cloud)를 기반
으로 상황에 따른 자유로운 배포 필요
• ME App.은 환경에 따라 선택적으로 서비스 사용
• Application 개발사와 분리된 전문 서비스 공급자
• 국가 기간 망이므로 강력한 보안 구조 필요
Microservice Architecture
• Independent Development
• Independent Deployment
• Fault Isolation
• Mixed Technology Stack
• Granular Scaling
DevOps
• MEC는 새롭고 혁신적인 서비스를 위한 ecosystem
으로 발전 중
• DevOps는 새로운 business value를 만들기 위한
좋은 방법론
• MEC ISG는 DevOps를 지원하기 위해 conformance
and interoperability test를 위한 규격 정의 중
기본
ME Services
ME Platform
Functions of ME Platform
• ME Application 지원
• ME App Registration/Authentication/Authorization/Lifecycle
• DNS/Persistent storage/Time of Day Service 제공
• ME Service 지원
• ME Service Registration/Discovery/Advertisement
• 타 ME Platform Service 연동
• 기본 ME Services Hosting (MEC Technical Requirements 항목)
• Radio Network Information/Location/ Bandwidth Service
• ME Application Relocation
• Session state relocation support procedures
• Data Plane 관리 (optional)
• Traffic Rule에 기반한 Data Plane 설정 & Routing
18
Radio Network
Information
Service
Location
Service
Bandwidth
Service
DNS Handling
ToD
Persistent
Storage
Traffic Rules
Control
ME App
ME App
(MEC Ready)
ME App
(with Service)
Service 지원
-Registration
-Discovery
-Advertisement
App 지원
-Registration
-Authentication
-Authorization
기본 Mobile Edge Services
Service Description
Radio Network Information
Service(RNIS)
Network의 무선 구간에 대한 정보 제공
• 무선 구간 상태 정보 제공
• User plane 품질 측정, 통계 정보 제공
• 현 Edge Cloud에 속하는 무선 Network에 접속되어 있는 User Device 정보 및 정보의 변경사항
Location Service
위치 관련 정보 제공
• 특정 (종류의) User Device or 전체 User Device의 위치 정보
• 특정 영역에 위치한 User Device의 list
• 특정 영역에 진입/진출 한 User Device 정보
• 모든 radio nodes 자체의 위치 정보
• User Device 위치 통계 정보
Bandwidth Management
service (BWMS)
특정 ME app.으로(으로부터) 전송되는 Traffic에 대한
• Bandwidth 설정 기능
• Priority 할당 기능
19
MEC Key Concepts
• Mobile Edge Host Selection
• ME App.에 가장 적합한 Host를 선택하는 기능
• ME orchestrator에서 OSS, a third-party, or a UE application의 요청을 받아 ME App.을 배포할 때 수행
• ME Host Selection을 위해 사용되는 정보
• 필요한 가상 자원 요구사항
• Location 관련 요구사항 – 지리적인 배포 위치
• Latency 관련 요구사항 – Latency 최대 한계
• 필요한 ME Service List (필수 Service, 선택적인 Service)
• Relocation 요구사항 ( application state relocation, application instance relocation)
• Network 연결 요구사항 (application 연결, local network 연결 or Internet 연결)
• 필수 ME features List(VM relocation support or UE identity)
• 영구 storage 이용에 관한 요구사항
• Application 배포 형태 – 사용자(or Host) 당 하나의 Instance
• 통신사의 ME System 배포 혹은 이동통신 Network 배포 현황 정보(topology, cost)
• user traffic 접근방식에 대한 요구사항
• DNS support
• ME Platform은 DNS 기능(a name server and a proxy/cache function) 제공
• 사전 설정 or ME app.의 요청 시 제공된 DNS rules에 따라 IP/FQDN mapping table 구축
20
MEC Key Concepts
• Traffic Routing & Filtering
• Traffic Rule에 따른 사용자 Traffic Routing(to ME applications/Enterprise Network/Internet) or Filtering 기능
• Use case. 기업용 ME app.(ERP 등)은 Traffic rule을 활용하여 특정 Traffic을 Enterprise network으로 redirect
• UE mobility 지원
• 단순 UE Traffic 모니터링/분석 App. 혹은 UE State를 신속히 재 생성 할 수 있는 App. 등은 UE mobility 불 필요
• UE의 이동으로 서비스 거리가 증가하여 허용 Latency 한계를 넘거나 Network congestion 등이 발생한 경우 UE mobility 활용
• 방안 1: 이동 지역의 ME Host에 설치된 ME App이 서비스 지원
• 방안 2: Application state relocation
• Source ME App과 Target ME App간 연동을 통해 UE State 정보 전송 방식 (ME app 기능 지원 필요)
• 방안 3: Application instance relocation (VM handoff)
• Source ME App instance 자체를 Target ME Host로 전송하는 방식
21
22
MEC와 타 Edge Computing Service
• Greengrass for Amazon’s AWS Lambda
• Microsoft’s Azure IoT stack
• GE’s Predix
타 Edge Computing 대비 MEC 장점
• extreme user proximity, ultra low latency, high bandwidth, real time access to radio network/context information, location awareness
Greengrass on MEC 협력 Saguna Networks
Cloud Computing Expert Group
www.cloudtek.co.kr
정정문 (jmjung@sptek.co.kr)

Mais conteúdo relacionado

Mais procurados

[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible
[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible
[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with AnsibleOpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native
[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native
[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud nativeOpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...
[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...
[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...OpenStack Korea Community
 
Nexclipper_1905_summary_kor
Nexclipper_1905_summary_korNexclipper_1905_summary_kor
Nexclipper_1905_summary_korJinyong Kim
 
[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner
[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner
[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for BeginnerOpenStack Korea Community
 
Cloud for Kubernetes : Session1
Cloud for Kubernetes : Session1Cloud for Kubernetes : Session1
Cloud for Kubernetes : Session1WhaTap Labs
 
Cloud for Kubernetes : Session2
Cloud for Kubernetes : Session2Cloud for Kubernetes : Session2
Cloud for Kubernetes : Session2WhaTap Labs
 
[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례
[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례
[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링OpenStack Korea Community
 
Kubernetes & Istio in Multi-Cloud
Kubernetes & Istio in Multi-Cloud Kubernetes & Istio in Multi-Cloud
Kubernetes & Istio in Multi-Cloud Sangwon Seo
 
아이엔소프트 클라우드 역량 151021
아이엔소프트 클라우드 역량 151021아이엔소프트 클라우드 역량 151021
아이엔소프트 클라우드 역량 151021SONG INSEOB
 
[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...
[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...
[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...OpenStack Korea Community
 
Open stack summit_barcelona_보고서
Open stack summit_barcelona_보고서Open stack summit_barcelona_보고서
Open stack summit_barcelona_보고서Yongyoon Shin
 
[2018] 오픈스택 5년 운영의 경험
[2018] 오픈스택 5년 운영의 경험[2018] 오픈스택 5년 운영의 경험
[2018] 오픈스택 5년 운영의 경험NHN FORWARD
 
5G SDN/NFV/CNF
5G SDN/NFV/CNF5G SDN/NFV/CNF
5G SDN/NFV/CNFJames Ahn
 
Application Monitoring 신규 기능 소개 (서영일)
Application Monitoring 신규 기능 소개 (서영일)Application Monitoring 신규 기능 소개 (서영일)
Application Monitoring 신규 기능 소개 (서영일)WhaTap Labs
 
[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS
[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS
[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVSOpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer
[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer
[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy InstallerOpenStack Korea Community
 
Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...
Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...
Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...Cloud-Barista Community
 

Mais procurados (20)

[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible
[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible
[OpenInfra Days Korea 2018] (Track 3) - OpenStack Automation with Ansible
 
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
 
[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native
[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native
[OpenInfra Days Korea 2018] (Track 1) From OpenStack to cloud native
 
[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...
[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...
[OpenInfra Days Korea 2018] (Track 1) TACO (SKT All Container OpenStack): Clo...
 
Nexclipper_1905_summary_kor
Nexclipper_1905_summary_korNexclipper_1905_summary_kor
Nexclipper_1905_summary_kor
 
[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner
[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner
[OpenInfra Days Korea 2018] K8s workshop: Kubernetes for Beginner
 
Cloud for Kubernetes : Session1
Cloud for Kubernetes : Session1Cloud for Kubernetes : Session1
Cloud for Kubernetes : Session1
 
Cloud for Kubernetes : Session2
Cloud for Kubernetes : Session2Cloud for Kubernetes : Session2
Cloud for Kubernetes : Session2
 
[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례
[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례
[OpenInfra Days Korea 2018] (Track 3) Software Defined Infrastructure 전략 및 사례
 
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
 
Kubernetes & Istio in Multi-Cloud
Kubernetes & Istio in Multi-Cloud Kubernetes & Istio in Multi-Cloud
Kubernetes & Istio in Multi-Cloud
 
아이엔소프트 클라우드 역량 151021
아이엔소프트 클라우드 역량 151021아이엔소프트 클라우드 역량 151021
아이엔소프트 클라우드 역량 151021
 
[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...
[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...
[OpenInfra Days Korea 2018] Day 2 - E6 - 마이크로서비스를 위한 Istio & Kubernetes [다운로드...
 
Open stack summit_barcelona_보고서
Open stack summit_barcelona_보고서Open stack summit_barcelona_보고서
Open stack summit_barcelona_보고서
 
[2018] 오픈스택 5년 운영의 경험
[2018] 오픈스택 5년 운영의 경험[2018] 오픈스택 5년 운영의 경험
[2018] 오픈스택 5년 운영의 경험
 
5G SDN/NFV/CNF
5G SDN/NFV/CNF5G SDN/NFV/CNF
5G SDN/NFV/CNF
 
Application Monitoring 신규 기능 소개 (서영일)
Application Monitoring 신규 기능 소개 (서영일)Application Monitoring 신규 기능 소개 (서영일)
Application Monitoring 신규 기능 소개 (서영일)
 
[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS
[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS
[OpenInfra Days Korea 2018] (Track 2) Cloud 환경에서의 보안과 네트워크 성능 보안 (xFW), DPDK OVS
 
[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer
[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer
[OpenInfra Days Korea 2018] (Track 1) Openstack 쉽게 설치하기 - SOfTI Easy Installer
 
Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...
Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...
Cloud-Barista 제4차 오픈 컨퍼런스 : Cloud-Barista - 멀티클라우드 서비스 공통 플랫폼 개요 (Multi-cloud...
 

Semelhante a [OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5G Multi-access Edge Computing

Cloud native application 입문
Cloud native application 입문Cloud native application 입문
Cloud native application 입문Seong-Bok Lee
 
꿀밋업1탄_왜_마이크로서비스인가
꿀밋업1탄_왜_마이크로서비스인가꿀밋업1탄_왜_마이크로서비스인가
꿀밋업1탄_왜_마이크로서비스인가VMware Tanzu Korea
 
Deployment techniques for cloud native
Deployment techniques for cloud nativeDeployment techniques for cloud native
Deployment techniques for cloud nativeAlex Jeong
 
designing, implementing and delivering microservices with event storming, spr...
designing, implementing and delivering microservices with event storming, spr...designing, implementing and delivering microservices with event storming, spr...
designing, implementing and delivering microservices with event storming, spr...uEngine Solutions
 
[오픈소스컨설팅] 2019년 클라우드 생존전략
[오픈소스컨설팅] 2019년 클라우드 생존전략[오픈소스컨설팅] 2019년 클라우드 생존전략
[오픈소스컨설팅] 2019년 클라우드 생존전략Ji-Woong Choi
 
Microservices
Microservices Microservices
Microservices 영기 김
 
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?VMware Tanzu Korea
 
유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)
유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)
유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)uEngine Solutions
 
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브Open Source Consulting
 
성공적인 하이브리드 클라우드를 위한 레드햇의 전략
성공적인 하이브리드 클라우드를 위한 레드햇의 전략성공적인 하이브리드 클라우드를 위한 레드햇의 전략
성공적인 하이브리드 클라우드를 위한 레드햇의 전략rockplace
 
[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략
[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략
[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략OpenStack Korea Community
 
오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3
오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3
오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3Heejong Lee
 
Event storming based msa training commerce example add_handson_v3
Event storming based msa training commerce example add_handson_v3Event storming based msa training commerce example add_handson_v3
Event storming based msa training commerce example add_handson_v3uEngine Solutions
 
Private PaaS with Docker, spring cloud and mesos
Private PaaS with Docker, spring cloud and mesos Private PaaS with Docker, spring cloud and mesos
Private PaaS with Docker, spring cloud and mesos uEngine Solutions
 
[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기
[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기
[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기Amazon Web Services Korea
 
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSAVMware Tanzu Korea
 
MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...
MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...
MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...문기 박
 
Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원
Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원
Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원BESPIN GLOBAL
 
제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix
제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix
제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM BluemixTommy Lee
 
SmartCloud for Social Business 소개자료
SmartCloud for Social Business 소개자료SmartCloud for Social Business 소개자료
SmartCloud for Social Business 소개자료Do Hyun Kim
 

Semelhante a [OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5G Multi-access Edge Computing (20)

Cloud native application 입문
Cloud native application 입문Cloud native application 입문
Cloud native application 입문
 
꿀밋업1탄_왜_마이크로서비스인가
꿀밋업1탄_왜_마이크로서비스인가꿀밋업1탄_왜_마이크로서비스인가
꿀밋업1탄_왜_마이크로서비스인가
 
Deployment techniques for cloud native
Deployment techniques for cloud nativeDeployment techniques for cloud native
Deployment techniques for cloud native
 
designing, implementing and delivering microservices with event storming, spr...
designing, implementing and delivering microservices with event storming, spr...designing, implementing and delivering microservices with event storming, spr...
designing, implementing and delivering microservices with event storming, spr...
 
[오픈소스컨설팅] 2019년 클라우드 생존전략
[오픈소스컨설팅] 2019년 클라우드 생존전략[오픈소스컨설팅] 2019년 클라우드 생존전략
[오픈소스컨설팅] 2019년 클라우드 생존전략
 
Microservices
Microservices Microservices
Microservices
 
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
MSA 전략 2: 마이크로서비스, 어떻게 구현할 것인가?
 
유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)
유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)
유엔진 오픈소스 클라우드 플랫폼 (uEngine Microservice architecture Platform)
 
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
 
성공적인 하이브리드 클라우드를 위한 레드햇의 전략
성공적인 하이브리드 클라우드를 위한 레드햇의 전략성공적인 하이브리드 클라우드를 위한 레드햇의 전략
성공적인 하이브리드 클라우드를 위한 레드햇의 전략
 
[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략
[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략
[OpenStack Days Korea 2016] 아이디어 이코노미에서의 하이브리드 클라우드 전략
 
오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3
오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3
오라클 클라우드와 함께 떠나는 마이크로서비스 아키텍처로의 여행 V3
 
Event storming based msa training commerce example add_handson_v3
Event storming based msa training commerce example add_handson_v3Event storming based msa training commerce example add_handson_v3
Event storming based msa training commerce example add_handson_v3
 
Private PaaS with Docker, spring cloud and mesos
Private PaaS with Docker, spring cloud and mesos Private PaaS with Docker, spring cloud and mesos
Private PaaS with Docker, spring cloud and mesos
 
[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기
[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기
[2017 AWS Startup Day] 서버리스 마이크로서비스로 일당백 개발조직 만들기
 
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
클라우드 네이티브 IT를 위한 4가지 요소와 상관관계 - DevOps, CI/CD, Container, 그리고 MSA
 
MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...
MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...
MSA(Service Mesh), MDA(Data Mesh), MIA(Inference Mesh) 기술동향 소개-박문기@메ᄀ...
 
Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원
Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원
Session 1. 디지털 트렌스포메이션의 핵심, 클라우드 마이그레이션 A to Z - 베스핀글로벌 이근우 위원
 
제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix
제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix
제4회 한국IBM과 함께하는 난공불락 오픈소스 인프라 세미나- IBM Bluemix
 
SmartCloud for Social Business 소개자료
SmartCloud for Social Business 소개자료SmartCloud for Social Business 소개자료
SmartCloud for Social Business 소개자료
 

Mais de OpenStack Korea Community

2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티
2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티
2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티OpenStack Korea Community
 
[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...
[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...
[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...OpenStack Korea Community
 
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...
[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...
[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...
[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...
[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...
[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...
[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기
[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기
[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture
[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture
[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architectureOpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus
[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus
[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with PrometheusOpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes
[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes
[OpenInfra Days Korea 2018] Day 2 - E5: GPU on KubernetesOpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때
[OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때 [OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때
[OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때 OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무
[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무
[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...
[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...
[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성
[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성
[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크
[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크
[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...
[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...
[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개
[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개
[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개OpenStack Korea Community
 

Mais de OpenStack Korea Community (20)

2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티
2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티
2019년 커뮤니티 활동 보고: 오픈스택 한국 커뮤니티
 
[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...
[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...
[2018.10.19] Andrew Kong - Tunnel without tunnel (Seminar at OpenStack Korea ...
 
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
 
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
 
[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...
[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...
[OpenInfra Days Korea 2018] Day 2 - E3-2: "핸즈온 워크샵: Kubespray, Helm, Armada를 ...
 
[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...
[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...
[OpenInfra Days Korea 2018] Day 2 - E5-1: "Invited Talk: Kubicorn - Building ...
 
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
 
[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...
[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...
[OpenInfra Days Korea 2018] Day 2 - E5: Mesos to Kubernetes, Cloud Native 서비스...
 
[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기
[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기
[OpenInfra Days Korea 2018] Day 2 - E1: 딥다이브 - OpenStack 생존기
 
[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture
[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture
[OpenInfra Days Korea 2018] Day 2 - E4 - 딥다이브: immutable Kubernetes architecture
 
[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus
[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus
[OpenInfra Days Korea 2018] Day 2 - E6 - OpenInfra monitoring with Prometheus
 
[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes
[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes
[OpenInfra Days Korea 2018] Day 2 - E5: GPU on Kubernetes
 
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
 
[OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때
[OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때 [OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때
[OpenInfra Days Korea 2018] Day 2 - E4 - 핸즈온 워크샵: 서버리스가 컨테이너를 만났을 때
 
[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무
[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무
[OpenInfra Days Korea 2018] (NetApp) Open Source with NetApp - 전국섭 상무
 
[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...
[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...
[OpenInfra Days Korea 2018] (Track 4) - 오픈스택기반 NFV 관리 및 HA (high Availability...
 
[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성
[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성
[OpenInfra Days Korea 2018] (Track 4) - FreeIPA와 함께 SSO 구성
 
[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크
[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크
[OpenInfra Days Korea 2018] (Track 4) - Backend.AI: 오픈소스 머신러닝 인프라 프레임워크
 
[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...
[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...
[OpenInfra Days Korea 2018] (Track 3) - CephFS with OpenStack Manila based on...
 
[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개
[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개
[OpenInfra Days Korea 2018] (Track 2) Neutron LBaaS 어디까지 왔니? - Octavia 소개
 

[OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5G Multi-access Edge Computing

  • 2. Contents 1. Microservice Architecture 2. DevOps 3. Multi-access Edge Computing
  • 3. 3 Amazon은 왜 Whole Foods를 인수하였는가? Source: http://disruptivewireless.blogspot.com/2017/06/does-amazons-purchase-of-whole-foods.html
  • 4. Cloud Native Application 4 Source: https://pivotal.io/kr/cloud-native Cloud Native Application이란? - 클라우드 컴퓨팅 모델의 장점을 모두 활용하는 애플리케이션 을 개발하고 실행하기 위한 접근 방식 - Cloud Native Application을 개발/운영하기 위해 DevOps, CD, 마이크로서비스, 컨테이너 기술을 통합하고 자동화하는 플랫 폼 필요
  • 5. Microservices - What and Why? • What is Microservices? • a software development technique that structures an application as a collection of loosely coupled services. 5 Source: https://developer.ibm.com/kr/developer-기술-포럼/2017/03/31/마이크로서비스를-위한-인프라스트럭처/ Why Microservices? • Independent Development – All microservices can be easily developed based on their individual functionality • Independent Deployment – Based on their services, they can be individually deployed in any application • Fault Isolation – Even if one service of the application does not work, the system still continues to function • Mixed Technology Stack – Different languages and technologies can be used to build different services of the same application • Granular Scaling – Individual components can scale as per need, there is no need to scale all components together
  • 6. SPTek Microservice Platform Reference Architecture SPTek Microservice Platform Reference Architecture • Spring Cloud Netflix 기반 Microservice Platform Reference Architecture 6 API GW (Zuul) External Config. (Config, Kafka) Service Discovery (Eureka) Monitoring Dashboard (Turbine) Circuit Breaker (Hystrix) Distributed Tracing (Zipkin) Eureka Client Ribbon Client Load Balancing (Ribbon) App App App Web Web Web Microservice 2 (Spring Boot)Auth Server (OAuth2.0) Zuul - 서비스 호출 관리 및 동적 라우팅 - 인증 및 보안 체크, 데이터 지표 수집 Eureka - 동적 서비스 등록관리 - 미들티어 서버 load balancing, failover를 위한 서비스 배치 Ribbon - Client side load balancing - 라운드 로빈 등 부하 분산 방식 제공 Config - 서비스와 설정 분리 관리 - 설정변경으로 인한 빌드/배포 필요 없음 Hystrix - 원격 서비스 호출 구간 격리, 모니터링 라이브러리 - 모니터링 추가로 인한 부하 최소화 Zipkin - 내부 마이크로 서비스 간 호출 경로, 시간 추적 - ‘샘플링’을 통한 ‘서비스의 외부 요청 처리 상태’ 파악 목적 Turbine - 각 WAS의 Command 실행 결과 수집, 통합 역할
  • 7. 7 Microservices & DevOps Source: https://www.appcentrica.com/the-rise-of-microservices/ Microservices Architecture는 - 필연적으로 SW복잡도를 증가시킨다. - 빌드, 테스트, 배포, 유지관리를 어떻게? DevOps는 - Development와 Operation간의 통합을 강조하는 문화, 행동 - “사업 목적 달성”을 목표로 - 통합, 검증, 배포, Infra.관리 모든 단계에서 “자동화”와 “Monitoring”을 통해 - 개발 기간 단축, 배포 빈도 증가, 결과물 안정성 강화를 달성 하는 것 Source: Wikipedia
  • 8. Dev Zone Ops Zone (Production) 8 SPTek DevOps Stack & Flow for Microservice 개발자 Version 관리 Task Allocation Source Upload polling CI Build Build Request Test Test Request Deploy & Operating 관리Deploy Request Artifact 관리 Deploy Artifact Monitoring pull Heapster Config update Collaborate Build Test Deploy Run Task 관리 Ops Zone (Staging) Ops Zone (Development)
  • 9. Edge Computing이란? • Edge Computing? • Edge Computing refers to a broad set of techniques designed to move computing and storage out of the remote cloud (public or private) and closer to the source of data (ETSI) • Mesh network of micro data centers that process or store critical data locally and push all received data to a central data center or cloud storage repository, in a footprint of less than 100 square feet. (IDC) • 주요 출현 동인 • Roundtrip Latency • Connected Car와 같은 새로운 Application들은 매우 낮은 지연시간을 요구 • 중앙 Cloud에 설치된 Server는 거리에 따른 네트워크 장비 처리지연 유발 • Amount of Data • IoT device 활용 증가와 Vehicle to everything (V2X) 기술 등의 확산으로 네트 워크에 전송되는 데이터의 양 폭증 • Edge computing은 발생된 데이터를 중간 처리함으로 데이터 증가 완화 9 Connected Car Factory AutomationSurveillance Core Cloud Edge Cloud Edge Cloud Edge Cloud
  • 10. Edge Computing Application Design Model • Application Design Model의 변화 • Client-Server Model • Edge Computing model(Client – Near Server – Far Server) 10 Client Server Request Response Processing ClientClient Client Near Server (Edge Cloud) Request Response Processing ClientClient (Terminal) Far Server (Core Cloud) Processing Request or Report Response 모든 처리가 중앙 Server에서 처리되므로 Cloud Service 출현 요인 중 하나가 됨. Terminal component Event/Data에 대한 1차 처리 및 서버 추가 처리가 필요한지 결정 최소한의 computing power로 거의 지연없이 처리 Edge component Terminal device에서 직접 처리한 것과 유사한 매우 낮은 처리 지연 상대적으로 높은 computing power를 바탕으로 Terminal device에서 처리되지 못한 Task 처리 Remote components 대용량 저장장치, Database, Computing Power를 이용한 Task 처리 Edge Cloud
  • 11. 11 Edge Computing Use case: Augmented reality application Edge Cloud • 영상 정보 수집 및 Edge Cloud로 정보 전송 • Edge Cloud로부터 증강된 데이터 수 신 및 Display Core Cloud • 영상 정보 수신 및 분석 • AR contents 생성 • 사용자에게 전송 Application • 서비스 관리를 위한 통계정보 수집 • 증강 데이터 저장 및 Edge Cloud와 데 이터 동기화 Storage 낮은 Latency를 활용한 AR 서비스 구간 대용량 Storage 및 높은 Computing power를 활용한 서비스 관리 구간
  • 12. 12 TOP TEN 5G USE CASES by Huawei 1. Cloud Virtual & Augmented Reality – Real-time Computer Rendering Gaming/Modeling 2. Connected Automotive – ToD, Platooning, Autonomous Driving 3. Smart Manufacturing – Cloud Based Wireless Robot Control 4. Connected Energy – Feeder Automation 5. Wireless eHealth – Remote Diagnosis With Force-Feedback 6. Wireless Home Entertainment – UHD 8K Video & Cloud Gaming 7. Connected Drones – Professional Inspection & Security 8. Social Networks – UHD/Panoramic Live Broadcasting 9. Personal AI Assistant – AI Assisted Smart Helmet 10. Smart City – AI-enabled Video Surveillance Source: http://www-file.huawei.com/-/media/CORPORATE/PDF/mbb/5g-unlocks-a-world-of-opportunities-v5.pdf?la=en-US
  • 13. MEC Business Platform Multi-access Edge Computing Multi-access Edge Computing (MEC) • 이동통신시장을 위해 ETSI를 중심으로 Edge Computing을 규격화 한 것 • Multi-access란 LTE, 5G 이동통신network, WiFi network, 유선 network등 다양한 access network을 통해 접속할 수 있다는 의미 13 서비스 서비스 서비스 Multi-access Edge Computing의 본질 1. 통신사 및 IT기업에게 새로운 ecosystem과 value chain을 통한 Business 기회 • 통신사는 Radio Access Network (RAN) edge를 IT기업에게 공개 • IT기업은 이용자에게 근접한 Cloud Infra. 특성과 Radio Network 정보를 활용한 새로운 서비스 창출 • 서비스 예. video analytics, location services, Internet-of-Things (IoT), augmented reality, optimized local content distribution and data caching
  • 14. Multi-access Edge Computing 2. IT와 telecommunications network간의 융합 • MEC는 network(mobile base stations)의 Edge에서 Cloud-computing capabilities 를 제공하는 것 • 특징: ultra-low latency, high bandwidth, real-time access to radio network information • MEC platform은 (Hourglass model 장점 + Application과 Network간 협업) • Hourglass model은 시스템 설계의 핵심 이론 – Application과 Network은 상호 불가지론 적 관계 • Application의 실행 환경 정보(latency, throughput, etc.) 수집, 활용 가능 • Radio Network Information Service – Network 정보 모니터링, Bandwidth 할당 요청, 기 타 Application 요구 정보 전달 • Network이 Black-box에서 서비스를 위한 Resource 중의 하나 • 반대로 Network은 Application 정보에 기반하여 Network 효율화 14 the hourglass model of the internet's architecture Source: http://if-we.clients.labzero.com/code/posts/what-title- ii-means-for-tcp/
  • 15. 15 MEC – Reference Architecture Source: ETSI GS MEC 003 V1.1.1 (2016-03) Cloud Infra. (Openstack, HP Helion, SKT TACO) Cloud Management System
  • 16. OSS VNFMEM ME Platform Manager 16 Deployment of MEC in NFV Environment NFVO VIMNFVI Computing Network Storage ME Platform LCM ME App LCM ME Platform Element Mgmt. ME App Rules & Reqs. Mgmt. VNFVNF ME Platform ME App Orchestrator ME App NFV MANO App. MEC InfraNFV MANO Infra MEC App. ME App Orchestrator • Mobile Edge Service Orchestration 기능 • Triggering application instantiation, termination, relocation • ME App.에 대한 On-boarding, ME host selection ME platform manager • Application life cycle management • ME platform에 대한 element management 기능 • Application traffic rules/requirements 관리 기능 ME platform • Service discover, advertise, consume, offer 기능 • 수신된 Application traffic rules에 따라 data plane 설정 기능 • DNS proxy/server, 영구 storage, time of day information 기능 • Radio Network Information, Location, Bandwidth Service 제공 ME application • Microservice application • maximum latency, required or useful services 등 요구사항 제시
  • 17. 17 Microservice/DevOps & Multi-access Edge Computing MEC System 특징 • MEC platform은 많은 function들로 구성됨 • DNS 관련 기능, Radio Network Information 기능, Location 정보기능, Bandwidth 관리 기능 등 • 이동통신Network 정보제공범위 확대 혹은 개선에 따라 신규 Service 추가, Upgrade • Monolithic 구조는 일부 기능 변경 시 전체 Application에 대한 re-writing and redeploying 필요 • 3 Location 구조(Terminal, Edge Cloud, Remote Cloud)를 기반 으로 상황에 따른 자유로운 배포 필요 • ME App.은 환경에 따라 선택적으로 서비스 사용 • Application 개발사와 분리된 전문 서비스 공급자 • 국가 기간 망이므로 강력한 보안 구조 필요 Microservice Architecture • Independent Development • Independent Deployment • Fault Isolation • Mixed Technology Stack • Granular Scaling DevOps • MEC는 새롭고 혁신적인 서비스를 위한 ecosystem 으로 발전 중 • DevOps는 새로운 business value를 만들기 위한 좋은 방법론 • MEC ISG는 DevOps를 지원하기 위해 conformance and interoperability test를 위한 규격 정의 중
  • 18. 기본 ME Services ME Platform Functions of ME Platform • ME Application 지원 • ME App Registration/Authentication/Authorization/Lifecycle • DNS/Persistent storage/Time of Day Service 제공 • ME Service 지원 • ME Service Registration/Discovery/Advertisement • 타 ME Platform Service 연동 • 기본 ME Services Hosting (MEC Technical Requirements 항목) • Radio Network Information/Location/ Bandwidth Service • ME Application Relocation • Session state relocation support procedures • Data Plane 관리 (optional) • Traffic Rule에 기반한 Data Plane 설정 & Routing 18 Radio Network Information Service Location Service Bandwidth Service DNS Handling ToD Persistent Storage Traffic Rules Control ME App ME App (MEC Ready) ME App (with Service) Service 지원 -Registration -Discovery -Advertisement App 지원 -Registration -Authentication -Authorization
  • 19. 기본 Mobile Edge Services Service Description Radio Network Information Service(RNIS) Network의 무선 구간에 대한 정보 제공 • 무선 구간 상태 정보 제공 • User plane 품질 측정, 통계 정보 제공 • 현 Edge Cloud에 속하는 무선 Network에 접속되어 있는 User Device 정보 및 정보의 변경사항 Location Service 위치 관련 정보 제공 • 특정 (종류의) User Device or 전체 User Device의 위치 정보 • 특정 영역에 위치한 User Device의 list • 특정 영역에 진입/진출 한 User Device 정보 • 모든 radio nodes 자체의 위치 정보 • User Device 위치 통계 정보 Bandwidth Management service (BWMS) 특정 ME app.으로(으로부터) 전송되는 Traffic에 대한 • Bandwidth 설정 기능 • Priority 할당 기능 19
  • 20. MEC Key Concepts • Mobile Edge Host Selection • ME App.에 가장 적합한 Host를 선택하는 기능 • ME orchestrator에서 OSS, a third-party, or a UE application의 요청을 받아 ME App.을 배포할 때 수행 • ME Host Selection을 위해 사용되는 정보 • 필요한 가상 자원 요구사항 • Location 관련 요구사항 – 지리적인 배포 위치 • Latency 관련 요구사항 – Latency 최대 한계 • 필요한 ME Service List (필수 Service, 선택적인 Service) • Relocation 요구사항 ( application state relocation, application instance relocation) • Network 연결 요구사항 (application 연결, local network 연결 or Internet 연결) • 필수 ME features List(VM relocation support or UE identity) • 영구 storage 이용에 관한 요구사항 • Application 배포 형태 – 사용자(or Host) 당 하나의 Instance • 통신사의 ME System 배포 혹은 이동통신 Network 배포 현황 정보(topology, cost) • user traffic 접근방식에 대한 요구사항 • DNS support • ME Platform은 DNS 기능(a name server and a proxy/cache function) 제공 • 사전 설정 or ME app.의 요청 시 제공된 DNS rules에 따라 IP/FQDN mapping table 구축 20
  • 21. MEC Key Concepts • Traffic Routing & Filtering • Traffic Rule에 따른 사용자 Traffic Routing(to ME applications/Enterprise Network/Internet) or Filtering 기능 • Use case. 기업용 ME app.(ERP 등)은 Traffic rule을 활용하여 특정 Traffic을 Enterprise network으로 redirect • UE mobility 지원 • 단순 UE Traffic 모니터링/분석 App. 혹은 UE State를 신속히 재 생성 할 수 있는 App. 등은 UE mobility 불 필요 • UE의 이동으로 서비스 거리가 증가하여 허용 Latency 한계를 넘거나 Network congestion 등이 발생한 경우 UE mobility 활용 • 방안 1: 이동 지역의 ME Host에 설치된 ME App이 서비스 지원 • 방안 2: Application state relocation • Source ME App과 Target ME App간 연동을 통해 UE State 정보 전송 방식 (ME app 기능 지원 필요) • 방안 3: Application instance relocation (VM handoff) • Source ME App instance 자체를 Target ME Host로 전송하는 방식 21
  • 22. 22 MEC와 타 Edge Computing Service • Greengrass for Amazon’s AWS Lambda • Microsoft’s Azure IoT stack • GE’s Predix 타 Edge Computing 대비 MEC 장점 • extreme user proximity, ultra low latency, high bandwidth, real time access to radio network/context information, location awareness Greengrass on MEC 협력 Saguna Networks
  • 23. Cloud Computing Expert Group www.cloudtek.co.kr 정정문 (jmjung@sptek.co.kr)