ContainerApp Container -X memory -Y CPU -Z Storage -N Network -Port ContainerManager Container Hypervisor (Java Runtime) -Understands IaaS of Cloud / Provider.

Slides:



Advertisements
Similar presentations
Agenda Trends & Technology Real Metrics The Philotek Model.
Advertisements

Docker Container Modeling Goals Goals (not requirements) Not proliferate Node Types for “Docker” 1.Consider modeling “Docker” as an (explicit) runtime.
WARNING These slides are not optimized for printing or exam preparation. These are for lecture delivery only. These slides are made for PowerPoint 2010.
SDN in Openstack - A real-life implementation Leo Wong.
ANDROID OPERATING SYSTEM Guided By,Presented By, Ajay B.N Somashekar B.T Asst Professor MTech 2 nd Sem (CE)Dept of CS & E.
COMS E Cloud Computing and Data Center Networking Sambit Sahu
Build Test Integrat e Deploy Develop Languages Frameworks Cloud and Infra Data platforms.
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
Virtualization and the Cloud
24 February 2015 Ryota Mibu, NEC
The Cloud for Modern WakeUpAndCode.com.
Grid and Cloud Computing By: Simon Luangsisombath.
Introduction to DoC Private Cloud
Inside Windows Azure Virtual Machines Vijay Rajagopalan Microsoft Corporation.
M.A.Doman Model for enabling the delivery of computing as a SERVICE.
Virtualization for Cloud Computing
Software Engineering for Cloud Computing Rao, Feng 04/27/2011.
9 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
Cisco and OpenStack Lew Tucker VP/CTO Cloud Computing Cisco Systems,
System Center 2012 Setup The components of system center App Controller Data Protection Manager Operations Manager Orchestrator Service.
Sebastien Docker containers …. Background Joined Citrix OSS team in July 2012 Associate professor at Clemson University prior High Performance.
Dependability Models for Designing Disaster Tolerant Cloud Computing Systems.
Virtualization Concept. Virtualization  Real: it exists, you can see it.  Transparent: it exists, you cannot see it  Virtual: it does not exist, you.
Windows Azure Conference 2014 Running Docker on Windows Azure.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
+ CS 325: CS Hardware and Software Organization and Architecture Cloud Architectures.
Model a Container Runtime environment on Your Mac with VMware AppCatalyst VMworld Fabio Rapposelli
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 2.
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
M.A.Doman Short video intro Model for enabling the delivery of computing as a SERVICE.
Presented by: Sanketh Beerabbi University of Central Florida COP Cloud Computing.
Microsoft Virtual Academy.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
Ubuntu, SUSE, OpenSUSE, CentOS & Oracle EL + hundreds on VM Depot Bring your own framework! Ecosystem Supported Microsoft 1st Party Support.
Synchronized Co-migration of Virtual Machines for IDS Offloading in Clouds Kenichi Kourai and Hisato Utsunomiya Kyushu Institute of Technology, Japan.
Windows Azure Virtual Machines Anton Boyko. A Continuous Offering From Private to Public Cloud.
Breaking Barriers Exploding with Possibility Breaking Barriers Exploding with Possibility The Cloud Era Unveiled.
3 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
NTU Cloud 2010/05/30. System Diagram Architecture Gluster File System – Provide a distributed shared file system for migration NFS – A Prototype Image.
Capt Froberg. Outline What is a computer? What components does a computer need? Physical “Cloud” What is a virtual computer?
Mastering Windows Network Forensics and Investigation Chapter 17: The Challenges of Cloud Computing and Virtualization.
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
3 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
Volatile Environments with Virtualization Technologies 1 iCSC2016, Anastasios Andronidis, Imperial College London Volatile Environments with Virtualization.
#msitconf. Damien Caro Technical Evangelist Manager, Что будет, если приложение поместить в контейнер? What happens if the application.
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
15 min WARNING These slides are not optimized for printing or exam preparation. These are for lecture delivery only. These slides are made for PowerPoint.
Interoperability Between Modern Clouds using DevOps
Before You Begin Nahla Abuel-ola /WIT.
Cloud Data platform (Cloud Application Development & Deployment)
Platform as a Service.
Windows Azure Migrating SQL Server Workloads
Containers and Virtualisation
Java Win32 native Java VM Linux OS ARM VM Runtime Windows OS
R
Interoperability in Modern Clouds using DevOps
3.2 Virtualisation.
Azhagappan Arunachalam
Introduction to Docker
Virtualization Techniques
CompTIA Security+ Study Guide (SY0-501)
Intro about Contanier and Docker Technology
Containerized Development with Eclipse Docker Tooling at scale
Introduction to Docker
OpenShift as a cloud for Data Science
Microsoft Azure Services Platform
Presentation transcript:

ContainerApp Container -X memory -Y CPU -Z Storage -N Network -Port ContainerManager Container Hypervisor (Java Runtime) -Understands IaaS of Cloud / Provider (Compute, Network, Storage) -Understands the “physical” platform that needs to get shared by multiple -Containers / VMs VM (JVM) -Virtualization of Compute, Network and Storage -LXC -LXD -LX???? -Old Linux “i” container Application on VM (Java App) -Image ? -build stuff (Fig?), tooling, etc. -marshal code, libraries, other app. resource Compute Storage (Block) Network

WebServer Image (WordPress) -Repo -image name WebServer Container -X memory, Y CPU -Z Storage -N Network -Port "containerPort": 4001, "hostPort": /dev/docker1 ContainerManager e.g., LXC (Nova) map: /devdocker1 == dev/globalstorage Compute Storage (Block) dev/globalstorage Network DB Container -X memory, Y CPU -Z Storage -N Network -Port "containerPort": 4002, "hostPort": /dev/docker1 ContainerApp (MySQL) -Repo -image name Docker Reality

ContainerApp Container -X memory -Y CPU -Z Storage -N Network -Port ContainerManager (hypervisor) Assumed to be part of the Cloud Provider platform (as IaaS) - Hypervisor for Compute nodes == Compute Node (virtualized, cpu, mem, storage, network) == Software component Compute Storage (Block) Network