Use Cases for Docker in Enterprise Linux Environment CloudOpen North America, 2014 Linda Wang Sr. Software Engineering Manager Red Hat, Inc.
|
|
|
- Edgar Spencer
- 10 years ago
- Views:
Transcription
1 Use Cases for Docker in Enterprise Linux Environment CloudOpen North America, 2014 Linda Wang Sr. Software Engineering Manager Red Hat, Inc. 1
2 2
3 Containerize! 3
4 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Based on Lightweight Virtualized Technologies Linux Containers: cgroups, namespaces, SELinux Provides a new Format to deliver bits 4 Provide Minimal Footprint Fast Deployment Can be Used on Various Market Segment
5 Use Cases for Docker in the Enterprise Linux Environment What s Lightweight virtualization? Lightweight Virtualized vs. Fully Virtualized vs. Townhouses Apartment 5
6 Use Cases for Docker in the Enterprise Linux Environment What s Lightweight Virtualization? Lightweight Virtualized vs. Fully Virtualized vs. Kernel Shared Own Kernel on Hypervisor KVM or Xen Containers 6
7 Use Cases for Docker in the Enterprise Linux Environment 7 What s a Linux Container? A Lightweight Virtualized Technologies Control Groups Resource Management Namespace Process Isolation SELinux, grsecurity Security SystemD/Kubernete Management tool
8 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container? Control Groups Resource Management Memory Network Block IO CPU Cgroups Cgroups Linux Kernel Hardware 8
9 Control Groups Resource Management 9
10 Namespace - Process Isolation
11 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container? Namespaces User Space Virtualized Process mgt Virtualized devices Virtualized User ID Host Kernel 11 Virtualized FS interface Virtualized FS interface Application A.. Application B.. Application C.....
12 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container? Namespaces application point of view User Space Pid 1.. /dev/tty /dev/eth0.. /etc /var /tmp Application A.. Application B.. Application A.. Application C.. Application B..... Application C..... Uid Host Kernel 12
13 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container? Namespaces host point of view User Space Pid /dev/pty12 /dev/eth1.. Uid Host Kernel 13 /etc/conta/etc /var/conta/var /tmp/conta/ tmp.. Application A.. Application B.. Application A.. C.. Application Application B..... Application C.....
14 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container Namespaces and SELinux User Space Uid Host Kernel 14 /etc/conta/etc /var/conta/var Pid /dev/pty12 /dev/eth1.. /var.. /tmp /tmp/conta/ tmp.. Application A.. Application B.. Application A.. C.. Application Application B..... Application C..... Uid500 Pid 1 SELinux
15 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container? Namespaces, SELinux User Space /etc/conta/etc /var/conta/var Pid Legend /var.. /tmp /tmp/conta/ tmp.. Application A.. Application B.. Application A.. C.. Application Application B..... Application C..... Uid 500 Pid 1 SELinux /dev/pty12 /dev/eth1.. Uid Process ID Namespace Device Namespace User Namespace Host Kernel 15 Mount Namespace
16 Use Cases for Docker in the Enterprise Linux Environment What s a Linux Container? Linux Containers: Cgroups, Namespaces, SELinux User Space Legend U id Pid 1 5 SELinux0 0 UID 5600 /dev/pty12 PID 5362 /dev/eth1.. CPU#1, 8G Host Kernel 8 CPUS, 32G system 16 App. F..... /etc/conta/etc /var/conta/var CPU#0,2, 16G /var.. Pid UID 5600 Application Application D..A..... Application B.. Application C..... /tmp Uid /dev/pty12 /dev/eth1.. /etc/conta/etc /var/conta/var SELinux Uid 500 /var.. /tmp /tmp/conta/ tmp.. PID 5362 Pid Pid 1 /tmp/conta/ tmp.. Application A.. Application B.. Application C..... CGroups#1 CGroups#2 CPU#3 4G CGroups#3
17 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Based on Lightweight Virtualized Technologies Linux Containers: cgroups, namespaces, SELinux Provides a new Format to deliver bits 17 Provide Minimal Footprint Fast Deployment Can be Used on Various Market Segment
18 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Provides a new Format to deliver bits Traditional Way.. 18
19 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Provides a new Format to deliver bits Container Format 19
20 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Provides a new Format to deliver bits base Docker Image Format 20
21 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Provides a new Format to deliver bits
22 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Provides image base format to deliver bits
23 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Based on Lightweight Virtualized Technologies Linux Containers: cgroups, namespaces, SELinux Provides a new Format to deliver bits 23 Provide Minimal Footprint Fast Deployment Can be Used on Variety of Market Segment
24 Use Cases for Docker in the Enterprise Linux Environment What s Docker? 24 Provides a new Format to deliver bits
25 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Based on Lightweight Virtualized Technologies Provide Minimal Footprint Fast Deployment 25 Simplified application delivery Light weight Application Isolation Integrated application delivery using Image-based solution Provides application mobility Provides minimal footprint as needed
26 Use Cases for Docker in the Enterprise Linux Environment What s Docker? Based on Lightweight Virtualized Technologies Linux Containers: cgroups, namespaces, SELinux Provides a new Format to deliver bits 26 Provide Small Footprint Fast Deployment Can be Used on Various Market Segment
27 Use Cases Applications 27
28 Use Cases in Enterprise Linux Environment Docker acts as the interfaces to Linux containers Becomes a new application delivery platform 28 Deploy new applications based on flexibility that Docker container provides Also can be used by traditional enterprise users
29 Use Cases in Enterprise Linux Environment Traditional Use Cases Use it to management system resources Provide application isolation (prevent runaway apps, etc..) For long running applications that have static setup and user environment Benefit from less impact on upgrade management and less overhead Running multiple Linux applications on single Linux host Instead, run inside docker container Applications that run inside of full OS virtualized environment; but in simplified form, can be migrated to Docker environment 29
30 Use Cases in Enterprise Linux Environment New Application Delivery Use Cases 30 Focus on fast deployment Focus on use cases that mitigate impacts by server updates Mixed environment use cases Stack-able environment use cases
31 Use Cases in Enterprise Linux Environment Identical Containers Non-identical Containers Host System Image-based Containers Image-based Containers Operating System RHEL 6 RHEL 7 RHSCL Fedora
32 Use Cases in Enterprise Linux Environment Mixed Environment Use Cases Mitigate impacts by server updates Running newer applications on older hosts User Space /usr/bin Ruby Java 1.6.0_3 Python Gcc Gcc Java_ 1.8 Perl 6.2 /opt Ruby 2.0 PHP Bash 4.3 Ruby 2.0 Java_ 1.8 Docker Perl PHP Host Kernel 32 Bash 4.3 Perl 6.2 Bash 4.1.2
33 Use Cases in Enterprise Linux Environment Mixed Environment Use Cases Mitigate impacts by server updates Running newer applications on older hosts User Space... /usr/bin/ruby_1.8.7 /bin/bash_4.3 /usr/bin/ruby 2.0 /usr/bin/java_1.8 /usr/bin/perl_6.2 Docker /usr/bin/python_2.6.6 /usr/bin/perl_ /usr/bin/gcc_4.6.6 /bin/bash_4.1.2 Docker /usr/bin/java_1.6.0 /opt/usr/bin/ruby_2.0 /opt/usr/bin/java_1.8 /opt/usr/bin/perl_6.2 /opt/bin/bash_ Docker Host Kernel 33
34 Use Cases in Enterprise Linux Environment Stack-able Environment Use Cases Uses existing fully virtualized environment and setup Running newer applications on old virt hosts App A App B App C Runtime A Runtime B Runtime C Docker Containers Docker Containers App A App B App C Runtime A Runtime B Runtime C Docker Containers Docker Containers Container Host OS & Central Shared Services Container Host OS & Central Shared Services Kernel & Virt Drivers Hypervisor Host OS Kernel & HW Drivers Kernel & HW Drivers Hardware 34 Hardware
35 Use Cases Enterprise Usage 35
36 Use Cases in Enterprise Linux Environment Enterprise Environment - Full Stack Integration Docker Registry - Image manager and database RHEL Atomic Host Deploy and management container 36 Kubernetes - Container orchestration and management (Google, Red Hat, IBM...) Openstack - Cloud infrastructure
37 Use Cases in Enterprise Linux Environment Market Segment Early Adopter Existing in-house application migration PaaS Platform Ease of deployment and Integration Main Stream Cloud infrastructure integration For in-house software development For system integraters whom hosts different development environment 37
38 Use Cases in Enterprise Linux Environment Early Adopters and Main Stream Use Cases For in-house software development For systems integrator whom hosts different development environment Ruby Factory java IT Outsource IT HR Internal App Devel Finance A HR Perl Finance Manufacturing 38 A B Legal B Scenario A Company C: Company B: Company A: Scenario B Bash
39 Use Cases in Enterprise Linux Environment Early Adopter For in-house software development and/or deployment To satisfy SLA requirements quickly Company A: IT HR Internal App Devel Finance Company A: IT Internal App Devel Paas On premise Ruby Ruby Factory Ruby Ruby java java java Scenario A 39 java
40 Use Cases in Enterprise Linux Environment Early Adopters For in-house software development and/or deployment To satisfy SLA requirements quickly Company A: IT HR Internal App Devel Finance Company A: IT Internal App Devel Ruby Paas On premise Factory Ruby Ruby Factory java java Scenario A 40 java Ruby java Procurement
41 Use Cases in Enterprise Linux Environment Main Stream For in-house software development and/or deployment To satisfy SLA requirements quickly PaaS Cloud Company A: IT HR Internal App Finance Devel Ruby Factory java Company A: IT Internal App Devel Ruby Ruby Scenario A 41 java Ruby java java
42 Use Cases in Enterprise Linux Environment Early Adopters For external software development, and integration plus deployment For systems integrator whom hosts different application environment Company B: Company C: IT Outsource HR Company C: Perl Perl Finance Manufacturing A Legal B A Bas h A Bash B B Scenario B 42 Paas On premise
43 Use Cases in Enterprise Linux Environment Main Stream For external software development, and integration plus deployment For systems integrator whom hosts different application environment Company B: Company C: Company C: IT Outsource Paas Cloud HR Perl Perl Finance Manufacturing A Legal B A Bas h A Bash B B Scenario B 43
44 Use Cases in Enterprise Linux Environment Key Takeaways Application resource management and isolation mechanism in a light-weight multi-tenancy environment Agile application packaging w/ Docker image-based containers Provide flexibility on environment footprint 44 Mixed and/or Stack-able Environment Fast deployment for traditional application's environment Compatible with existing full virt environment - run docker inside virtualized environment
45 Use Cases in Enterprise Linux Environment References 45 Docker docker.io or Performance Blog on Docker Jeremy Eder RHEL Blog - Project Atomic -
46 Questions? 46
Cisco Application-Centric Infrastructure (ACI) and Linux Containers
White Paper Cisco Application-Centric Infrastructure (ACI) and Linux Containers What You Will Learn Linux containers are quickly gaining traction as a new way of building, deploying, and managing applications
Do Containers fully 'contain' security issues? A closer look at Docker and Warden. By Farshad Abasi, 2015-09-16
Do Containers fully 'contain' security issues? A closer look at Docker and Warden. By Farshad Abasi, 2015-09-16 Overview What are Containers? Containers and The Cloud Containerization vs. H/W Virtualization
RED HAT CONTAINER STRATEGY
RED HAT CONTAINER STRATEGY An introduction to Atomic Enterprise Platform and OpenShift 3 Gavin McDougall Senior Solution Architect AGENDA Software disrupts business What are Containers? Misconceptions
Red Hat Enterprise Linux 7 Platform without Boundaries
Red Hat Enterprise Linux 7 Platform without Boundaries James Read Solution Architect Daniel Messer Solution Architect Dirk Kissinger Fujitsu
The Virtualization Practice
The Virtualization Practice White Paper: Managing Applications in Docker Containers Bernd Harzog Analyst Virtualization and Cloud Performance Management October 2014 Abstract Docker has captured the attention
Sacha Dubois RED HAT TRENDS AND TECHNOLOGY PATH TO AN OPEN HYBRID CLOUD AND DEVELOPER AGILITY. Solution Architect Infrastructure
RED HAT TRENDS AND TECHNOLOGY PATH TO AN OPEN HYBRID CLOUD AND DEVELOPER AGILITY Sacha Dubois Solution Architect Infrastructure [email protected] 13. März 2015 - Seite 1 / 25 I.T. CHALLENGES 13. März
RED HAT CLOUD SUITE FOR APPLICATIONS
RED HAT CLOUD SUITE FOR APPLICATIONS DATASHEET AT A GLANCE Red Hat Cloud Suite: Provides a single platform to deploy and manage applications. Offers choice and interoperability without vendor lock-in.
OpenShift. Marek Jelen, OpenShift, Red Hat
OpenShift Marek Jelen, OpenShift, Red Hat The problem Ever growing pressure on IT IT becoming the most integral part of most organizations The budgets do not grow as the requirements do Engineers demanding
An Analysis of Container-based Platforms for NFV
An Analysis of Container-based Platforms for NFV Sriram Natarajan, Deutsche Telekom Inc. Ramki Krishnan, Dell Inc. Anoop Ghanwani, Dell Inc. Dilip Krishnaswamy, IBM Research Peter Willis, BT Plc Ashay
A Complete Open Cloud Storage, Virt, IaaS, PaaS. Dave Neary Open Source and Standards, Red Hat
A Complete Open Cloud Storage, Virt, IaaS, PaaS Dave Neary Open Source and Standards, Red Hat 1 Agenda 1. Traditional virtualization 2. The move to IaaS 3. Storage 4. PaaS, application encapsulation and
Enabling IT Agility with an Open Hybrid Cloud
Enabling IT Agility with an Open Hybrid Cloud Red Hat and Cisco Solutions and Collaboration Karthik Prabhakar [email protected] Global Cloud Architect 2 3 The Move to Hybrid Cloud PHYSICAL VIRTUAL CLOUD
How To Get The Most Out Of Redhat.Com
RED HAT ENTERPRISE VIRTUALIZATION AND CLOUD STRATEGY Aram Kananov EMEA Product Marketing Manager Platform and Cloud Business Units Red Hat 1 RED HAT BRINGS COMMUNITY, VENDORS, USERS TOGETHER 2 RED HAT
DevOps. Josh Preston Solutions Architect Stardate 69094.1
DevOps Josh Preston Solutions Architect Stardate 69094.1 I keep hearing about DevOps What is it? FOR MANY ORGANIZATIONS, WHAT IS I.T. LIKE TODAY? WATERFALL AND SILOS Application Version X DEVELOPMENT OPERATIONS
openshift enterprise whitepaper Gordon Haff
openshift enterprise whitepaper The Road to Enterprise PaaS Gordon Haff EXECUTIVE SUMMARY Platform-as-a-Service (PaaS) provides an abstraction that makes developers more productive by helping them focus
The Road To enterprise paas
WhiTepapeR The Road To enterprise paas Gordon Haff ExEcutivE summary Platform-as-a-Service (PaaS) provides an abstraction that makes developers more productive by helping them focus on creating applications
IBM Cloud Manager with OpenStack
IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta [email protected] Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3
Red Hat Cloud Ecosystem
OpenSource Days 8/6/2016 Zagreb, Croatia Red Hat Cloud Ecosystem Jiří Kolář Solution Architect CZ/SK/CEE [email protected] BUSINESS UNDER PRESSURE INCREASING EXPECTATIONS AND COMPETITION LINE OF BUSINESS
Red Hat Enterprise Linux The original cloud operating system
Whitepaper Red Hat Enterprise Linux The original cloud operating system Mark Coggin, Senior Director of Product Marketing, Red Hat Executive summary Linux is twice as popular as Windows on Amazon Web Services.
Docker : devops, shared registries, HPC and emerging use cases. François Moreews & Olivier Sallou
Docker : devops, shared registries, HPC and emerging use cases François Moreews & Olivier Sallou Presentation Docker is an open-source engine to easily create lightweight, portable, self-sufficient containers
Satish Mohan. Head Engineering. AMD Developer Conference, Bangalore
Satish Mohan Head Engineering AMD Developer Conference, Bangalore Open source software Allows developers worldwide to collaborate and benefit. Strategic elimination of vendor lock in OSS naturally creates
Computer Science. About PaaS Security. Donghoon Kim Henry E. Schaffer Mladen A. Vouk
About PaaS Security Donghoon Kim Henry E. Schaffer Mladen A. Vouk North Carolina State University, USA May 21, 2015 @ ICACON 2015 Outline Introduction Background Contribution PaaS Vulnerabilities and Countermeasures
Linstantiation of applications. Docker accelerate
Industrial Science Impact Factor : 1.5015(UIF) ISSN 2347-5420 Volume - 1 Issue - 12 Aug - 2015 DOCKER CONTAINER 1 2 3 Sawale Bharati Shankar, Dhoble Manoj Ramchandra and Sawale Nitin Shankar images. ABSTRACT
OpenShift. OpenShift platform features. Benefits Document. openshift. Feature Benefit OpenShift. Enterprise
openshift Benefits Document platform features Feature Benefit FOR APPLICATIO DEVELOPMET Self-Service and On-Demand Application Stacks By enabling Developers with the ability to quickly and easily deploy
OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE
RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE Arthur Enright Principal Product Manager Virtulization Business Unit I.T. CHALLENGES WORKLOADS ARE EVOLVING
Azul pitches Docker as alternative to virtualization for heavy-duty Java applications
Azul pitches Docker as alternative to virtualization for heavy-duty Java applications Analyst: John Abbott 24 Sep, 2014 Responding to 'significant interest' from its enterprise customer base, the Java
REDEFINING THE ENTERPRISE OS RED HAT ENTERPRISE LINUX 7
REDEFINING THE ENTERPRISE OS RED HAT ENTERPRISE LINUX 7 Rodrigo Freire Sr. Technical Account Manager May 2014 1 Roadmap At A Glance CY2010 CY2011 CY2012 CY2013 CY2014.0 RHEL 7 RHEL 5 Production 1.1.0 RHEL
The QEMU/KVM Hypervisor
The /KVM Hypervisor Understanding what's powering your virtual machine Dr. David Alan Gilbert [email protected] 2015-10-14 Topics Hypervisors and where /KVM sits Components of a virtual machine KVM Devices:
Fast Lane OpenStack Overview Red Hat Enterprise Linux OpenStack Platform
Fast Lane OpenStack Overview Red Hat Enterprise Linux OpenStack Platform 1 Agenda 2 1. What is OpenStack? 2. What do I use OpenStack for? 3. Why Red Hat OpenStack? 4. Demo? What is OpenStack? 3 THE framework
Container Clusters on OpenStack
Container Clusters on OpenStack 和 信 雲 端 首 席 技 術 顧 問 孔 祥 嵐 / Brian Kung [email protected] Outlines VMs vs. Containers N-tier Architecture & Microservices Two Trends Emerging Ecosystem VMs vs.
Why Does CA Platform Use OpenShift?
Why Does CA Platform Use OpenShift? The Problem Let s consider an application with a back-end web service. HTTP The service could be Tomcat serving HTML, Jetty serving OData, Node.js serving plain REST
Platform as a Service and Container Clouds
John Rofrano Senior Technical Staff Member, Cloud Automation Services, IBM Research [email protected] or [email protected] Platform as a Service and Container Clouds using IBM Bluemix and Docker for Cloud
Red Hat Enterprise Linux 6 Server:
Tech notes Red Hat Enterprise Linux 6 Server: FEATURES AND BENEFITS Red Hat Enterprise Linux 6 is the best platform to tranform current and future technology innovations into the best value and scale for
Networks and Services
Networks and Services Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Fall 2015 TOC 1 Infrastructure as a Service 2 Platform as a Service 3 Software as a Service Infrastructure as a Service Definition Infrastructure
WHITEPAPER INTRODUCTION TO CONTAINER SECURITY. Introduction to Container Security
Introduction to Container Security Table of Contents Executive Summary 3 The Docker Platform 3 Linux Best Practices and Default Docker Security 3 Process Restrictions 4 File & Device Restrictions 4 Application
RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM. Stanislav Polasek ELOS Technologies [email protected]
RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM Stanislav Polasek ELOS Technologies [email protected] ELOS Technologies Automatizace infrastruktury datových center Centrální správa konfigurací
White Paper Server. SUSE Linux Enterprise Server 12 Modules
White Paper Server SUSE Linux Enterprise Server 12 Modules Server White Paper SUSE Linux Enterprise Server 12 Modules What Can Modular Packaging Do for You? What if you could use a reliable operating system
Cloud Computing with Red Hat Solutions. Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd. [email protected]
Cloud Computing with Red Hat Solutions Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd [email protected] Linux Automation Details Red Hat's Linux Automation strategy for next-generation IT infrastructure
Data Centers and Cloud Computing
Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1 Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2 Data Centers
Black-box and Gray-box Strategies for Virtual Machine Migration
Black-box and Gray-box Strategies for Virtual Machine Migration Wood, et al (UMass), NSDI07 Context: Virtual Machine Migration 1 Introduction Want agility in server farms to reallocate resources devoted
Build & Manage Clouds with Red Hat Cloud Infrastructure Products. TONI WILLBERG Solution Architect Red Hat [email protected]
Build & Manage Clouds with Red Hat Cloud Infrastructure Products TONI WILLBERG Solution Architect Red Hat [email protected] AGENDA Cloud Concepts Market Overview Evolution to Cloud Workloads Evolution to
RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY
RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY Syamsul Anuar Abd Nasir Fedora Ambassador Malaysia 1 ABOUT ME Technical Consultant for Warix Technologies - www.warix.my Warix is a Red Hat partner Offers
Platform Architecture & Integration with OpenShift
Platform Architecture & Integration with OpenShift Presenter: Dr Mícheál Ó Foghlú Senior Director Software Engineering DATE: 2015-06-25 TIME: 3:40-4:40 VENUE: Room 302 Agenda What is the Red Hat Mobile
OpenShift on OpenStack
OpenShift on OpenStack Jason Callaway Senior Solutions Architect [email protected] @jasoncallaway 11/14/2013 1 Agenda Why Platform as a Service (PaaS) Demo OpenShift Discuss OpenStack Heat Lab / hack-athon
How Bigtop Leveraged Docker for Build Automation and One-Click Hadoop Provisioning
How Bigtop Leveraged Docker for Build Automation and One-Click Hadoop Provisioning Evans Ye Apache Big Data 2015 Budapest Who am I Apache Bigtop PMC member Software Engineer at Trend Micro Develop Big
the CONTAINER COLORING BOOK "Who's afraid of the big bad wolf?" MÁIRÍN DUFFY DAN WALSH illustrated by written by
the CONTAINER COLORING BOOK "Who's afraid of the big bad wolf?" written by DAN WALSH illustrated by MÁIRÍN DUFFY INTRODUCTION Once upon a time, there were three little pigs. They each needed a place to
RED HAT ENTERPRISE VIRTUALIZATION
Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April
Agenda. 1. Welcoming and intro 2. Introduction to RHEL-OSP 3. Deep Dive RHEL-OSP 4. Live Demo 5. OSP-Director 6. What's new in liberty
Agenda 1. Welcoming and intro 2. Introduction to RHEL-OSP 3. Deep Dive RHEL-OSP 4. Live Demo 5. OSP-Director 6. What's new in liberty Cloud Intro Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect
Intel IT s Cloud Journey. Speaker: [speaker name], Intel IT
Intel IT s Cloud Journey Speaker: [speaker name], Intel IT Accelerating The Corporate IT Journey Cloud enables ubiquitous access to resources and applications, and workload flexibility Cloud IaaS Infrastructure
KVM, OpenStack, and the Open Cloud
KVM, OpenStack, and the Open Cloud Adam Jollans, IBM & Mike Kadera, Intel CloudOpen Europe - October 13, 2014 13Oct14 Open VirtualizaGon Alliance 1 Agenda A Brief History of VirtualizaGon KVM Architecture
The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers.
White Paper Virtualized SAP: Optimize Performance with Cisco Data Center Virtual Machine Fabric Extender and Red Hat Enterprise Linux and Kernel-Based Virtual Machine What You Will Learn The virtualization
Building a Kubernetes Cluster with Ansible. Patrick Galbraith, ATG Cloud Computing Expo, NYC, May 2016
Building a Kubernetes Cluster with Ansible Patrick Galbraith, ATG Cloud Computing Expo, NYC, May 2016 HPE ATG HPE's (HP Enterprise) Advanced Technology Group for Open Source and Cloud embraces a vision
PaaS solutions evaluation
PaaS solutions evaluation August 2014 Author: Sofia Danko Supervisors: Giacomo Tenaglia Artur Wiecek CERN openlab Summer Student Report 2014 Project Specification OpenShift Origin is an open source software
Table of contents. Cloud Computing Sourcing. August 2014. Key Takeaways
August 2014 Cloud Computing Sourcing Key Takeaways Market Penetration As of mid-2014, 87% of tech executives reported utilizing outsourced computing power for at least one task. Market Growth The service
Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM
Bern University of Applied Sciences Engineering and Information Technology Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM By Franz Meyer Version 1.0 February 2011 Virtualization Architecture
Virtualizare sub Linux: avantaje si pericole. Dragos Manac
Virtualizare sub Linux: avantaje si pericole Dragos Manac 1 Red Hat Enterprise Linux 5 Virtualization Major Hypervisors Xen: University of Cambridge Computer Laboratory Fully open sourced Set of patches
Deploying Your Application On Public Cloud
#GHC14 Deploying Your Application On Public Cloud Egle Sigler @eglute Iccha Sethi @IcchaSethi October 9, Egle Sigler Principal Architect at Rackspace Works with OpenStack POWER: Professional Organization
Intel IT Cloud Extending OpenStack* IaaS with Cloud Foundry* PaaS
Intel IT Cloud Extending OpenStack* IaaS with Cloud Foundry* PaaS Speaker: Catherine Spence, IT Principal Engineer, Cloud Computing Acknowledgements: Aaron Huber, Jon Price November 2014 Legal Notices
Red Hat Cloud and Virtualization How to Sell. Karl Stevens Senior Solution Architect [email protected]
Red Hat Cloud and Virtualization How to Sell Karl Stevens Senior Solution Architect [email protected] # 1 OPEN SOURCE LEADER MORE THAN SOME OF OUR EMPLOYEES 80% of FORTUNE 500 COMPANIES use RED HAT PRODUCTS
Next Generation Now: Red Hat Enterprise Linux 6 Virtualization A Unique Cloud Approach. Jeff Ruby Channel Manager [email protected]
Next Generation Now: Virtualization A Unique Cloud Approach Jeff Ruby Channel Manager [email protected] Introducing Extensive improvements in every dimension Efficiency, scalability and reliability Unprecedented
OpenStack in the Enterprise: From Strategy to Real Life. Radhesh Balakrishnan General Manager OpenStack [email protected]
OpenStack in the Enterprise: From Strategy to Real Life Radhesh Balakrishnan General Manager OpenStack [email protected] Enterprise IT Challenges Seismic Shift in Enterprise IT EXISTING EMERGING Applications
Operating Systems Virtualization mechanisms
Operating Systems Virtualization mechanisms René Serral-Gracià Xavier Martorell-Bofill 1 1 Universitat Politècnica de Catalunya (UPC) May 26, 2014 Contents 1 Introduction 2 Hardware Virtualization mechanisms
2015 LENOVO. ALL RIGHTS RESERVED. Isabel Zarate Lenovo EBG Leader
2015 LENOVO. ALL RIGHTS RESERVED. Isabel Zarate Lenovo EBG Leader Enterprise is Key to Lenovo Triple Plus Strategy SMART CONNECTED DEVICES TOTAL PORTFOLIO ** * 2 2015 Lenovo Internal. All rights reserved.
Introduction to Virtualization & KVM
Introduction to Virtualization & KVM By Zahra Moezkarimi ICT Research Institute Software Platform Laboratory Outline Virtualization History Overview Advantages and Limitations Types of virtualization Virtualization
The path to the cloud training
The path to the cloud training Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat May 2015 Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix I.T. Challenges in Enterprise
Introducing. 2013 Red Hat Enterprise Linux. Packaging. Joe Yu. Solution Architect, Red Hat
Introducing 2013 Red Hat Enterprise Linux Packaging Joe Yu Solution Architect, Red Hat 1 Objective The Platform Business Unit plans to introduce new subscription options on 1 October, 2013. Why? Align
CloudLinux is a proven solution for shared hosting providers that:
CloudLinux Overview What is CloudLinux CloudLinux is a proven solution for shared hosting providers that: Improves server s stability and security Increases density Improves performance Decreases support
Enterprise-Class Virtualization with Open Source Technologies
Enterprise-Class Virtualization with Open Source Technologies Alex Vasilevsky CTO & Founder Virtual Iron Software June 14, 2006 Virtualization Overview Traditional x86 Architecture Each server runs single
Commercial Software Licensing
Commercial Software Licensing CHAPTER 12: Prepared by DoD ESI January 2013 Chapter Overview Most software licenses today are either perpetual or subscription. Perpetual licenses involve software possession
<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy
Introducing Oracle VM: Oracle s Virtualization Product Strategy SAFE HARBOR STATEMENT The following is intended to outline our general product direction. It is intended for information
Cloud Computing #6 - Virtualization
Cloud Computing #6 - Virtualization Main source: Smith & Nair, Virtual Machines, Morgan Kaufmann, 2005 Today What do we mean by virtualization? Why is it important to cloud? What is the penalty? Current
Docker on OpenStack. August 2014. Author : Nitin Agarwal [email protected]. Supervisor(s) : Belmiro Moreira
Docker on OpenStack August 2014 Author : Nitin Agarwal [email protected] Supervisor(s) : Belmiro Moreira CERN openlab Summer Student Report 2014 Project Specification CERN is establishing a large
OpenShift on you own cloud. Troy Dawson OpenShift Engineer, Red Hat [email protected] November 1, 2013
OpenShift on you own cloud Troy Dawson OpenShift Engineer, Red Hat [email protected] November 1, 2013 2 Infrastructure-as-a-Service Servers in the Cloud You must build and manage everything (OS, App Servers,
Private Cloud Management
Private Cloud Management Speaker Systems Engineer Unified Data Center & Cloud Team Germany Juni 2016 Agenda Cisco Enterprise Cloud Suite Two Speeds of Applications DevOps Starting Point into PaaS Cloud
Real-Time KVM for the Masses Unrestricted Siemens AG 2015. All rights reserved
Siemens Corporate Technology August 2015 Real-Time KVM for the Masses Unrestricted Siemens AG 2015. All rights reserved Real-Time KVM for the Masses Agenda Motivation & requirements Reference architecture
Of Pets and Cattle and Hearts
Of Pets and Cattle and Hearts The SUSE Systems Management Story Joachim Werner Senior Product Manager, SUSE [email protected] Who am I? 2 SUSE and Linux Workloads in the Enterprise SUSE Studio Datacenter Private
<Insert Picture Here> Oracle Database Support for Server Virtualization Updated December 7, 2009
Oracle Database Support for Server Virtualization Updated December 7, 2009 Support Policy Server virtualization software allows multiple operating system instances to run on the same
Cloud Simulator for Scalability Testing
Cloud Simulator for Scalability Testing Nitin Singhvi ([email protected]) 1 Introduction Nitin Singhvi 11+ Years of experience in technology, especially in Networking QA. Currently playing roles
Migrating from Amazon AWS to OpenStack
Migrating from Amazon AWS to OpenStack Steve Curry FOUNDER AND PRESIDENT, METACLOUD, INC. Why? The Pros: Easy start Fully managed Credit card, mouse click, Go! The Cons: Expensive at scale Zero availability
Case study: Migrating 1,000 VMs from VMware to RHEV. Tomas Von Veschler Cox Senior Solution Architect, Red Hat June 2013
Case study: Migrating 1,000 VMs from VMware to RHEV Tomas Von Veschler Cox Senior Solution Architect, Red Hat June 2013 Case headlines Increase virtualization capacity 4X Saving $1M in software licenses
Mobile Cloud Computing T-110.5121 Open Source IaaS
Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital
Huawei and Open Source. Industry development department Shi Hao
Huawei and Open Source Industry development department Shi Hao ICT industry trend IT Value Big Data DC silos Mainframe Client / server Web Cloud Computer Business Drivers Virtualization Data Innovation
The Cloud to the rescue!
The Cloud to the rescue! What the Google Cloud Platform can make for you Aja Hammerly, Developer Advocate twitter.com/thagomizer_rb So what is the cloud? The Google Cloud Platform The Google Cloud Platform
SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager [email protected]. Product Marketing Manager djarvis@suse.
SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager [email protected] Product Marketing Manager [email protected] SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack
With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments
RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to
Virtualization. Dr. Yingwu Zhu
Virtualization Dr. Yingwu Zhu What is virtualization? Virtualization allows one computer to do the job of multiple computers. Virtual environments let one computer host multiple operating systems at the
Running Oracle Databases in a z Systems Cloud environment
Running Oracle Databases in a z Systems Cloud environment Sam Amsavelu [email protected] ISV & Channels Technical Sales - Oracle IBM Advanced Technical Skills (ATS), America Technical University/Symposia
SUSE Manager. A Comprehensive Linux Server Management the Linux Way. Name. Title Email
SUSE Manager A Comprehensive Linux Server Management the Linux Way Name Title Email Agenda 2 Product Overview Features and Functionality Management Module Provisioning Module Monitoring Roadmap Pricing
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server
Deputy Secretary for Information Technology Date Issued: November 20, 2009 Date Revised: December 20, 2010. Revision History Description:
Information Technology Policy Commonwealth of Pennsylvania Governor's Office of Administration/Office for Information Technology ITP Number: ITP-SYM008 ITP Title: Server Virtualization Policy Issued by:
Applied Micro development platform. ZT Systems (ST based) HP Redstone platform. Mitac Dell Copper platform. ARM in Servers
ZT Systems (ST based) Applied Micro development platform HP Redstone platform Mitac Dell Copper platform ARM in Servers 1 Server Ecosystem Momentum 2009: Internal ARM trials hosting part of website on
Virtualization for Cloud Computing
Virtualization for Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF CLOUD COMPUTING On demand provision of computational resources
Always On Infrastructure for Software as a Ser vice
Solution Brief: Always On Infrastructure for Software as a Ser vice WITH EGENERA CLOUD SUITE SOFTWARE Egenera, Inc. 80 Central St. Boxborough, MA 01719 Phone: 978.206.6300 www.egenera.com Introduction
RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE. Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT
RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT AGENDA Highlights of OpenStack Summit: Hong Kong Shifting
IOS110. Virtualization 5/27/2014 1
IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to
