SlideShare una empresa de Scribd logo
1 de 38
Descargar para leer sin conexión
Tools and Techniques to Manage the
Hybrid Cloud Environment
Lily Chang, VMware
Amit Pathak, iGATE
David Wright, VMware
VAPP7288
#VAPP7288
Proprietary and ConfidentialAugust 28, 2013 - 2 -
Agenda
Hybrid Cloud Management
 Overview
 Key Challenges and Issues
 Techniques for Effective Hybrid Cloud Management
Cloud Application Deployment
 Cloud Application Deployment Automation Toolkit
 Cloud Application Deployment Using Application Director
 Application Director Components Certification
Proprietary and ConfidentialAugust 28, 2013 - 3 -
Hybrid Cloud Environment
Enterprises are deploying their
applications across private and public
clouds to optimize cost and capacity.
Address possible capacity overflow
across data centers, private and
public clouds
Quickly scale the company’s needs
Expanded capacity
Reduced cost
Proprietary and ConfidentialAugust 28, 2013 - 4 -
Moving Applications To Hybrid Cloud
Moving Applications to Hybrid Cloud Intensifies Challenges
• Overhead of monitoring and managing
distributed environments
Monitoring
Overhead
• Consistent and unified views across
clouds while extending cloud featuresUnified View
• Extending enterprise level
authentication policies to clouds
Enterprise
Security
• On-premise legacy applications—how to
leverage cloud?Legacy Apps
Proprietary and ConfidentialAugust 28, 2013 - 5 -
Hybrid Cloud Management –
Key Tools and Techniques
Proprietary and ConfidentialAugust 28, 2013 - 6 -
Hybrid Cloud Broker
Hybrid Cloud Environment Challenges:
 Multiple cloud providers and their own API, services and pricing models makes
it challenging to access their interfaces
 Get cohesive view of these services with a layer of abstraction between cloud
providers and end user
Hybrid Cloud Broker Allows:
 Single interface to interact with multiple clouds
 Monitoring and managing distributed environments
 Detecting point of failures and healing actions
 Assist in provisioning resources across multiple clouds
 Provide recommendations to select appropriate cloud for specific needs
 Migrating existing resources across clouds
Proprietary and ConfidentialAugust 28, 2013 - 7 -
Hybrid Cloud Broker Platform
VMware Enabled
Public Clouds
Independent
Public Clouds
Private cloud
Unified
Monitoring
Lifecycle
Management
Workload
Management
Hypervisor
Replication
Cloud
Gateway
BusinessService
Integration
ITServiceIntegration
Cloud Service Integration Framework
Self Service Functions
Provision
Health
Check
QoS Migrate Replicate Budget
Hybrid Cloud Broker
Proprietary and ConfidentialAugust 28, 2013 - 8 -
Automate Cloud App Deployment Via Toolkit
Operationalize Workloads
 Establish hybrid cloud environment that meets quality standards
 Dynamically change the workload distribution across clouds based on critical
business needs
Create Value Add Business Services in Cloud Environment
 Ability to move resources across clouds
 Provides a holistic view of available vs consumed capacity
 Examine infrastructure, identify candidates for migration driven by cost,
capacity and service levels
 Assist in identifying appropriate destination
 Plan your capacity needs for improved cost savings
Proprietary and ConfidentialAugust 28, 2013 - 9 -
Workload Migration on vCloud
Select Source
(Seek
recommendation)
Select
Destination
(Seek
recommendation)
Prepare
Source/Destination
Parameters
Export VM as OVF
(vCenter API)
Upload OVF to vCD
Catalog
(vCloud API)
Deploy
vAppTemplate
Dynamically change workload distribution across clouds based on
critical business needs
Proprietary and ConfidentialAugust 28, 2013 - 10 -
vCloud Feature Extension
 Provide truly integrated cross product cloud services
 Extend vCloud capability for specific business needs and
build feature rich clouds
 Leverage “vCloud Director API Extensions” and provide an
integrated mechanism to communicate with external systems
 Accomplish requisite management and monitoring tasks on
underlying vSphere infrastructure
 View and communicate with external third party products
 Address business case that demands core infrastructure
information via vCloud e.g.
 Generate a performance dashboard of infrastructure used by vCD
 Set up policies for affinity and anti-affinity rules
Proprietary and ConfidentialAugust 28, 2013 - 11 -
vCloud Feature Extension - Architecture
Response
Exchange
AMQP Extension
WorkflowsSubscription Policy
vCloud Director
User
Extensibility
Filter
Admin
Affinity Q
Quick Status Q
FT Enable Q
Affinity Policy
Performance Policy
Status Policy
FT Enable Policy
Performance Q
vCD Reply
Queue
Affinity
Performance
Quick Status
FT Enable
Affinity
Performance
Status
FT Enable
vCenter Orchestrator
Request
Exchange
vCloud Director API extension examples:
Performance statistics for tenants in vCD - Network, CPU, Memory, Network IO consumption
Set affinity/anti-affinity settings for VMs/vCD workloads
Quick status of virtual machines
Enable FT
Proprietary and ConfidentialAugust 28, 2013 - 12 -
vCloud Feature Extension – Example
 Use Case
 Provide affinity and anti-affinity rule for cloud tenant in vCD
 Provide performance statistics for cloud tenant in vCD
 Solution
 Publish AMQP messages on vCD extension calls for the
requisite use case
 Subscribe to an AMQP queue and process or desterilize AMQP
message body
 Expose API to control external system and do the work of your
service
 Leverage vCO to communicate to external system but maintain
correlation to objects in vCD
Proprietary and ConfidentialAugust 28, 2013 - 13 -
Legacy Apps: Facilitate Cloud Gateway
 Augment on-premise storage with inexpensive cloud storage
 Seek cloud storage adoption for on-premise legacy
applications
 Connect on-premise legacy applications to cloud storage
 Translate Block or File based traditional data access (like
iSCSI, FC, NFS or CIFS) to object-based cloud data access
(like SOAP or REST) and vice-versa
 Improve performance and cost effectiveness of Cloud Gateway
with a local cache ensuring efficient data transfer to the remote
cloud
Proprietary and ConfidentialAugust 28, 2013 - 14 -
Cloud Gateway for Legacy Apps
Proprietary and ConfidentialAugust 28, 2013 - 15 -
Extend Enterprise Authentication to Cloud
 Provide seamless user access to enterprise apps on cloud
while Active Directory still on-premise
 Enforce organization level authentication mechanism and
access controls
 Active Directory Federation Services (ADFS) is one of the
preferred ways
 Automate deployment of ADFS on the cloud & retain full control of on-
premise Active Directory
 Reduce complexities of configuration, setting up claims based
authentication and further configuration to a great extent
 Deploy ADFS for multiple tenants in a repeatable, consistent and reliable
manner resulting in huge savings
Proprietary and ConfidentialAugust 28, 2013 - 16 -
ADFS Automation Workflow
Base snapshot workflow
App Director
Create AD FS proxy
workflow
Add Claim Provider
workflow
Add Relying Party
workflow
Revert to recent
snapshot
Create
standalone
AD FS
Add Claim
Provider
Take Snapshot
Throw
exception
Throw
exception
Yes
Yes
No
No
vApp Ready
Check for errors
Check for errors
VCO
Deploy Base OVF in Cloud
vCloud Director
VCO Workflow
State Management
VCO Sub Workflow
Exception
Controller
Proprietary and ConfidentialAugust 28, 2013 - 17 -
Cloud Application Deployment
Automation
Proprietary and ConfidentialAugust 28, 2013 - 18 -
Cloud App Deployment Automation
– End to End Workflow
Build
Package
Prepare
Package
Deploy
Parameters
Deploy
Package
Application
Deployment
Cloud
Configure
Application
integration
2 4
6 7 8
9
Build Artifacts
1
5
3
Env
Readiness
Check
Proprietary and ConfidentialAugust 28, 2013 - 19 -
Cloud App Deployment Automation
– End to End Workflow
Build
Package
Prepare
Package
Deploy
Parameters
Deploy
Package
Application
Deployment
Cloud
Configure
Application
integration
2 4
6 7 8
9
Build Artifacts
1
5
3
Env
Readiness
Check
Proprietary and ConfidentialAugust 28, 2013 - 20 -
Automate Cloud App Deployment Via Toolkit
Build automation framework, create standardized and reusable cloud
app deployment packages
 Address challenges of complexities involved in configuring and setting up
applications
 Mechanism for producing reusable, Cloud-ready deployment packages for
business applications
Create value add business services in cloud environment
 Integrated combinations of Tier 1 business apps, database, network and
security, pre-integrated to customer directories
 Leverage VMware tools like vFabric Application Director Blueprint, vCloud
Orchestrator, vCD, vCAC etc. to create a business service
Proprietary and ConfidentialAugust 28, 2013 - 21 -
Automate Cloud App Deployment Via Toolkit
Build catalog services on the cloud to deploy enterprise applications
enabling ready-to-use features
 Reusable, cloud-ready deployment packages for popular business apps e.g.
SharePoint, AD, ADFS, SQL etc.
 Automated provisioning and operating blueprints for service providers
Interrogate target deployment environment to determine if it meets
pre-requisites for deploying a specified package
Get Application Director Blueprints certified and publish them on
VMware Solution Exchange
Proprietary and ConfidentialAugust 28, 2013 - 22 -
Cloud App Deployment Automation
– End to End Workflow
Build
Package
Prepare
Package
Deploy
Parameters
Deploy
Package
Application
Deployment
Cloud
Configure
Application
integration
2 4
6 7 8
9
Build Artifacts
1
5
3
Env
Readiness
Check
Proprietary and ConfidentialAugust 28, 2013 - 23 -
Cloud App Deployment Automation
Using
Application Director Blueprints
Proprietary and ConfidentialAugust 28, 2013 - 24 -
App Deployment Using Application Director
Deploy OS
Configure OS
Deploy Application
Configure
Application
vFabric Application Director
Application Blueprints
Scripts & Tasks Deployment Plans
Cloud Provider
vCloud Director
Automated Provisioning for Applications in the Cloud
Proprietary and ConfidentialAugust 28, 2013 - 25 -
App Deployment Using Application Director
Model Driven Automation Based
on Blueprints
Standardized Reusable
Components
Proprietary and ConfidentialAugust 28, 2013 - 26 -
VMware Application Director Program
(developercenter.vmware.com)
http://developercenter.vmware.com/web/dp/vmware-ready-
programs/management/app-director
Proprietary and ConfidentialAugust 28, 2013 - 27 -
VMware Ready Application Director
Blueprints Program- Benefits
•Best Practices Guide
•Program Guide
•Certification Guide
Documentation
•Webinars to help partners develop content items
•Partner Support for content development
Development
Consulting
•Content including (Services, Blueprints, Script Tasks and
VMTemplates) will be certified by VMware
•Presence in VMware Compatibility Guide (vCG)
Certification
•End customers work with VMware and Partners thru TSAnet to
resolve any API issues
•Front facing GSS
GSS (Support)
Technical Previews
•Micro-Site in Solution Exchange; one location to have access to
all the content developed by partners
•Partners upload information and can also host content
•“VMware Ready” logo in VSX and Market Success Press-Release
Solution Exchange (VSX)
•Application Director
•VSX Roadmap Sessions
Proprietary and ConfidentialAugust 28, 2013 - 28 -
VMware Solution Exchange (VSX)
 Content including (Services, Blue Prints, Tasks
and Templates) will be certified by VMware
 Presence in VMware Compatibility Guide
 VMware Ready logo in VSX
 MicroSite in Solutions Exchange; one location to
have access to all the Application Director
contents
 Upload new contents and get it certified
 Leverage existing certified contents
Proprietary and ConfidentialAugust 28, 2013 - 29 -
Application Director Certification - Benefits
Develop Your Application Director Blueprints & Upload on VSX
Get It VMware Certified
 VSX & VMware Compatibility Guide (VCG) addresses need to create a dynamic
user community for reaching out to the VMware community & share best
practices
 Testing and certification of solutions includes below key areas and best practice
validation
 Blueprint inspection, actions & script verification, dependency checks,
errors and exception handling, properties & parameters of script
verifications, external communications etc.
 Importing blueprint in Application Director
 Blueprint deployment verification, deployment performance, scale out
testing, multiplatform support, security checkpoints, network checkpoints
etc.
 Post deployment verification
Proprietary and ConfidentialAugust 28, 2013 - 30 -
Cloud App Deployment Automation
– End to End Workflow
Build
Package
Prepare
Package
Deploy
Parameters
Deploy
Package
Application
Deployment
Cloud
Configure
Application
integration
2 4
6 7 8
9
Build Artifacts
1
5
3
Env
Readiness
Check
Proprietary and ConfidentialAugust 28, 2013 - 31 -
Target Environment Readiness Check
Interrogate target cloud environment
before cloud app deployment
Readiness
Check
Catalog Check
Catalog exists
Template exists
Access Privilege
External Dependency Check
Active Directory
Domain Name Server
DB – Oracle, MS SQL , MySQL
vCenter Orchestrator
Application Director
Access Control Check
Static route exists
Privilege to create routed N/W
Privilege to configure firewall
Privilege to deploy template
 Determine if target
deployment environment
meets requirements of
specified package
 Configurable set of
environment checks that
can be turned on/off
based on specific
requirements
Validated
vCloud Env
Proprietary and ConfidentialAugust 28, 2013 - 32 -
Network Check
Catalog Check
Readiness Check – Key Examples
Proprietary and ConfidentialAugust 28, 2013 - 33 -
Readiness Check – Key Examples
Readiness Outcome
Proprietary and ConfidentialAugust 28, 2013 - 34 -
Summary
 Moving applications to cloud intensifies challenges but brings
benefits
 Adopt key techniques - automate & optimize moving
applications to cloud
 Leverage Cloud Broker for unified monitoring
 Automate workload management using APIs
 Augment on premise legacy applications with cloud storage
 Get visibility into core infrastructure by extending vCloud features with vCD
extension API
 Auto deploy cloud apps by creating reusable packages built with blueprints
 Create value add business services for tier 1 business apps and offer it in cloud
catalogs
Proprietary and ConfidentialAugust 28, 2013 - 35 -
THANK YOU!
www.igate.com
- 35 -
Meet us at Booth# 2004
THANK YOU
Tools and Techniques to Manage the
Hybrid Cloud Environment
Lily Chang, VMware
Amit Pathak, iGATE
David Wright, VMware
VAPP7288
#VAPP7288

Más contenido relacionado

La actualidad más candente

Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015
Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015
Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015Jim Bugwadia
 
VisiQuate: Azure cloud migration case study
VisiQuate: Azure cloud migration case studyVisiQuate: Azure cloud migration case study
VisiQuate: Azure cloud migration case studyLeonid Nekhymchuk
 
Presentation v mware virtualization & cloud vision 2010
Presentation   v mware virtualization & cloud vision 2010Presentation   v mware virtualization & cloud vision 2010
Presentation v mware virtualization & cloud vision 2010solarisyourep
 
Cap2194 migration from weblogic to v fabric - cloud application platform
Cap2194  migration from weblogic to v fabric - cloud application platformCap2194  migration from weblogic to v fabric - cloud application platform
Cap2194 migration from weblogic to v fabric - cloud application platformRamarao Kanneganti
 
Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...
Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...
Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...Principled Technologies
 
Azure cloud migration simplified
Azure cloud migration simplifiedAzure cloud migration simplified
Azure cloud migration simplifiedGirlo
 
Clarity in the virtual world - VMware vRealize Automation With vRealize Business
Clarity in the virtual world - VMware vRealize Automation With vRealize BusinessClarity in the virtual world - VMware vRealize Automation With vRealize Business
Clarity in the virtual world - VMware vRealize Automation With vRealize BusinessAmcom
 
Managing elasticity across Multi-cloud providers
Managing elasticity across Multi-cloud providersManaging elasticity across Multi-cloud providers
Managing elasticity across Multi-cloud providersFawaz Fernand PARAISO
 
Fujitsu Hybrid IT & Multi Cloud Services
Fujitsu Hybrid IT & Multi Cloud ServicesFujitsu Hybrid IT & Multi Cloud Services
Fujitsu Hybrid IT & Multi Cloud ServicesAlessandro Guli
 
Migration to Cloud - How difficult is it ? A sample migration scenario
Migration to Cloud - How difficult is it ? A sample migration scenarioMigration to Cloud - How difficult is it ? A sample migration scenario
Migration to Cloud - How difficult is it ? A sample migration scenarioSachin Agarwal
 
From on premise to the hybrid cloud with microsoft azure
From on premise to the hybrid cloud with microsoft azureFrom on premise to the hybrid cloud with microsoft azure
From on premise to the hybrid cloud with microsoft azureDotNetCampus
 
Migrating into a cloud
Migrating into a cloudMigrating into a cloud
Migrating into a cloudANUSUYA T K
 
VMware: Aplikačná platforma pre cloud (časť 2)
VMware: Aplikačná platforma pre cloud (časť 2)VMware: Aplikačná platforma pre cloud (časť 2)
VMware: Aplikačná platforma pre cloud (časť 2)ASBIS SK
 
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...VMworld
 

La actualidad más candente (20)

Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015
Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015
Multi-Cloud Microservices - DevOps Summit Silicon Valley 2015
 
VisiQuate: Azure cloud migration case study
VisiQuate: Azure cloud migration case studyVisiQuate: Azure cloud migration case study
VisiQuate: Azure cloud migration case study
 
Cloud Migration: Moving to the Cloud
Cloud Migration: Moving to the CloudCloud Migration: Moving to the Cloud
Cloud Migration: Moving to the Cloud
 
Presentation v mware virtualization & cloud vision 2010
Presentation   v mware virtualization & cloud vision 2010Presentation   v mware virtualization & cloud vision 2010
Presentation v mware virtualization & cloud vision 2010
 
Cap2194 migration from weblogic to v fabric - cloud application platform
Cap2194  migration from weblogic to v fabric - cloud application platformCap2194  migration from weblogic to v fabric - cloud application platform
Cap2194 migration from weblogic to v fabric - cloud application platform
 
Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...
Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...
Make Kubernetes containers on Dell EMC PowerEdge R740xd servers easier to man...
 
Azure cloud migration simplified
Azure cloud migration simplifiedAzure cloud migration simplified
Azure cloud migration simplified
 
Clarity in the virtual world - VMware vRealize Automation With vRealize Business
Clarity in the virtual world - VMware vRealize Automation With vRealize BusinessClarity in the virtual world - VMware vRealize Automation With vRealize Business
Clarity in the virtual world - VMware vRealize Automation With vRealize Business
 
Managing elasticity across Multi-cloud providers
Managing elasticity across Multi-cloud providersManaging elasticity across Multi-cloud providers
Managing elasticity across Multi-cloud providers
 
Fujitsu Hybrid IT & Multi Cloud Services
Fujitsu Hybrid IT & Multi Cloud ServicesFujitsu Hybrid IT & Multi Cloud Services
Fujitsu Hybrid IT & Multi Cloud Services
 
Migration to Cloud - How difficult is it ? A sample migration scenario
Migration to Cloud - How difficult is it ? A sample migration scenarioMigration to Cloud - How difficult is it ? A sample migration scenario
Migration to Cloud - How difficult is it ? A sample migration scenario
 
From on premise to the hybrid cloud with microsoft azure
From on premise to the hybrid cloud with microsoft azureFrom on premise to the hybrid cloud with microsoft azure
From on premise to the hybrid cloud with microsoft azure
 
Migrating into a cloud
Migrating into a cloudMigrating into a cloud
Migrating into a cloud
 
Cloud Migration
Cloud MigrationCloud Migration
Cloud Migration
 
Hybrid cloud and azure stack
Hybrid cloud and azure stackHybrid cloud and azure stack
Hybrid cloud and azure stack
 
Azure Hybid
Azure HybidAzure Hybid
Azure Hybid
 
VMware: Aplikačná platforma pre cloud (časť 2)
VMware: Aplikačná platforma pre cloud (časť 2)VMware: Aplikačná platforma pre cloud (časť 2)
VMware: Aplikačná platforma pre cloud (časť 2)
 
Solutions presentation
Solutions presentationSolutions presentation
Solutions presentation
 
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
 
Multi Cloud Architecture Approach
Multi Cloud Architecture ApproachMulti Cloud Architecture Approach
Multi Cloud Architecture Approach
 

Similar a VMworld 2013: Tools and Techniques to Manage the Hybrid Cloud Environment

Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...
Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...
Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...Puppet
 
Cloud Circle Talk - Enterprise Architecture, Cloud Computing and Integrations
Cloud Circle Talk - Enterprise Architecture, Cloud Computing and IntegrationsCloud Circle Talk - Enterprise Architecture, Cloud Computing and Integrations
Cloud Circle Talk - Enterprise Architecture, Cloud Computing and Integrationspaulfallon
 
AWS Partner Webcast - Step by Step Plan to Update and Migrate Microsoft Wind...
AWS Partner Webcast -  Step by Step Plan to Update and Migrate Microsoft Wind...AWS Partner Webcast -  Step by Step Plan to Update and Migrate Microsoft Wind...
AWS Partner Webcast - Step by Step Plan to Update and Migrate Microsoft Wind...Amazon Web Services
 
System Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & RoadmapSystem Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & RoadmapAmit Gatenyo
 
Cloud Computing Pascal Walschots
Cloud Computing   Pascal WalschotsCloud Computing   Pascal Walschots
Cloud Computing Pascal WalschotsPWalschots
 
BSM for Cloud Computing
BSM for Cloud ComputingBSM for Cloud Computing
BSM for Cloud ComputingBMC Software
 
Convergence of Private Clouds
Convergence of Private CloudsConvergence of Private Clouds
Convergence of Private Cloudslatoga
 
We are Net3 Technology
We are Net3 TechnologyWe are Net3 Technology
We are Net3 TechnologyKate Bissinger
 
Webinar Fondazione CRUI e VMware: VMware vRealize Suite
 Webinar Fondazione CRUI e VMware: VMware vRealize Suite Webinar Fondazione CRUI e VMware: VMware vRealize Suite
Webinar Fondazione CRUI e VMware: VMware vRealize SuiteJürgen Ambrosi
 
ICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptxICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptxmustafa435048
 
Microsoft Private Cloud Strategy
Microsoft Private Cloud StrategyMicrosoft Private Cloud Strategy
Microsoft Private Cloud StrategyAmit Gatenyo
 
Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Rex Wang
 
Evolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business AgilityEvolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business AgilityRed Hat India Pvt. Ltd.
 
Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...
Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...
Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...Microsoft Private Cloud
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computingsuraj bhandari
 
Private Cloud With System Center Project
Private Cloud With System Center ProjectPrivate Cloud With System Center Project
Private Cloud With System Center ProjectAbhijit Kundu
 

Similar a VMworld 2013: Tools and Techniques to Manage the Hybrid Cloud Environment (20)

Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...
Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...
Plan, Deploy & Manage Modern Applications Leveraging vCloud Automation Center...
 
Cloud Circle Talk - Enterprise Architecture, Cloud Computing and Integrations
Cloud Circle Talk - Enterprise Architecture, Cloud Computing and IntegrationsCloud Circle Talk - Enterprise Architecture, Cloud Computing and Integrations
Cloud Circle Talk - Enterprise Architecture, Cloud Computing and Integrations
 
AWS Partner Webcast - Step by Step Plan to Update and Migrate Microsoft Wind...
AWS Partner Webcast -  Step by Step Plan to Update and Migrate Microsoft Wind...AWS Partner Webcast -  Step by Step Plan to Update and Migrate Microsoft Wind...
AWS Partner Webcast - Step by Step Plan to Update and Migrate Microsoft Wind...
 
System Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & RoadmapSystem Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & Roadmap
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud Computing Pascal Walschots
Cloud Computing   Pascal WalschotsCloud Computing   Pascal Walschots
Cloud Computing Pascal Walschots
 
BSM for Cloud Computing
BSM for Cloud ComputingBSM for Cloud Computing
BSM for Cloud Computing
 
Convergence of Private Clouds
Convergence of Private CloudsConvergence of Private Clouds
Convergence of Private Clouds
 
We are Net3 Technology
We are Net3 TechnologyWe are Net3 Technology
We are Net3 Technology
 
Webinar Fondazione CRUI e VMware: VMware vRealize Suite
 Webinar Fondazione CRUI e VMware: VMware vRealize Suite Webinar Fondazione CRUI e VMware: VMware vRealize Suite
Webinar Fondazione CRUI e VMware: VMware vRealize Suite
 
ICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptxICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptx
 
Microsoft Private Cloud Strategy
Microsoft Private Cloud StrategyMicrosoft Private Cloud Strategy
Microsoft Private Cloud Strategy
 
Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09
 
Evolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business AgilityEvolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business Agility
 
Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...
Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...
Microsoft Windows Azure - Platfrom Appfabric Service Bus And Access Control P...
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Adopting the Cloud
Adopting the CloudAdopting the Cloud
Adopting the Cloud
 
Cloud computing What Why How
Cloud computing What Why HowCloud computing What Why How
Cloud computing What Why How
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
 
Private Cloud With System Center Project
Private Cloud With System Center ProjectPrivate Cloud With System Center Project
Private Cloud With System Center Project
 

Más de VMworld

VMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep DiveVMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep DiveVMworld
 
VMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for HorizonVMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for HorizonVMworld
 
VMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSXVMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSXVMworld
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld
 
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI AutomationVMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI AutomationVMworld
 
VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7VMworld
 
VMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep DiveVMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep DiveVMworld
 
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...VMworld
 
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld
 
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...VMworld
 
VMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts PanelVMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts PanelVMworld
 
VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way! VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way! VMworld
 
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...VMworld
 
VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6VMworld
 
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...VMworld
 
VMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphereVMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphereVMworld
 
VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!VMworld
 
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...VMworld
 
VMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SANVMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SANVMworld
 
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes ConfigurationsVMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes ConfigurationsVMworld
 

Más de VMworld (20)

VMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep DiveVMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep Dive
 
VMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for HorizonVMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for Horizon
 
VMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSXVMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSX
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
 
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI AutomationVMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
 
VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7
 
VMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep DiveVMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep Dive
 
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
 
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations!
 
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
 
VMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts PanelVMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts Panel
 
VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way! VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way!
 
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
 
VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6
 
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
 
VMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphereVMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphere
 
VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!
 
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
 
VMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SANVMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SAN
 
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes ConfigurationsVMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
 

Último

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
 
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
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
🐬 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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
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
 

Último (20)

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
 
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
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
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
 

VMworld 2013: Tools and Techniques to Manage the Hybrid Cloud Environment

  • 1. Tools and Techniques to Manage the Hybrid Cloud Environment Lily Chang, VMware Amit Pathak, iGATE David Wright, VMware VAPP7288 #VAPP7288
  • 2. Proprietary and ConfidentialAugust 28, 2013 - 2 - Agenda Hybrid Cloud Management  Overview  Key Challenges and Issues  Techniques for Effective Hybrid Cloud Management Cloud Application Deployment  Cloud Application Deployment Automation Toolkit  Cloud Application Deployment Using Application Director  Application Director Components Certification
  • 3. Proprietary and ConfidentialAugust 28, 2013 - 3 - Hybrid Cloud Environment Enterprises are deploying their applications across private and public clouds to optimize cost and capacity. Address possible capacity overflow across data centers, private and public clouds Quickly scale the company’s needs Expanded capacity Reduced cost
  • 4. Proprietary and ConfidentialAugust 28, 2013 - 4 - Moving Applications To Hybrid Cloud Moving Applications to Hybrid Cloud Intensifies Challenges • Overhead of monitoring and managing distributed environments Monitoring Overhead • Consistent and unified views across clouds while extending cloud featuresUnified View • Extending enterprise level authentication policies to clouds Enterprise Security • On-premise legacy applications—how to leverage cloud?Legacy Apps
  • 5. Proprietary and ConfidentialAugust 28, 2013 - 5 - Hybrid Cloud Management – Key Tools and Techniques
  • 6. Proprietary and ConfidentialAugust 28, 2013 - 6 - Hybrid Cloud Broker Hybrid Cloud Environment Challenges:  Multiple cloud providers and their own API, services and pricing models makes it challenging to access their interfaces  Get cohesive view of these services with a layer of abstraction between cloud providers and end user Hybrid Cloud Broker Allows:  Single interface to interact with multiple clouds  Monitoring and managing distributed environments  Detecting point of failures and healing actions  Assist in provisioning resources across multiple clouds  Provide recommendations to select appropriate cloud for specific needs  Migrating existing resources across clouds
  • 7. Proprietary and ConfidentialAugust 28, 2013 - 7 - Hybrid Cloud Broker Platform VMware Enabled Public Clouds Independent Public Clouds Private cloud Unified Monitoring Lifecycle Management Workload Management Hypervisor Replication Cloud Gateway BusinessService Integration ITServiceIntegration Cloud Service Integration Framework Self Service Functions Provision Health Check QoS Migrate Replicate Budget Hybrid Cloud Broker
  • 8. Proprietary and ConfidentialAugust 28, 2013 - 8 - Automate Cloud App Deployment Via Toolkit Operationalize Workloads  Establish hybrid cloud environment that meets quality standards  Dynamically change the workload distribution across clouds based on critical business needs Create Value Add Business Services in Cloud Environment  Ability to move resources across clouds  Provides a holistic view of available vs consumed capacity  Examine infrastructure, identify candidates for migration driven by cost, capacity and service levels  Assist in identifying appropriate destination  Plan your capacity needs for improved cost savings
  • 9. Proprietary and ConfidentialAugust 28, 2013 - 9 - Workload Migration on vCloud Select Source (Seek recommendation) Select Destination (Seek recommendation) Prepare Source/Destination Parameters Export VM as OVF (vCenter API) Upload OVF to vCD Catalog (vCloud API) Deploy vAppTemplate Dynamically change workload distribution across clouds based on critical business needs
  • 10. Proprietary and ConfidentialAugust 28, 2013 - 10 - vCloud Feature Extension  Provide truly integrated cross product cloud services  Extend vCloud capability for specific business needs and build feature rich clouds  Leverage “vCloud Director API Extensions” and provide an integrated mechanism to communicate with external systems  Accomplish requisite management and monitoring tasks on underlying vSphere infrastructure  View and communicate with external third party products  Address business case that demands core infrastructure information via vCloud e.g.  Generate a performance dashboard of infrastructure used by vCD  Set up policies for affinity and anti-affinity rules
  • 11. Proprietary and ConfidentialAugust 28, 2013 - 11 - vCloud Feature Extension - Architecture Response Exchange AMQP Extension WorkflowsSubscription Policy vCloud Director User Extensibility Filter Admin Affinity Q Quick Status Q FT Enable Q Affinity Policy Performance Policy Status Policy FT Enable Policy Performance Q vCD Reply Queue Affinity Performance Quick Status FT Enable Affinity Performance Status FT Enable vCenter Orchestrator Request Exchange vCloud Director API extension examples: Performance statistics for tenants in vCD - Network, CPU, Memory, Network IO consumption Set affinity/anti-affinity settings for VMs/vCD workloads Quick status of virtual machines Enable FT
  • 12. Proprietary and ConfidentialAugust 28, 2013 - 12 - vCloud Feature Extension – Example  Use Case  Provide affinity and anti-affinity rule for cloud tenant in vCD  Provide performance statistics for cloud tenant in vCD  Solution  Publish AMQP messages on vCD extension calls for the requisite use case  Subscribe to an AMQP queue and process or desterilize AMQP message body  Expose API to control external system and do the work of your service  Leverage vCO to communicate to external system but maintain correlation to objects in vCD
  • 13. Proprietary and ConfidentialAugust 28, 2013 - 13 - Legacy Apps: Facilitate Cloud Gateway  Augment on-premise storage with inexpensive cloud storage  Seek cloud storage adoption for on-premise legacy applications  Connect on-premise legacy applications to cloud storage  Translate Block or File based traditional data access (like iSCSI, FC, NFS or CIFS) to object-based cloud data access (like SOAP or REST) and vice-versa  Improve performance and cost effectiveness of Cloud Gateway with a local cache ensuring efficient data transfer to the remote cloud
  • 14. Proprietary and ConfidentialAugust 28, 2013 - 14 - Cloud Gateway for Legacy Apps
  • 15. Proprietary and ConfidentialAugust 28, 2013 - 15 - Extend Enterprise Authentication to Cloud  Provide seamless user access to enterprise apps on cloud while Active Directory still on-premise  Enforce organization level authentication mechanism and access controls  Active Directory Federation Services (ADFS) is one of the preferred ways  Automate deployment of ADFS on the cloud & retain full control of on- premise Active Directory  Reduce complexities of configuration, setting up claims based authentication and further configuration to a great extent  Deploy ADFS for multiple tenants in a repeatable, consistent and reliable manner resulting in huge savings
  • 16. Proprietary and ConfidentialAugust 28, 2013 - 16 - ADFS Automation Workflow Base snapshot workflow App Director Create AD FS proxy workflow Add Claim Provider workflow Add Relying Party workflow Revert to recent snapshot Create standalone AD FS Add Claim Provider Take Snapshot Throw exception Throw exception Yes Yes No No vApp Ready Check for errors Check for errors VCO Deploy Base OVF in Cloud vCloud Director VCO Workflow State Management VCO Sub Workflow Exception Controller
  • 17. Proprietary and ConfidentialAugust 28, 2013 - 17 - Cloud Application Deployment Automation
  • 18. Proprietary and ConfidentialAugust 28, 2013 - 18 - Cloud App Deployment Automation – End to End Workflow Build Package Prepare Package Deploy Parameters Deploy Package Application Deployment Cloud Configure Application integration 2 4 6 7 8 9 Build Artifacts 1 5 3 Env Readiness Check
  • 19. Proprietary and ConfidentialAugust 28, 2013 - 19 - Cloud App Deployment Automation – End to End Workflow Build Package Prepare Package Deploy Parameters Deploy Package Application Deployment Cloud Configure Application integration 2 4 6 7 8 9 Build Artifacts 1 5 3 Env Readiness Check
  • 20. Proprietary and ConfidentialAugust 28, 2013 - 20 - Automate Cloud App Deployment Via Toolkit Build automation framework, create standardized and reusable cloud app deployment packages  Address challenges of complexities involved in configuring and setting up applications  Mechanism for producing reusable, Cloud-ready deployment packages for business applications Create value add business services in cloud environment  Integrated combinations of Tier 1 business apps, database, network and security, pre-integrated to customer directories  Leverage VMware tools like vFabric Application Director Blueprint, vCloud Orchestrator, vCD, vCAC etc. to create a business service
  • 21. Proprietary and ConfidentialAugust 28, 2013 - 21 - Automate Cloud App Deployment Via Toolkit Build catalog services on the cloud to deploy enterprise applications enabling ready-to-use features  Reusable, cloud-ready deployment packages for popular business apps e.g. SharePoint, AD, ADFS, SQL etc.  Automated provisioning and operating blueprints for service providers Interrogate target deployment environment to determine if it meets pre-requisites for deploying a specified package Get Application Director Blueprints certified and publish them on VMware Solution Exchange
  • 22. Proprietary and ConfidentialAugust 28, 2013 - 22 - Cloud App Deployment Automation – End to End Workflow Build Package Prepare Package Deploy Parameters Deploy Package Application Deployment Cloud Configure Application integration 2 4 6 7 8 9 Build Artifacts 1 5 3 Env Readiness Check
  • 23. Proprietary and ConfidentialAugust 28, 2013 - 23 - Cloud App Deployment Automation Using Application Director Blueprints
  • 24. Proprietary and ConfidentialAugust 28, 2013 - 24 - App Deployment Using Application Director Deploy OS Configure OS Deploy Application Configure Application vFabric Application Director Application Blueprints Scripts & Tasks Deployment Plans Cloud Provider vCloud Director Automated Provisioning for Applications in the Cloud
  • 25. Proprietary and ConfidentialAugust 28, 2013 - 25 - App Deployment Using Application Director Model Driven Automation Based on Blueprints Standardized Reusable Components
  • 26. Proprietary and ConfidentialAugust 28, 2013 - 26 - VMware Application Director Program (developercenter.vmware.com) http://developercenter.vmware.com/web/dp/vmware-ready- programs/management/app-director
  • 27. Proprietary and ConfidentialAugust 28, 2013 - 27 - VMware Ready Application Director Blueprints Program- Benefits •Best Practices Guide •Program Guide •Certification Guide Documentation •Webinars to help partners develop content items •Partner Support for content development Development Consulting •Content including (Services, Blueprints, Script Tasks and VMTemplates) will be certified by VMware •Presence in VMware Compatibility Guide (vCG) Certification •End customers work with VMware and Partners thru TSAnet to resolve any API issues •Front facing GSS GSS (Support) Technical Previews •Micro-Site in Solution Exchange; one location to have access to all the content developed by partners •Partners upload information and can also host content •“VMware Ready” logo in VSX and Market Success Press-Release Solution Exchange (VSX) •Application Director •VSX Roadmap Sessions
  • 28. Proprietary and ConfidentialAugust 28, 2013 - 28 - VMware Solution Exchange (VSX)  Content including (Services, Blue Prints, Tasks and Templates) will be certified by VMware  Presence in VMware Compatibility Guide  VMware Ready logo in VSX  MicroSite in Solutions Exchange; one location to have access to all the Application Director contents  Upload new contents and get it certified  Leverage existing certified contents
  • 29. Proprietary and ConfidentialAugust 28, 2013 - 29 - Application Director Certification - Benefits Develop Your Application Director Blueprints & Upload on VSX Get It VMware Certified  VSX & VMware Compatibility Guide (VCG) addresses need to create a dynamic user community for reaching out to the VMware community & share best practices  Testing and certification of solutions includes below key areas and best practice validation  Blueprint inspection, actions & script verification, dependency checks, errors and exception handling, properties & parameters of script verifications, external communications etc.  Importing blueprint in Application Director  Blueprint deployment verification, deployment performance, scale out testing, multiplatform support, security checkpoints, network checkpoints etc.  Post deployment verification
  • 30. Proprietary and ConfidentialAugust 28, 2013 - 30 - Cloud App Deployment Automation – End to End Workflow Build Package Prepare Package Deploy Parameters Deploy Package Application Deployment Cloud Configure Application integration 2 4 6 7 8 9 Build Artifacts 1 5 3 Env Readiness Check
  • 31. Proprietary and ConfidentialAugust 28, 2013 - 31 - Target Environment Readiness Check Interrogate target cloud environment before cloud app deployment Readiness Check Catalog Check Catalog exists Template exists Access Privilege External Dependency Check Active Directory Domain Name Server DB – Oracle, MS SQL , MySQL vCenter Orchestrator Application Director Access Control Check Static route exists Privilege to create routed N/W Privilege to configure firewall Privilege to deploy template  Determine if target deployment environment meets requirements of specified package  Configurable set of environment checks that can be turned on/off based on specific requirements Validated vCloud Env
  • 32. Proprietary and ConfidentialAugust 28, 2013 - 32 - Network Check Catalog Check Readiness Check – Key Examples
  • 33. Proprietary and ConfidentialAugust 28, 2013 - 33 - Readiness Check – Key Examples Readiness Outcome
  • 34. Proprietary and ConfidentialAugust 28, 2013 - 34 - Summary  Moving applications to cloud intensifies challenges but brings benefits  Adopt key techniques - automate & optimize moving applications to cloud  Leverage Cloud Broker for unified monitoring  Automate workload management using APIs  Augment on premise legacy applications with cloud storage  Get visibility into core infrastructure by extending vCloud features with vCD extension API  Auto deploy cloud apps by creating reusable packages built with blueprints  Create value add business services for tier 1 business apps and offer it in cloud catalogs
  • 35. Proprietary and ConfidentialAugust 28, 2013 - 35 - THANK YOU! www.igate.com - 35 - Meet us at Booth# 2004
  • 37.
  • 38. Tools and Techniques to Manage the Hybrid Cloud Environment Lily Chang, VMware Amit Pathak, iGATE David Wright, VMware VAPP7288 #VAPP7288