SlideShare a Scribd company logo
Mobile DevOps
 Challenges and Trends
        Sanjeev Sharma
      IBM Software Group

       MoDevTablet 2012
         Arlington, VA
Please note
                                     (Mandatory legalese)
IBM’s statements regarding its plans, directions, and intent are subject to
change or withdrawal without notice at IBM’s sole discretion.
Information regarding potential future products is intended to outline our
general product direction and it should not be relied on in making a purchasing
decision.
The information mentioned regarding potential future products is not a
commitment, promise, or legal obligation to deliver any material, code or
functionality. Information about potential future products may not be
incorporated into any contract. The development, release, and timing of any
future features or functionality described for our products remains at our sole
discretion.

Performance is based on measurements and projections using standard IBM benchmarks
in a controlled environment.  The actual throughput or performance that any user will 
experience will vary depending upon many factors, including considerations such as the 
amount of multiprogramming in the user’s job stream, the I/O configuration, the storage 
configuration, and the workload processed.  Therefore, no assurance can be given that an 
individual user will achieve results similar to those stated here.
Me
• Sanjeev is a 18 year veteran of the
  software industry. For the past 15+
  years he has been a solution
  architect with IBM. His current area
  of expertise includes Enterprise            Sanjeev Sharma
  Architecture, Agile Transformation,          @sd_architect
                                         sanjeev.sharma@us.ibm.com
  Mobile Development, Software
                                            Executive IT Specialist
  Delivery Platforms, DevOps and            IBM Rational Specialty
  Software Supply Chains. He has                   Architect
                                              IBM Software Group
  spoken at several international                Ashburn, VA
  industry conferences and written
  internal and external articles.
• Sanjeev blogs @
  sdarchitect.wordpress.com
What is DevOps?
Why DevOp? ‐ Delivery 
         Challenges
                                         Dev & Test           Operations
Customers          Line of Business
                                          Teams                 Team


                                   1st                  2nd
                                   Gap                  Gap

 Desire for fast
and continuous                                                 Business
                    Requirements         Code & Tests
  innovation                                                   Services
Addressing delivery 
               challenges
                                             Dev & Test               Operations
Customers         Line of Business
                                              Teams                     Team


                                      1st                      2nd
                                      Gap                      Gap

Desire for fast
and continuous                                                         Business
                   Requirements             Code & Tests
innovation                                                             Services

                         Addressed by...           Addressed by...




                                 Agile                          Dev
                                 Dev                            Ops
Agile development and delivery
    Continuous Integration extends to Continuous Delivery



                  Build                                            Publish



Design     Agile                                                   Dev       Deploy
           Dev            Test                         Test        Ops


     Prioritize                                               Monitor

                                 Continuous Feedback




                          Accelerated Delivery with Reduced Risk
Addressing only the first gap
                          Functional 
       Agile               Testing
       Dev                              Acceptance 
                                         Testing

                                                      Production
                                                                           Operator
                                                                       Setup 
                                                                       (weeks)




                                                             Install




                            Water-SCRUM-Fall?



CI builds are piling up
DevOps is…
A set of principles and values that
facilitate collaboration across
disciplines to…
                                         People 

• Enable rapid evolution of              Process
  deployed business services             Information
• Reduce risk, decrease cost, and
  improve quality across the portfolio
Three DevOps Principles
1. Develop and test against a
  production-like system
2. Deploy frequently
3. Continuously validate
  operational quality
  characteristics
Mobile DevOps 
 challenges
Mobile DevOps Challenges
• Fragmented Platforms
   o iOS forked when iPad came out.
     Android forked multiple times with
     each vendor, Kindle Fire, Nook…

• HTML5 / Cordova still cannot
  fully replace native
• Mobile Apps are typically
  the front-end to a
  complex(potentially
  enterprise) back-end system
• App stores add additional
  asynchronous deployment
  step
Mobile Application Architecture: 
          LinkedIn




               http://engineering.linkedin.com/testing/co
               ntinuous‐integration‐mobile
10 Mobile DevOps 
  Best Practices
10 Mobile DevOps Practices
         1. Common team repository, with
                version control for all artifacts
Infrastructur
 e Developer



                               Source               Library
                               Control
                Deliver
                Application               Build                Fetch   Automate
   App
 Developer      Code

                              Source              Deployable
                              Artifacts            Artifacts



    Tester
10 Mobile DevOps Practices
2. Practice Continuous Integration
 o Have a central Build and Integration server
10 Mobile DevOps Practices
         3. Maintain separate build and
            integration areas for each SDK
                        version supported

<manifest xmlns:android="http://schemas.android.com/apk/res/android" ... >
         <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15" />
          ...
</manifest>
10 Mobile DevOps Practices
4. Automated Build and Deploy scripts
 o Manage and version the scripts like code
 o Make each build reproducible at any time
                            Automated 
                             Scripts
10 Mobile DevOps Practices
          5. Test each build
o On simulated and physical devices
10 Mobile DevOps Practices
                        6. End-to-end Testing:
      o Virtualize back end services that are not
          available during testing                       Mobile App



                                                            App Under Test         Third-party
                                           Third-party
                                            Services                                Services




Test Environments to Production
           Actual Service                           Directory    Portals
           Simulated Service                         Identity

           Mobile App
                                                                             Enterprise Service
                                       Data Warehouse       Mainframe               Bus

                                           Heterogeneous Environments
10 Mobile DevOps Practices
7. Centralized governance of provider
  provisioning profiles, certificates and
                 API keys
10 Mobile DevOps Practices
8. Monitor deployed app and back
     end services performance
10 Mobile DevOps Practices
9. Use a ‘virtual’ App store to test
        deployment devices
10 Mobile DevOps Practices
10.Create a process to convert Test
 user and actual user feedback into
 enhancement requests/user stories
DevOps for the back‐
       end
Multi-stage Delivery Pipelines
                                                                                         Pipeline dashboards
                                                                                         provide feedback for
              Changes trigger                                Library                     the flow of changes
             pipeline execution                            (deployables)
                                                                                         through the pipeline




                     Delivery Pipeline
                                                                             Reporting/Dashboards/Analytics
                                                       QA Stage



    SCM                Build              Dev
                                                                               Pre-
                                                                                                   Promote to
(Source code &                                                              Production
                       Stage             Stage                                                     Production
configurations)                                                               Stage


                                                      Performance
                                                         Stage




  Each stage defines
                                           Approval gates with
       tasks and
                                           automated/manual            Stages can be run in
 configuration settings
                                            approvals provide                parallel
 with entrance and exit
                                          compliance checking
         criteria
                                                                                                              26
Capabilities Supporting DevOps
                                                                       Generate automation
                                                     Deployment                                           Pull configurations
                                                       Design
    Continuous                                                                        Configuration
                                                                                       Automation
    Integration                                           OSLC

                                                                                             OSLC
            OSLC
                             Trigger               Update 
                             Delivery              configuration
                                                   s                 Trigger 
Pull                                                                 deployment                              Deploy 
changes                                               Delivery                        Provisioning           service 
                                                      Pipeline                        Automation             and App

     Change                           Collaborative Lifecycle
                                                        OSLC                                 OSLC


   Management                                                                                         Start stubs
                                      Management
          OSLC                                                     Configure 
                                                                   endpoints             Service 
                                                   Trigger                            Simulation &                            Cloud + 
                             Track 
 Track                       work                  tests                                 Testing                             Mobile App 
 work                                                                                        OSLC                              store

                   Track                                           Configure                                    Monitor 
                   quality                                          agents                                     application
   Requirement                        Quality                                         Application 
   Management                         Management                                      Monitoring
          OSLC                           OSLC                                                OSLC



                                                                                                                    Track 
                    Link defect                                                                                     incident
                                                                    Incident 
                                                                   Management
                                                                      OSLC
What is your DevOps 
     Maturity?
12 Steps to better DevOps
1.  Do your developers and operators communicate the
    production realities and the application's requirements?
2. Do you version deployment configuration and scripts
    along with your source code?
3. Do you have patterns for platforms and applications,
    designed jointly by development and operations?
4. Can your developers launch and destroy production-like
    environments from those patterns?
5. Are your patterns based on reusable deployment
    configuration scripts?
6. Can you deploy an environment (platform and application)
    in one step?
7. Do you deploy your applications daily into production-like environments
    and verify them?
8. Do you link bugs and work items to changes in the application and
    configuration?
9. Do you associate tickets for production issues with relevant bugs
    opened for development to fix?
10. Do you have automated tests to validate your application and platform
    function and characteristics?
11. Do you monitor software against expectations after deploying your
    application?
12. Do you have a delivery pipeline exposed through a summary
    dashboard to assess delivery velocity?
                                                http://ibm.co/LaKtJt
Where to get more 
         information?
• My Blog:
  o http://sdarchitect.wordpress.com/tag/devops/



• Enterprise DevOps blog
  o http://ibm.co/JrPVGR



• 6 Ways for Enterprises to Adopt DevOps blog
  o http://ibm.co/xq71xY
www.ibm.com/software/rational
Acknowledgements and disclaimers
Availability: References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries 
in which IBM operates. 


The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views.  They are provided for 
informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant.  
While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS‐IS without 
warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this 
presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or 
representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of 
IBM software.


All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have 
achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, 
nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other 
results.
© Copyright IBM Corporation 2012. All rights reserved.
  – U.S. Government Users Restricted Rights ‐ Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

IBM, the IBM logo, ibm.com, Rational, the Rational logo, Telelogic, the Telelogic logo, Green Hat, the Green Hat logo, and other IBM products and 
services are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If 
these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol (® or ™), these symbols 
indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be 
registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at “Copyright and trademark 
information” at www.ibm.com/legal/copytrade.shtml
www.ibm.com/software/rational

© Copyright IBM Corporation 2012.  All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any 
kind, express or implied.  IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials.  Nothing contained in these materials is intended to, nor shall 
have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement  governing the use of IBM 
software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates.  Product release dates and/or capabilities 
referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature 
availability in any way.  IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business Machines 
Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others.

More Related Content

PPT
IBM Innovate DevOps for Mobile Apps
PDF
DevOps for Mobile: Delivering a 5-Star App Experience to Your Mobile Users
PDF
DevOps for the Mobile Enterprise: Test and Deploy
PDF
Exercising and Scaling Up Mobile DevOps in the Enterprise
PPTX
Video Testing Best Practices: How to Guarantee High-Quality Video for your Cu...
PPTX
University of Miami Briefing: DevOps Steer – an agile response to customer fe...
PPTX
Appium & Selenium Alone vs Appium & Selenium with Perfecto
PPTX
Continuous delivery mobile application development
IBM Innovate DevOps for Mobile Apps
DevOps for Mobile: Delivering a 5-Star App Experience to Your Mobile Users
DevOps for the Mobile Enterprise: Test and Deploy
Exercising and Scaling Up Mobile DevOps in the Enterprise
Video Testing Best Practices: How to Guarantee High-Quality Video for your Cu...
University of Miami Briefing: DevOps Steer – an agile response to customer fe...
Appium & Selenium Alone vs Appium & Selenium with Perfecto
Continuous delivery mobile application development

What's hot (20)

PPT
Mobile Monitoring Best Practices
PPTX
How to Add Perfecto to Your CI
PDF
DevOps for the Mobile Enterprise: Build and Connect
PPTX
How To Sell Into Insurance with Perfecto
PDF
DevOps and the Case for ROI to Executives
PPTX
Continuous Delivery Maturity Model
PDF
A Continuous Delivery Safety Net for Databases
PDF
Webcast urbancodemobiltomainframe
PDF
IBM DevOps Enabling continuous integration & delivery
PDF
Continuous testing
PPTX
Mobile performance metrics and performance monitoring meetup 2017 05 10
PPTX
Managing Continuous Delivery of Mobile Apps - for the Enterprise
PDF
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
PDF
Leading the Transformation: Applying DevOps and Agile Principles at Scale
PDF
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
PPTX
Leave visual studio behind an end to end business app in 30 mins using a paas
PDF
Disruptive Technology Trends - Cloud, Mobile, IoT and Beyond
PDF
Leading DevOps Application Release and Deployment - Best Practices for Organi...
PPTX
Agile-plus-DevOps Testing for Packaged Applications
PDF
Application Lifecycle Transformation...a DevOps Discussion - By David Miller ...
Mobile Monitoring Best Practices
How to Add Perfecto to Your CI
DevOps for the Mobile Enterprise: Build and Connect
How To Sell Into Insurance with Perfecto
DevOps and the Case for ROI to Executives
Continuous Delivery Maturity Model
A Continuous Delivery Safety Net for Databases
Webcast urbancodemobiltomainframe
IBM DevOps Enabling continuous integration & delivery
Continuous testing
Mobile performance metrics and performance monitoring meetup 2017 05 10
Managing Continuous Delivery of Mobile Apps - for the Enterprise
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Leading the Transformation: Applying DevOps and Agile Principles at Scale
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
Leave visual studio behind an end to end business app in 30 mins using a paas
Disruptive Technology Trends - Cloud, Mobile, IoT and Beyond
Leading DevOps Application Release and Deployment - Best Practices for Organi...
Agile-plus-DevOps Testing for Packaged Applications
Application Lifecycle Transformation...a DevOps Discussion - By David Miller ...
Ad

Viewers also liked (18)

PDF
Dev ops for cross platform mobile modeveast 12
PDF
Continuous Delivery for cloud - scenarios and scope
PDF
Scale new business peaks with Amazon auto scaling
PDF
Prepare your IT Infrastructure for Thanksgiving
PDF
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
PPT
DevOps101 (version 2)
PPT
Enterprise Mobile App UX: Designing from UI to Backend
PDF
Aws 201:Advanced Breakout Track on HA and DR
PDF
BPC Configuration and User Guide Ver 10.0
PDF
SAP BPC NW 10.0 Equity Based Consolidation Step by Step Guide
PPTX
From Continuous Integration to DevOps - Japan Innovate 2013
PDF
The art of infrastructure elasticity
PDF
SAP BPC on HANA Environment Security Management Implementation Guide
PDF
Auto scaling using Amazon Web Services ( AWS )
PPTX
Chef for DevOps - an Introduction
PDF
Architecting an Highly Available and Scalable WordPress Site in AWS
PDF
Management Consulting
PPTX
Sap fiori
Dev ops for cross platform mobile modeveast 12
Continuous Delivery for cloud - scenarios and scope
Scale new business peaks with Amazon auto scaling
Prepare your IT Infrastructure for Thanksgiving
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
DevOps101 (version 2)
Enterprise Mobile App UX: Designing from UI to Backend
Aws 201:Advanced Breakout Track on HA and DR
BPC Configuration and User Guide Ver 10.0
SAP BPC NW 10.0 Equity Based Consolidation Step by Step Guide
From Continuous Integration to DevOps - Japan Innovate 2013
The art of infrastructure elasticity
SAP BPC on HANA Environment Security Management Implementation Guide
Auto scaling using Amazon Web Services ( AWS )
Chef for DevOps - an Introduction
Architecting an Highly Available and Scalable WordPress Site in AWS
Management Consulting
Sap fiori
Ad

Similar to Mobile DevOps - Trends and Chellenges (20)

PDF
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
PPT
IBM Pulse 2013 session - DevOps for Mobile Apps
PPT
Les outils de Devops IBM
PPTX
Avea Release Management IBM Innovate 2012
PDF
Introducing the WSO2 App Factory
PPT
Aspirea sales presentation
PPTX
Modern Apps and App Lifecycle
PDF
Modernize your-java ee-app-server-infrastructure
PDF
Introducing Obsidian Software and RAVEN-GCS for PowerPC
PDF
DevOps for Mainframe for IBM Pulse Conference
PPTX
Visual Studio 2010 ALM Tools Overview
PPTX
Visual Studio Application Lifecycle Managment end-to-end
PPTX
End-To-End Visual Studio Application Lifecycle Management
PPT
Webcast Automação Implantação de Aplicações (DevOps)
PDF
Aras Innovator PLM Deployment Methodology
PDF
Pulse 2013: DevOps Review and Roadmap
PPTX
Microsoft DevOps Solution - DevOps
PPTX
Zend server presentation for osi days
PDF
DevOps for Mobile - DevOpsDays, NY, 2013
PDF
Transform Digital Business with DevOps
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
IBM Pulse 2013 session - DevOps for Mobile Apps
Les outils de Devops IBM
Avea Release Management IBM Innovate 2012
Introducing the WSO2 App Factory
Aspirea sales presentation
Modern Apps and App Lifecycle
Modernize your-java ee-app-server-infrastructure
Introducing Obsidian Software and RAVEN-GCS for PowerPC
DevOps for Mainframe for IBM Pulse Conference
Visual Studio 2010 ALM Tools Overview
Visual Studio Application Lifecycle Managment end-to-end
End-To-End Visual Studio Application Lifecycle Management
Webcast Automação Implantação de Aplicações (DevOps)
Aras Innovator PLM Deployment Methodology
Pulse 2013: DevOps Review and Roadmap
Microsoft DevOps Solution - DevOps
Zend server presentation for osi days
DevOps for Mobile - DevOpsDays, NY, 2013
Transform Digital Business with DevOps

More from Sanjeev Sharma (20)

PDF
Democratizing security
PDF
My code, my environment, and yes, my data
PDF
Cloud expo 2018: From Apollo 13 to Google SRE - When DevOps meets SRE
PDF
The Muda, Mura and Muri of DevOps
PDF
DeliverAgile2018 - from Apollo 13 to Google SRE
PDF
From Apollo 13 to Google SRE
PDF
From DevOps to DevSecOps: 2 Dimensions of Security for DevOps
PDF
How NBCUniversal Adopted DevOps
PDF
Unicorns on an Aircraft Carrier: CDSummit London and Stockholm Keynote
PDF
DevOps Thinking for the Line of Business
PDF
A DevOps adoption playbook- achieving business value at scale
PDF
IBM InterConnect 2016: Security for DevOps in an Enterprise
PDF
DevOps adoption in the enterprise
PDF
dev@InterConnect workshop - Lean and DevOps
PPTX
OpenTechSummit InterConnect2015 DevOps
PDF
DTS-1778 Understanding DevOps - IBM InterConnect Session
PDF
Mobile to Mainframe - En-to-end transformation
PDF
DevOps and Application Delivery for Hybrid Cloud - DevOpsSummit session
PDF
Using Lean Thinking to identify and address Delivery Pipeline bottlenecks
PPTX
DevOps 101 - IBM Impact 2014
Democratizing security
My code, my environment, and yes, my data
Cloud expo 2018: From Apollo 13 to Google SRE - When DevOps meets SRE
The Muda, Mura and Muri of DevOps
DeliverAgile2018 - from Apollo 13 to Google SRE
From Apollo 13 to Google SRE
From DevOps to DevSecOps: 2 Dimensions of Security for DevOps
How NBCUniversal Adopted DevOps
Unicorns on an Aircraft Carrier: CDSummit London and Stockholm Keynote
DevOps Thinking for the Line of Business
A DevOps adoption playbook- achieving business value at scale
IBM InterConnect 2016: Security for DevOps in an Enterprise
DevOps adoption in the enterprise
dev@InterConnect workshop - Lean and DevOps
OpenTechSummit InterConnect2015 DevOps
DTS-1778 Understanding DevOps - IBM InterConnect Session
Mobile to Mainframe - En-to-end transformation
DevOps and Application Delivery for Hybrid Cloud - DevOpsSummit session
Using Lean Thinking to identify and address Delivery Pipeline bottlenecks
DevOps 101 - IBM Impact 2014

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
cuic standard and advanced reporting.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Spectroscopy.pptx food analysis technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Empathic Computing: Creating Shared Understanding
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Machine learning based COVID-19 study performance prediction
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
Building Integrated photovoltaic BIPV_UPV.pdf
A Presentation on Artificial Intelligence
cuic standard and advanced reporting.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25-Week II
Advanced methodologies resolving dimensionality complications for autism neur...
Spectroscopy.pptx food analysis technology
MIND Revenue Release Quarter 2 2025 Press Release
Empathic Computing: Creating Shared Understanding
A comparative analysis of optical character recognition models for extracting...
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
20250228 LYD VKU AI Blended-Learning.pptx
Programs and apps: productivity, graphics, security and other tools
Machine learning based COVID-19 study performance prediction
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
SOPHOS-XG Firewall Administrator PPT.pptx
Group 1 Presentation -Planning and Decision Making .pptx

Mobile DevOps - Trends and Chellenges