SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
itcampro@ itcamp13# Premium conference on Microsoft technologies
Running Linux on Microsoft Private
and Public Cloud infrastructures
Tudor Damian
IT Solutions Specialist
Virtual Machine MVP
tudy.tel
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudHuge thanks to our sponsors!
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudAgenda
• The Linux “support” story
• What’s officially supported?
• What actually works?
• Linux in your Private Cloud
– Enlightened vs. emulated
– More about Linux Integration Services
– Linux P2V conversions for Hyper-V
– The future of Linux on Hyper-V
• Linux on Windows Azure
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• There’s no need for the Integration Services to install Linux on Hyper-V
• Most distributions work just fine in an emulated environment (lower performance)
• So why don’t we have more supported Linux distros?
• …such as Hannah Montana Linux - http://hannahmontana.sourceforge.net/
• The answer is simple: there are no companies to offer dedicated support
• Support is usually offered by the community
• Microsoft doesn’t have anyone to create a support
agreement with
• They don’t officially cover these under standard support
incidents
• They do recommend the communities for help (MVPs,
Linux distro-related communities)
• Users have reported successful installs of:
• Ubuntu, Debian, Fedora, CentOS, other distros (e.g. Hannah Montana Linux)
• Even FreeBSD and Open Solaris
Linux ”unofficial” support
itcampro@ itcamp13# Premium conference on Microsoft technologies
LINUX IN YOUR PRIVATE CLOUD
Running Linux on Hyper-V 3.0
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudHyper-V architecture
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• VSP (virtualization service provider)
• Hyper-V component in the”parent partition”
• Communicates with the hardware drivers
• Gives access to the host resources
• VSC (virtualization service client)
• Drivers for”synthetic devices” installed in the enlightened guest OS
• Exposes every virtual device and translates I/O requests
• There’s always a VSP/VSC pair
• VMBus (virtual machine bus)
• A high-speed point-to-point in-memory bus
• Allows the communication between VSPs and VSCs through Hyper-V
• For Linux, every VSC has a DIM (Driver Interface Mapper)
• DIMs interact with the Linux Kernel like any other driver
• There’s also a “VSC core” based on each existing VSP
How does it work?
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudEmulated vs. enlightened
• Emulated drivers
• Drivers are “emulated”
• All requests targeting the hardware (HDD, network, etc) are not direct
• “Translated” in both directions (VM-hw, hw-VM) by the hypervisor
• They bring in a performance overhead
• The emulated drivers are pretty similar to what we had in Virtual Server:
• Video = S3 Trio64+ SVGA (VESA)
• Network = Intel/DEC ”Tulip” 21x4x
• IDE = Intel 440BX chipset MB
• ”Enlightened” drivers
• Also known as “synthetic drivers”
• These make the VM ”hypervisor aware”
• Written especially for virtualized environments => paravirtualization
• They’re basically just pointers to the drivers in the ”parent partition”
• Huge performance boost!
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• What’s been done so far?
• July 2009 – Microsoft contributes with over 20.000 lines of code in the Linux kernel
• December 2009 – The drivers (in staging) are included in the 2.6.32 Kernel
• July 1st 2010 – Microsoft presents at the Red Hat Summit
• Official support list:
http://technet.microsoft.com/en-us/library/cc794868(WS.10).aspx
• Linux Integration Services 2.1 RTM (July 2010)
• SUSE Linux Enterprise Server (10 SP1/SP2/SP3, 11)
• Red Hat Enterprise Linux (5.2, 5.3, 5.4, 5.5)
• Linux Integration Services 3.4 RTM (September 2012)
• Red Hat Enterprise Linux 5.5-5.9 & 6.0-6.3 x86 and x64 (Up to 4 vCPU)
• CentOS 5.5-5.8 & 6.0-6.3 x86 and x64 (Up to 4 vCPU)
• SUSE Linux Enterprise Server 10 SP4 & 11 SP1/SP2
The story so far
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• Driver support for synthetic devices (v1 – original distro code, created by Citrix)
– Synthetic network controller & Synthetic storage controller (IDE/SCSI)
• Fastpath Boot Support for Hyper-V (v2.0 – December 2009)
– Block VSC – increased boot performance
• Timesync (v2.1 – July 2010)
– The clock inside the virtual machine will remain synchronized with the clock on the host
• Integrated Shutdown (v2.1 – July 2010)
– VMs can be cleanly shut down from Hyper-V
• Symmetric Multi-Processing (SMP) Support (v2.1 – July 2010)
– Supported Linux distributions can use up to 4 virtual processors (VP) per virtual machine
• Heartbeat (v2.1 – July 2010)
– Allows the host to detect whether the guest is running and responsive
• Pluggable Time Source (v2.1 – July 2010)
– A pluggable clock source module is included to provide a more accurate time source to the guest.
• KVP (Key Value Pair) Exchange (v3.1 – July 2011)
– Information about the running Linux VM can be obtained by using the Key Value Pair exchange functionality on the host (FQDN, Linux IS
version, IP addresses, OS version/distro/kernel, CPU architecture x86/x64)
• Integrated Mouse Support (v3.2 – January 2012)
– The cursor is no longer bound to the VMConnect window when used with the Linux Graphical User Interface
• SMP 32 vCPU support (v3.3 – June 2012)
– Support for up to 32 vCPUs on certain distros
• Live Migration (v3.4 – September 2012)
– Linux virtual machines can undergo live migration for load balancing purposes
• Jumbo Frames (v3.4 – September 2012)
– Linux virtual machines can be configured to use Ethernet frames with more than 1500 bytes of payload
The road to “enlightment”
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudComparing to IS on Windows
• Synthetic Drivers
• IDE driver
• SCSI driver
• Network Drive
• Mouse Integration
• Video
• Integration Services
• Operating System Shutdown
• Time Synchronization
• Heartbeat
• Data Exchange
• Backup (VSS)
TechEd 2010 - WSV305
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudIS on Windows
TechEd 2010 - WSV305
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudIS on Windows
TechEd 2010 - WSV305
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudWrap-up: Linux IS components
• hv_vmbus – communication with the host
• hv_storvsc – storage VSC
• hv_netvsc – network VSC
• hv_timesource – pluggable time source
• hv_mouse – enlightened mouse
• hv_utils – graceful shutdown, timesync,
heartbeat
itcampro@ itcamp13# Premium conference on Microsoft technologies
DEMO – LINUX ON HYPER-V
Running Linux on Hyper-V 2012
itcampro@ itcamp13# Premium conference on Microsoft technologies
LINUX P2V
Converting Linux physical machines to Hyper-V VMs
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
http://blogs.technet.com/b/enterprise_admin/archive/2010/05/13/linux-p2v-with-dd-and-vhdtool-easy-and-cheap.aspx
• You can use DD and VHDtool
– DD works both on Windows and Linux
– One case: you attach the Linux HDD on a Windows machine
Linux P2V conversion
TechEd 2010 - WSV305
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• From a command line, you convert the HDD into a RAW image format (.img)
dd if=?DeviceHarddisk1DR2 of=D:rhel54.img bs=1M --progress
Linux P2V (DD)
TechEd 2010 - WSV305
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
http://archive.msdn.microsoft.com/vhdtool
• A command-line tool, open-source
– Includes functions to manipulate VHD files (create, convert, extend, repair)
– An excelent P2V conversion tool for Linux machines
– It convers RAW images into VHDs
Linux P2V (VHDTool)
TechEd 2010 - WSV305
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• http://blogs.technet.com/b/enterprise_admin/archive/2010/04/26/hyper-v-linux-p2v-with-platespin.aspx
Linux P2V (PlateSpin)
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudDD on Linux to NTFS/USB drive
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudDD on Linux over the network
itcampro@ itcamp13# Premium conference on Microsoft technologies
THE FUTURE OF LINUX
ON HYPER-V
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudUpcoming Functionality
• Dynamic Memory for Linux guests
• Ballooning only for first implementation
• Bi-Directional KVP
• VLAN Tag support (requires Win8)
• 802.1q support (requires Win8)
• More stuff! 
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
CloudDriver Status
• Drivers getting out of staging:
• Kernel v3.2: hv_vmbus, hv_utils
• Kernel v3.3: hv_netvsc; hv_mouse
• Kernel v3.4: hv_storvsc
• Net Result:
• All Hyper-V drivers out of staging and part of the
mainline Linux kernel by v3.4
• Linux = first-class citizen on Hyper-V
itcampro@ itcamp13# Premium conference on Microsoft technologies
LINUX IN WINDOWS AZURE
Get your Linux VMs up and running in Azure within minutes
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• Linux support on Azure is growing
• As of right now, the Azure VM Gallery has:
– OpenSuse 12.3
– SUSE Enterprise 11 SP2
– Ubuntu Server (12.04, 12.10, 13.04)
– OpenLogic CentOS 6.3
What happens in the cloud?
itcampro@ itcamp13# Premium conference on Microsoft technologies
Private & Public
Cloud
• A Linux admin’s best friend 
http://vmdepot.msopentech.com/
VM Depot
itcampro@ itcamp13# Premium conference on Microsoft technologies
DEMO - AZURE AND VM DEPOT
Running Linux on Windows Azure
itcampro@ itcamp13# Premium conference on Microsoft technologies
Q & A

Weitere ähnliche Inhalte

Was ist angesagt?

4 virtual router CloudStack Developer Day
4 virtual router CloudStack Developer Day4 virtual router CloudStack Developer Day
4 virtual router CloudStack Developer DayKimihiko Kitase
 
XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...
XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...
XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...The Linux Foundation
 
Scale 12x Securing Your Cloud with The Xen Hypervisor
Scale 12x Securing Your Cloud with The Xen HypervisorScale 12x Securing Your Cloud with The Xen Hypervisor
Scale 12x Securing Your Cloud with The Xen HypervisorThe Linux Foundation
 
The DIY Punk Rock DevOps Playbook
The DIY Punk Rock DevOps PlaybookThe DIY Punk Rock DevOps Playbook
The DIY Punk Rock DevOps Playbookbcantrill
 
A timeline for embedded Linux
A timeline for embedded LinuxA timeline for embedded Linux
A timeline for embedded LinuxChris Simmonds
 
XPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGIC
XPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGICXPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGIC
XPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGICThe Linux Foundation
 
1.Introduction to virtualization
1.Introduction to virtualization1.Introduction to virtualization
1.Introduction to virtualizationHwanju Kim
 
Linux virtualization
Linux virtualizationLinux virtualization
Linux virtualizationGoogle
 
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...The Linux Foundation
 
The dream is alive! Running Linux containers on an illumos kernel
The dream is alive! Running Linux containers on an illumos kernelThe dream is alive! Running Linux containers on an illumos kernel
The dream is alive! Running Linux containers on an illumos kernelbcantrill
 
OSSEU18: NVDIMM and Virtualization - George Dunlap, Citrix
OSSEU18: NVDIMM and Virtualization  - George Dunlap, CitrixOSSEU18: NVDIMM and Virtualization  - George Dunlap, Citrix
OSSEU18: NVDIMM and Virtualization - George Dunlap, CitrixThe Linux Foundation
 
XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...
XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...
XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...The Linux Foundation
 
Solar Powered MicroServers - Green Computing
Solar Powered MicroServers - Green ComputingSolar Powered MicroServers - Green Computing
Solar Powered MicroServers - Green ComputingPaul Morse
 
5. IO virtualization
5. IO virtualization5. IO virtualization
5. IO virtualizationHwanju Kim
 
Windows server 8 and hyper v
Windows server 8 and hyper vWindows server 8 and hyper v
Windows server 8 and hyper vSusantha Silva
 
Scale14x: Are today's foss security practices robust enough in the cloud era ...
Scale14x: Are today's foss security practices robust enough in the cloud era ...Scale14x: Are today's foss security practices robust enough in the cloud era ...
Scale14x: Are today's foss security practices robust enough in the cloud era ...The Linux Foundation
 
Using Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud SystemUsing Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud SystemOpenFest team
 
This one goes to 11!
This one goes to 11!This one goes to 11!
This one goes to 11!APNIC
 
OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...
OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...
OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...The Linux Foundation
 

Was ist angesagt? (20)

4 virtual router CloudStack Developer Day
4 virtual router CloudStack Developer Day4 virtual router CloudStack Developer Day
4 virtual router CloudStack Developer Day
 
XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...
XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...
XPDS14: OpenXT - Security and the Properties of a Xen Virtualisation Platform...
 
Scale 12x Securing Your Cloud with The Xen Hypervisor
Scale 12x Securing Your Cloud with The Xen HypervisorScale 12x Securing Your Cloud with The Xen Hypervisor
Scale 12x Securing Your Cloud with The Xen Hypervisor
 
The kvm virtualization way
The kvm virtualization wayThe kvm virtualization way
The kvm virtualization way
 
The DIY Punk Rock DevOps Playbook
The DIY Punk Rock DevOps PlaybookThe DIY Punk Rock DevOps Playbook
The DIY Punk Rock DevOps Playbook
 
A timeline for embedded Linux
A timeline for embedded LinuxA timeline for embedded Linux
A timeline for embedded Linux
 
XPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGIC
XPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGICXPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGIC
XPDS16: Hypervisor Enforced Data Loss Prevention - Neil Sikka, A1LOGIC
 
1.Introduction to virtualization
1.Introduction to virtualization1.Introduction to virtualization
1.Introduction to virtualization
 
Linux virtualization
Linux virtualizationLinux virtualization
Linux virtualization
 
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
 
The dream is alive! Running Linux containers on an illumos kernel
The dream is alive! Running Linux containers on an illumos kernelThe dream is alive! Running Linux containers on an illumos kernel
The dream is alive! Running Linux containers on an illumos kernel
 
OSSEU18: NVDIMM and Virtualization - George Dunlap, Citrix
OSSEU18: NVDIMM and Virtualization  - George Dunlap, CitrixOSSEU18: NVDIMM and Virtualization  - George Dunlap, Citrix
OSSEU18: NVDIMM and Virtualization - George Dunlap, Citrix
 
XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...
XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...
XPDS16: A Paravirtualized Interface for Socket Syscalls - Dimitri Stiliadis, ...
 
Solar Powered MicroServers - Green Computing
Solar Powered MicroServers - Green ComputingSolar Powered MicroServers - Green Computing
Solar Powered MicroServers - Green Computing
 
5. IO virtualization
5. IO virtualization5. IO virtualization
5. IO virtualization
 
Windows server 8 and hyper v
Windows server 8 and hyper vWindows server 8 and hyper v
Windows server 8 and hyper v
 
Scale14x: Are today's foss security practices robust enough in the cloud era ...
Scale14x: Are today's foss security practices robust enough in the cloud era ...Scale14x: Are today's foss security practices robust enough in the cloud era ...
Scale14x: Are today's foss security practices robust enough in the cloud era ...
 
Using Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud SystemUsing Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud System
 
This one goes to 11!
This one goes to 11!This one goes to 11!
This one goes to 11!
 
OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...
OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...
OSSEU18: From Handcraft to Unikraft: Simpler Unikernelization of Your Applica...
 

Andere mochten auch

ASP.NET MVC - Public, Private Clouds and ICN.Bg
ASP.NET MVC - Public, Private Clouds and ICN.BgASP.NET MVC - Public, Private Clouds and ICN.Bg
ASP.NET MVC - Public, Private Clouds and ICN.BgDimitar Danailov
 
Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010
Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010
Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010ITSpark Community
 
ITCamp 2011 - Mihai Tataran, Tudor Damian - Keynote
ITCamp 2011 - Mihai Tataran, Tudor Damian - KeynoteITCamp 2011 - Mihai Tataran, Tudor Damian - Keynote
ITCamp 2011 - Mihai Tataran, Tudor Damian - KeynoteITCamp
 
ITCamp 2012 - Mihai Nadas - Tackling the single sign-on challenge
ITCamp 2012 - Mihai Nadas - Tackling the single sign-on challengeITCamp 2012 - Mihai Nadas - Tackling the single sign-on challenge
ITCamp 2012 - Mihai Nadas - Tackling the single sign-on challengeITCamp
 
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devsITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devsITCamp
 
ITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for me
ITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for meITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for me
ITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for meITCamp
 
ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1
ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1
ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1ITCamp
 
ITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just Began
ITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just BeganITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just Began
ITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just BeganITCamp
 
ITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the Ugly
ITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the UglyITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the Ugly
ITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the UglyITCamp
 
Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...
Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...
Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...ITSpark Community
 
Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010
Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010
Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010Agora Group
 
Tudor Damian - Comparing Microsoft Cloud with VMware Cloud
Tudor Damian - Comparing Microsoft Cloud with VMware CloudTudor Damian - Comparing Microsoft Cloud with VMware Cloud
Tudor Damian - Comparing Microsoft Cloud with VMware CloudITSpark Community
 
Proiect 10B - Bocioacă Necula
Proiect 10B - Bocioacă NeculaProiect 10B - Bocioacă Necula
Proiect 10B - Bocioacă NeculaAndreea Bocioaca
 
Comparing IaaS :VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS :VMware vs OpenStack vs Google’s GanetiComparing IaaS :VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS :VMware vs OpenStack vs Google’s GanetiGARL
 
Mihai Tataran - Building web applications with HTML 5 and related technologies
Mihai Tataran - Building web applications with HTML 5 and related technologiesMihai Tataran - Building web applications with HTML 5 and related technologies
Mihai Tataran - Building web applications with HTML 5 and related technologiesITSpark Community
 
ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012
ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012
ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012ITCamp
 

Andere mochten auch (16)

ASP.NET MVC - Public, Private Clouds and ICN.Bg
ASP.NET MVC - Public, Private Clouds and ICN.BgASP.NET MVC - Public, Private Clouds and ICN.Bg
ASP.NET MVC - Public, Private Clouds and ICN.Bg
 
Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010
Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010
Comunicăm eficient cu diverse tehnologii - Microsoft Office 2010
 
ITCamp 2011 - Mihai Tataran, Tudor Damian - Keynote
ITCamp 2011 - Mihai Tataran, Tudor Damian - KeynoteITCamp 2011 - Mihai Tataran, Tudor Damian - Keynote
ITCamp 2011 - Mihai Tataran, Tudor Damian - Keynote
 
ITCamp 2012 - Mihai Nadas - Tackling the single sign-on challenge
ITCamp 2012 - Mihai Nadas - Tackling the single sign-on challengeITCamp 2012 - Mihai Nadas - Tackling the single sign-on challenge
ITCamp 2012 - Mihai Nadas - Tackling the single sign-on challenge
 
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devsITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
 
ITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for me
ITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for meITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for me
ITCamp 2013 - Tiberiu Covaci & Sorin Stan - IASA Romania, what’s in it for me
 
ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1
ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1
ITCamp 2013 - Adrian Stoian - Whats new in ConfigMgr 2012 SP1
 
ITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just Began
ITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just BeganITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just Began
ITCamp 2013 - Tobiasz Koprowski - 2AM A Disaster Just Began
 
ITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the Ugly
ITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the UglyITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the Ugly
ITCamp 2011 - Tudor Damian - Private Cloud, the Good, the Bad and the Ugly
 
Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...
Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...
Adrian Stoian - Manage Private and Public Cloud Services with System Center 2...
 
Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010
Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010
Alternative Open Source pentru mediul de afaceri-solepad-tm-20mai2010
 
Tudor Damian - Comparing Microsoft Cloud with VMware Cloud
Tudor Damian - Comparing Microsoft Cloud with VMware CloudTudor Damian - Comparing Microsoft Cloud with VMware Cloud
Tudor Damian - Comparing Microsoft Cloud with VMware Cloud
 
Proiect 10B - Bocioacă Necula
Proiect 10B - Bocioacă NeculaProiect 10B - Bocioacă Necula
Proiect 10B - Bocioacă Necula
 
Comparing IaaS :VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS :VMware vs OpenStack vs Google’s GanetiComparing IaaS :VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS :VMware vs OpenStack vs Google’s Ganeti
 
Mihai Tataran - Building web applications with HTML 5 and related technologies
Mihai Tataran - Building web applications with HTML 5 and related technologiesMihai Tataran - Building web applications with HTML 5 and related technologies
Mihai Tataran - Building web applications with HTML 5 and related technologies
 
ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012
ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012
ITCamp 2011 - Adrian Stoian - System Center Configuration Manager 2012
 

Ähnlich wie ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cloud infrastructures

Cloudbursting VDI Scenarios (Tiberiu Radu)
Cloudbursting VDI Scenarios (Tiberiu Radu)Cloudbursting VDI Scenarios (Tiberiu Radu)
Cloudbursting VDI Scenarios (Tiberiu Radu)ITCamp
 
Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)
Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)
Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)ITCamp
 
Inside Triton, July 2015
Inside Triton, July 2015Inside Triton, July 2015
Inside Triton, July 2015Casey Bisson
 
Demystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data ScientistsDemystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data ScientistsDr Ganesh Iyer
 
Moby Open Source Summit North America 2017
Moby Open Source Summit North America 2017Moby Open Source Summit North America 2017
Moby Open Source Summit North America 2017Patrick Chanezon
 
Tudor Damian - What's new in Hyper-V 2012 R2
Tudor Damian - What's new in Hyper-V 2012 R2Tudor Damian - What's new in Hyper-V 2012 R2
Tudor Damian - What's new in Hyper-V 2012 R2ITSpark Community
 
Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...
Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...
Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...FrĂŠdĂŠric Aatz
 
Linux: embarquement immĂŠdiat pour le cloud
Linux: embarquement immĂŠdiat pour le cloudLinux: embarquement immĂŠdiat pour le cloud
Linux: embarquement immĂŠdiat pour le cloudMicrosoft
 
Oscon 2017: Build your own container-based system with the Moby project
Oscon 2017: Build your own container-based system with the Moby projectOscon 2017: Build your own container-based system with the Moby project
Oscon 2017: Build your own container-based system with the Moby projectPatrick Chanezon
 
Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016Anderson Bassani
 
DockerCon 2017 - General Session Day 1 - Solomon Hykes
DockerCon 2017 - General Session Day 1 - Solomon HykesDockerCon 2017 - General Session Day 1 - Solomon Hykes
DockerCon 2017 - General Session Day 1 - Solomon HykesDocker, Inc.
 
The Clear Path to a Cloudy Enterprise
The Clear Path to a Cloudy EnterpriseThe Clear Path to a Cloudy Enterprise
The Clear Path to a Cloudy Enterprisezoopster
 
Uklug2011.lotus.on.linux.report.technical.edition.v1.0
Uklug2011.lotus.on.linux.report.technical.edition.v1.0Uklug2011.lotus.on.linux.report.technical.edition.v1.0
Uklug2011.lotus.on.linux.report.technical.edition.v1.0dominion
 
ITCamp 2011 - Mihai Nadas - Windows Azure interop
ITCamp 2011 - Mihai Nadas - Windows Azure interopITCamp 2011 - Mihai Nadas - Windows Azure interop
ITCamp 2011 - Mihai Nadas - Windows Azure interopITCamp
 
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...ITCamp
 
Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?
Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?
Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?Microsoft
 
Dockers and kubernetes
Dockers and kubernetesDockers and kubernetes
Dockers and kubernetesDr Ganesh Iyer
 
Unikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library HypervisorUnikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library HypervisorAnil Madhavapeddy
 
Docker - Portable Deployment
Docker - Portable DeploymentDocker - Portable Deployment
Docker - Portable Deploymentjavaonfly
 

Ähnlich wie ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cloud infrastructures (20)

Cloudbursting VDI Scenarios (Tiberiu Radu)
Cloudbursting VDI Scenarios (Tiberiu Radu)Cloudbursting VDI Scenarios (Tiberiu Radu)
Cloudbursting VDI Scenarios (Tiberiu Radu)
 
Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)
Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)
Deep Dive into the Microsoft OpenStack CI Infrastructure (Alessandro Pilotti)
 
Inside Triton, July 2015
Inside Triton, July 2015Inside Triton, July 2015
Inside Triton, July 2015
 
Demystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data ScientistsDemystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data Scientists
 
Cont0519
Cont0519Cont0519
Cont0519
 
Moby Open Source Summit North America 2017
Moby Open Source Summit North America 2017Moby Open Source Summit North America 2017
Moby Open Source Summit North America 2017
 
Tudor Damian - What's new in Hyper-V 2012 R2
Tudor Damian - What's new in Hyper-V 2012 R2Tudor Damian - What's new in Hyper-V 2012 R2
Tudor Damian - What's new in Hyper-V 2012 R2
 
Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...
Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...
Linux on Azure - Session TechDays 2014 par Blaise Vignon (Microsoft), Julien ...
 
Linux: embarquement immĂŠdiat pour le cloud
Linux: embarquement immĂŠdiat pour le cloudLinux: embarquement immĂŠdiat pour le cloud
Linux: embarquement immĂŠdiat pour le cloud
 
Oscon 2017: Build your own container-based system with the Moby project
Oscon 2017: Build your own container-based system with the Moby projectOscon 2017: Build your own container-based system with the Moby project
Oscon 2017: Build your own container-based system with the Moby project
 
Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016
 
DockerCon 2017 - General Session Day 1 - Solomon Hykes
DockerCon 2017 - General Session Day 1 - Solomon HykesDockerCon 2017 - General Session Day 1 - Solomon Hykes
DockerCon 2017 - General Session Day 1 - Solomon Hykes
 
The Clear Path to a Cloudy Enterprise
The Clear Path to a Cloudy EnterpriseThe Clear Path to a Cloudy Enterprise
The Clear Path to a Cloudy Enterprise
 
Uklug2011.lotus.on.linux.report.technical.edition.v1.0
Uklug2011.lotus.on.linux.report.technical.edition.v1.0Uklug2011.lotus.on.linux.report.technical.edition.v1.0
Uklug2011.lotus.on.linux.report.technical.edition.v1.0
 
ITCamp 2011 - Mihai Nadas - Windows Azure interop
ITCamp 2011 - Mihai Nadas - Windows Azure interopITCamp 2011 - Mihai Nadas - Windows Azure interop
ITCamp 2011 - Mihai Nadas - Windows Azure interop
 
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
 
Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?
Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?
Kan de mange løsningsnyheder sikre 50% besparelse pü dit nye Storage?
 
Dockers and kubernetes
Dockers and kubernetesDockers and kubernetes
Dockers and kubernetes
 
Unikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library HypervisorUnikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library Hypervisor
 
Docker - Portable Deployment
Docker - Portable DeploymentDocker - Portable Deployment
Docker - Portable Deployment
 

Mehr von ITCamp

ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...
ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...
ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...ITCamp
 
ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...
ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...
ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...ITCamp
 
ITCamp 2019 - Peter Leeson - Managing Skills
ITCamp 2019 - Peter Leeson - Managing SkillsITCamp 2019 - Peter Leeson - Managing Skills
ITCamp 2019 - Peter Leeson - Managing SkillsITCamp
 
ITCamp 2019 - Mihai Tataran - Governing your Cloud Resources
ITCamp 2019 - Mihai Tataran - Governing your Cloud ResourcesITCamp 2019 - Mihai Tataran - Governing your Cloud Resources
ITCamp 2019 - Mihai Tataran - Governing your Cloud ResourcesITCamp
 
ITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UX
ITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UXITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UX
ITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UXITCamp
 
ITCamp 2019 - Florin Coros - Implementing Clean Architecture
ITCamp 2019 - Florin Coros - Implementing Clean ArchitectureITCamp 2019 - Florin Coros - Implementing Clean Architecture
ITCamp 2019 - Florin Coros - Implementing Clean ArchitectureITCamp
 
ITCamp 2019 - Florin Loghiade - Azure Kubernetes in Production - Field notes...
ITCamp 2019 - Florin Loghiade -  Azure Kubernetes in Production - Field notes...ITCamp 2019 - Florin Loghiade -  Azure Kubernetes in Production - Field notes...
ITCamp 2019 - Florin Loghiade - Azure Kubernetes in Production - Field notes...ITCamp
 
ITCamp 2019 - Florin Flestea - How 3rd Level support experience influenced m...
ITCamp 2019 - Florin Flestea -  How 3rd Level support experience influenced m...ITCamp 2019 - Florin Flestea -  How 3rd Level support experience influenced m...
ITCamp 2019 - Florin Flestea - How 3rd Level support experience influenced m...ITCamp
 
ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...
ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...
ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...ITCamp
 
ITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The Enterprise
ITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The EnterpriseITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The Enterprise
ITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The EnterpriseITCamp
 
ITCamp 2019 - Cristiana Fernbach - Blockchain Legal Trends
ITCamp 2019 - Cristiana Fernbach - Blockchain Legal TrendsITCamp 2019 - Cristiana Fernbach - Blockchain Legal Trends
ITCamp 2019 - Cristiana Fernbach - Blockchain Legal TrendsITCamp
 
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data LakeITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data LakeITCamp
 
ITCamp 2019 - Andy Cross - Business Outcomes from AI
ITCamp 2019 - Andy Cross - Business Outcomes from AIITCamp 2019 - Andy Cross - Business Outcomes from AI
ITCamp 2019 - Andy Cross - Business Outcomes from AIITCamp
 
ITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud Story
ITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud StoryITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud Story
ITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud StoryITCamp
 
ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...
ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...
ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...ITCamp
 
ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...
ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...
ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...ITCamp
 
ITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go Now
ITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go NowITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go Now
ITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go NowITCamp
 
ITCamp 2019 - Peter Leeson - Vitruvian Quality
ITCamp 2019 - Peter Leeson - Vitruvian QualityITCamp 2019 - Peter Leeson - Vitruvian Quality
ITCamp 2019 - Peter Leeson - Vitruvian QualityITCamp
 
ITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World Application
ITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World ApplicationITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World Application
ITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World ApplicationITCamp
 
ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...
ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...
ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...ITCamp
 

Mehr von ITCamp (20)

ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...
ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...
ITCamp 2019 - Stacey M. Jenkins - Protecting your company's data - By psychol...
 
ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...
ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...
ITCamp 2019 - Silviu Niculita - Supercharge your AI efforts with the use of A...
 
ITCamp 2019 - Peter Leeson - Managing Skills
ITCamp 2019 - Peter Leeson - Managing SkillsITCamp 2019 - Peter Leeson - Managing Skills
ITCamp 2019 - Peter Leeson - Managing Skills
 
ITCamp 2019 - Mihai Tataran - Governing your Cloud Resources
ITCamp 2019 - Mihai Tataran - Governing your Cloud ResourcesITCamp 2019 - Mihai Tataran - Governing your Cloud Resources
ITCamp 2019 - Mihai Tataran - Governing your Cloud Resources
 
ITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UX
ITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UXITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UX
ITCamp 2019 - Ivana Milicic - Color - The Shadow Ruler of UX
 
ITCamp 2019 - Florin Coros - Implementing Clean Architecture
ITCamp 2019 - Florin Coros - Implementing Clean ArchitectureITCamp 2019 - Florin Coros - Implementing Clean Architecture
ITCamp 2019 - Florin Coros - Implementing Clean Architecture
 
ITCamp 2019 - Florin Loghiade - Azure Kubernetes in Production - Field notes...
ITCamp 2019 - Florin Loghiade -  Azure Kubernetes in Production - Field notes...ITCamp 2019 - Florin Loghiade -  Azure Kubernetes in Production - Field notes...
ITCamp 2019 - Florin Loghiade - Azure Kubernetes in Production - Field notes...
 
ITCamp 2019 - Florin Flestea - How 3rd Level support experience influenced m...
ITCamp 2019 - Florin Flestea -  How 3rd Level support experience influenced m...ITCamp 2019 - Florin Flestea -  How 3rd Level support experience influenced m...
ITCamp 2019 - Florin Flestea - How 3rd Level support experience influenced m...
 
ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...
ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...
ITCamp 2019 - Emil Craciun - RoboRestaurant of the future powered by serverle...
 
ITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The Enterprise
ITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The EnterpriseITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The Enterprise
ITCamp 2019 - Eldert Grootenboer - Cloud Architecture Recipes for The Enterprise
 
ITCamp 2019 - Cristiana Fernbach - Blockchain Legal Trends
ITCamp 2019 - Cristiana Fernbach - Blockchain Legal TrendsITCamp 2019 - Cristiana Fernbach - Blockchain Legal Trends
ITCamp 2019 - Cristiana Fernbach - Blockchain Legal Trends
 
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data LakeITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
 
ITCamp 2019 - Andy Cross - Business Outcomes from AI
ITCamp 2019 - Andy Cross - Business Outcomes from AIITCamp 2019 - Andy Cross - Business Outcomes from AI
ITCamp 2019 - Andy Cross - Business Outcomes from AI
 
ITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud Story
ITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud StoryITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud Story
ITCamp 2019 - Andrea Saltarello - Modernise your app. The Cloud Story
 
ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...
ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...
ITCamp 2019 - Andrea Saltarello - Implementing bots and Alexa skills using Az...
 
ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...
ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...
ITCamp 2019 - Alex Mang - I'm Confused Should I Orchestrate my Containers on ...
 
ITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go Now
ITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go NowITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go Now
ITCamp 2019 - Alex Mang - How Far Can Serverless Actually Go Now
 
ITCamp 2019 - Peter Leeson - Vitruvian Quality
ITCamp 2019 - Peter Leeson - Vitruvian QualityITCamp 2019 - Peter Leeson - Vitruvian Quality
ITCamp 2019 - Peter Leeson - Vitruvian Quality
 
ITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World Application
ITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World ApplicationITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World Application
ITCamp 2018 - Ciprian Sorlea - Million Dollars Hello World Application
 
ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...
ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...
ITCamp 2018 - Ciprian Sorlea - Enterprise Architectures with TypeScript And F...
 

KĂźrzlich hochgeladen

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

KĂźrzlich hochgeladen (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cloud infrastructures

  • 1. itcampro@ itcamp13# Premium conference on Microsoft technologies Running Linux on Microsoft Private and Public Cloud infrastructures Tudor Damian IT Solutions Specialist Virtual Machine MVP tudy.tel
  • 2. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudHuge thanks to our sponsors!
  • 3. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudAgenda • The Linux “support” story • What’s officially supported? • What actually works? • Linux in your Private Cloud – Enlightened vs. emulated – More about Linux Integration Services – Linux P2V conversions for Hyper-V – The future of Linux on Hyper-V • Linux on Windows Azure
  • 4. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • There’s no need for the Integration Services to install Linux on Hyper-V • Most distributions work just fine in an emulated environment (lower performance) • So why don’t we have more supported Linux distros? • …such as Hannah Montana Linux - http://hannahmontana.sourceforge.net/ • The answer is simple: there are no companies to offer dedicated support • Support is usually offered by the community • Microsoft doesn’t have anyone to create a support agreement with • They don’t officially cover these under standard support incidents • They do recommend the communities for help (MVPs, Linux distro-related communities) • Users have reported successful installs of: • Ubuntu, Debian, Fedora, CentOS, other distros (e.g. Hannah Montana Linux) • Even FreeBSD and Open Solaris Linux ”unofficial” support
  • 5. itcampro@ itcamp13# Premium conference on Microsoft technologies LINUX IN YOUR PRIVATE CLOUD Running Linux on Hyper-V 3.0
  • 6. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudHyper-V architecture
  • 7. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • VSP (virtualization service provider) • Hyper-V component in the”parent partition” • Communicates with the hardware drivers • Gives access to the host resources • VSC (virtualization service client) • Drivers for”synthetic devices” installed in the enlightened guest OS • Exposes every virtual device and translates I/O requests • There’s always a VSP/VSC pair • VMBus (virtual machine bus) • A high-speed point-to-point in-memory bus • Allows the communication between VSPs and VSCs through Hyper-V • For Linux, every VSC has a DIM (Driver Interface Mapper) • DIMs interact with the Linux Kernel like any other driver • There’s also a “VSC core” based on each existing VSP How does it work?
  • 8. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudEmulated vs. enlightened • Emulated drivers • Drivers are “emulated” • All requests targeting the hardware (HDD, network, etc) are not direct • “Translated” in both directions (VM-hw, hw-VM) by the hypervisor • They bring in a performance overhead • The emulated drivers are pretty similar to what we had in Virtual Server: • Video = S3 Trio64+ SVGA (VESA) • Network = Intel/DEC ”Tulip” 21x4x • IDE = Intel 440BX chipset MB • ”Enlightened” drivers • Also known as “synthetic drivers” • These make the VM ”hypervisor aware” • Written especially for virtualized environments => paravirtualization • They’re basically just pointers to the drivers in the ”parent partition” • Huge performance boost!
  • 9. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • What’s been done so far? • July 2009 – Microsoft contributes with over 20.000 lines of code in the Linux kernel • December 2009 – The drivers (in staging) are included in the 2.6.32 Kernel • July 1st 2010 – Microsoft presents at the Red Hat Summit • Official support list: http://technet.microsoft.com/en-us/library/cc794868(WS.10).aspx • Linux Integration Services 2.1 RTM (July 2010) • SUSE Linux Enterprise Server (10 SP1/SP2/SP3, 11) • Red Hat Enterprise Linux (5.2, 5.3, 5.4, 5.5) • Linux Integration Services 3.4 RTM (September 2012) • Red Hat Enterprise Linux 5.5-5.9 & 6.0-6.3 x86 and x64 (Up to 4 vCPU) • CentOS 5.5-5.8 & 6.0-6.3 x86 and x64 (Up to 4 vCPU) • SUSE Linux Enterprise Server 10 SP4 & 11 SP1/SP2 The story so far
  • 10. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • Driver support for synthetic devices (v1 – original distro code, created by Citrix) – Synthetic network controller & Synthetic storage controller (IDE/SCSI) • Fastpath Boot Support for Hyper-V (v2.0 – December 2009) – Block VSC – increased boot performance • Timesync (v2.1 – July 2010) – The clock inside the virtual machine will remain synchronized with the clock on the host • Integrated Shutdown (v2.1 – July 2010) – VMs can be cleanly shut down from Hyper-V • Symmetric Multi-Processing (SMP) Support (v2.1 – July 2010) – Supported Linux distributions can use up to 4 virtual processors (VP) per virtual machine • Heartbeat (v2.1 – July 2010) – Allows the host to detect whether the guest is running and responsive • Pluggable Time Source (v2.1 – July 2010) – A pluggable clock source module is included to provide a more accurate time source to the guest. • KVP (Key Value Pair) Exchange (v3.1 – July 2011) – Information about the running Linux VM can be obtained by using the Key Value Pair exchange functionality on the host (FQDN, Linux IS version, IP addresses, OS version/distro/kernel, CPU architecture x86/x64) • Integrated Mouse Support (v3.2 – January 2012) – The cursor is no longer bound to the VMConnect window when used with the Linux Graphical User Interface • SMP 32 vCPU support (v3.3 – June 2012) – Support for up to 32 vCPUs on certain distros • Live Migration (v3.4 – September 2012) – Linux virtual machines can undergo live migration for load balancing purposes • Jumbo Frames (v3.4 – September 2012) – Linux virtual machines can be configured to use Ethernet frames with more than 1500 bytes of payload The road to “enlightment”
  • 11. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudComparing to IS on Windows • Synthetic Drivers • IDE driver • SCSI driver • Network Drive • Mouse Integration • Video • Integration Services • Operating System Shutdown • Time Synchronization • Heartbeat • Data Exchange • Backup (VSS) TechEd 2010 - WSV305
  • 12. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudIS on Windows TechEd 2010 - WSV305
  • 13. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudIS on Windows TechEd 2010 - WSV305
  • 14. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudWrap-up: Linux IS components • hv_vmbus – communication with the host • hv_storvsc – storage VSC • hv_netvsc – network VSC • hv_timesource – pluggable time source • hv_mouse – enlightened mouse • hv_utils – graceful shutdown, timesync, heartbeat
  • 15. itcampro@ itcamp13# Premium conference on Microsoft technologies DEMO – LINUX ON HYPER-V Running Linux on Hyper-V 2012
  • 16. itcampro@ itcamp13# Premium conference on Microsoft technologies LINUX P2V Converting Linux physical machines to Hyper-V VMs
  • 17. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud http://blogs.technet.com/b/enterprise_admin/archive/2010/05/13/linux-p2v-with-dd-and-vhdtool-easy-and-cheap.aspx • You can use DD and VHDtool – DD works both on Windows and Linux – One case: you attach the Linux HDD on a Windows machine Linux P2V conversion TechEd 2010 - WSV305
  • 18. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • From a command line, you convert the HDD into a RAW image format (.img) dd if=?DeviceHarddisk1DR2 of=D:rhel54.img bs=1M --progress Linux P2V (DD) TechEd 2010 - WSV305
  • 19. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud http://archive.msdn.microsoft.com/vhdtool • A command-line tool, open-source – Includes functions to manipulate VHD files (create, convert, extend, repair) – An excelent P2V conversion tool for Linux machines – It convers RAW images into VHDs Linux P2V (VHDTool) TechEd 2010 - WSV305
  • 20. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • http://blogs.technet.com/b/enterprise_admin/archive/2010/04/26/hyper-v-linux-p2v-with-platespin.aspx Linux P2V (PlateSpin)
  • 21. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudDD on Linux to NTFS/USB drive
  • 22. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudDD on Linux over the network
  • 23. itcampro@ itcamp13# Premium conference on Microsoft technologies THE FUTURE OF LINUX ON HYPER-V
  • 24. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudUpcoming Functionality • Dynamic Memory for Linux guests • Ballooning only for first implementation • Bi-Directional KVP • VLAN Tag support (requires Win8) • 802.1q support (requires Win8) • More stuff! 
  • 25. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public CloudDriver Status • Drivers getting out of staging: • Kernel v3.2: hv_vmbus, hv_utils • Kernel v3.3: hv_netvsc; hv_mouse • Kernel v3.4: hv_storvsc • Net Result: • All Hyper-V drivers out of staging and part of the mainline Linux kernel by v3.4 • Linux = first-class citizen on Hyper-V
  • 26. itcampro@ itcamp13# Premium conference on Microsoft technologies LINUX IN WINDOWS AZURE Get your Linux VMs up and running in Azure within minutes
  • 27. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • Linux support on Azure is growing • As of right now, the Azure VM Gallery has: – OpenSuse 12.3 – SUSE Enterprise 11 SP2 – Ubuntu Server (12.04, 12.10, 13.04) – OpenLogic CentOS 6.3 What happens in the cloud?
  • 28. itcampro@ itcamp13# Premium conference on Microsoft technologies Private & Public Cloud • A Linux admin’s best friend  http://vmdepot.msopentech.com/ VM Depot
  • 29. itcampro@ itcamp13# Premium conference on Microsoft technologies DEMO - AZURE AND VM DEPOT Running Linux on Windows Azure
  • 30. itcampro@ itcamp13# Premium conference on Microsoft technologies Q & A