Build Test Integrat e Deploy Develop Languages Frameworks Cloud and Infra Data platforms.

Slides:



Advertisements
Similar presentations
Computer Laboratory Virtualizing the Data Center with Xen Steve Hand University of Cambridge and XenSource.
Advertisements

Profit from the cloud TM Parallels Dynamic Infrastructure AndOpenStack.
Kat Passen.  Open source platform to manage deployment  Acts as a layer between an OS and an application  Images not dependent on system – similar.
ContainerApp Container -X memory -Y CPU -Z Storage -N Network -Port ContainerManager Container Hypervisor (Java Runtime) -Understands IaaS of Cloud / Provider.
© 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice In search of a virtual yardstick:
Introduction to Virtualization
Docker, Containers, and the Future of Application Delivery Obtained from:
Virtualization and the Cloud
VIRTUALISATION OF HADOOP CLUSTERS Dr G Sudha Sadasivam Assistant Professor Department of CSE PSGCT.
To run the program: To run the program: You need the OS: You need the OS:
CDP-B382 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together TechEd Europe Nick Stinemates / Corey Sanders.
Windows Azure Conference 2014 Running Docker on Windows Azure.
Microsoft’s Vision for IT as a Service The Server to Virtualized Datacenter to Private & Public Cloud Continuum David Greschler, Director, Microsoft Kondwani.
Remus: VM Replication Jeff Chase Duke University.
A Brief Intro to Virtualiztion. What is Virtualization? An abstraction Usually performed via software Many different types –Hardware –Software –Data –Network.
COMS E Cloud Computing and Data Center Networking Sambit Sahu
High Performance Computing on Virtualized Environments Ganesh Thiagarajan Fall 2014 Instructor: Yuzhe(Richard) Tang Syracuse University.
Dynamic and Secure Application Consolidation with Nested Virtualization and Library OS in Cloud Kouta Sannomiya and Kenichi Kourai (Kyushu Institute of.
Docker and Container Technology
Protection of Processes Security and privacy of data is challenging currently. Protecting information – Not limited to hardware. – Depends on innovation.
64-bit JIT + SIMD Garbage Collector Runtime components Compilers.NET Compiler Platform (Roslyn) Languages innovation.NET Framework 4.6.NET Core.
© 2009 Pittsburgh Supercomputing Center Server Virtualization and Security Kevin Sullivan Copyright Kevin Sullivan, Pittsburgh Supercomputing.
Agenda Azure and Open source Introduction to Containers and Docker. Docker on Azure CoreOS and Why Get Started on Docker.
In Depth Introduction to Containers On Microsoft Platforms Dave Strebel Cloud Technical Specialist Microsoft.
Alfresco deployment with Docker Andrea Agili Software Engineer – Dr Wolf srl Tommaso Visconti DevOps – Dr Wolf srl.
Virtualization - an introduction Gordon Ross Computing Service.
The Docker Container Approach to Build Scalable and Performance Testing Environment Pankaj Rodge, VMware.
Microsoft Build /9/2017 5:00 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Let's talk about Linux and Virtualization in 'vLAMP'
INTRO TO Presenter: PhuongNQK.
Containers as a Service with Docker to Extend an Open Platform
Fundamentals Sunny Sharma Microsoft
VAGRANT AND DOCKER AS LEARNING ENVIRONMENTS
Learning about Containers in the Real World
Docker in Action.
Docker – kontejnerizacija na serveru Vedran Vučetić, SPAN
Containers and Virtualisation

Virtualization overview
A Brief Intro to Virtualiztion
A Brief Intro to Virtualiztion
Windows Server & Hyper-V Containers Vaggelis Kappas
Microsoft Connect /18/ :32 PM
OpenStack Summit AsiaWorld Expo / November 2013
9/20/ :55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Virtual Academy
Azhagappan Arunachalam
Introduction to Docker
Using docker containers
Ease OpenStack : Non-Containerized to Containerized
Intro to Docker Containers and Orchestration in the Cloud
Virtualization Layer Virtual Hardware Virtual Networking
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Developing for the cloud with Visual Studio
CompTIA Security+ Study Guide (SY0-501)
Intro about Contanier and Docker Technology
Microsoft Virtual Academy
Orchestration & Container Management in EGI FedCloud
Openstack-alapú privát felhő üzemeltetés
OpenShift vs. Vanilla k8s on OpenStack IaaS
Virtual machines benefits
CloudOpting - Hackathon
DevOps in action The next level of virtualization
Introduction to Docker
Architecture Agnostic Docker Build Systems
Azure Container Service
Harrison Howell CSCE 824 Dr. Farkas
Client/Server Computing and Web Technologies
Azure App Service Web App for Containers
Containers on Azure Peter Lasne Sr. Software Development Engineer
Presentation transcript:

Build Test Integrat e Deploy Develop Languages Frameworks Cloud and Infra Data platforms

App A Hypervisor (Type 2) Host OS Server Guest OS Bins/ Libs App A’ Guest OS Bins/ Libs App B Guest OS Bins/ Libs App A’ Host OS Server Bins/Libs App A Bins/Libs App B App B’ VM Container Containers are isolated, but share OS kernel and, where appropriate, bins/libraries Guest OS Guest OS …result is significantly faster deployment, much less overhead, easier migration, faster restart Docker Deamon

Host Machine Docker Hub Docker Deamon Container A Container B … Source Code Repo Create Delete List

Container: Docker run /bin/sh -c “while true; do..” Image: sudo apt-get update Base Image Kernel Bootfs