SlideShare a Scribd company logo
1 of 24
Welcome to DevConnect 2016
Before we begin
Download our event application to plan your day, participate in on-site
activity and more: http://ibm.biz/dcmobile
Labs have been emailed in a GoogleDoc and can also be accessed by
the app. Please note the pre-reqs for the Build Your Own Cognitive App
this afternoon.
Morning Sessions
Registration + Breakfast
Welcome + Intro
The App Evolution Continues
Building Next Gen Applications and Microservices
DEMO LAB: Getting familiar with Cloud Foundry and
the Bluemix platform
BREAK
Practical DevOps in a Hybrid World
DEMO LAB: Using DevOps Services on Bluemix
LUNCH
IBM DeveloperConnect Workshop Agenda
Afternoon Sessions
BREAKOUT SESSIONS
Room #1 INSTRUCTOR LED LABL
Build your own Cognitive App
with Watson and Node.js
Room #2 Roadmap to optimize the app evolution
– IBM Design Thinking
BREAK
Horizon Watch: Swift
DEMO LAB: Write, build, and deploy using Containers
Open Q&A
CLOSING – THANK YOU FOR JOINING US!
The App Evolution Continues
Cloud Centric Design
What has changed?
Cloud not ready
Cloud light
Cloud centric
Cloud native
Cloud enabled
Intended for the cloud. Using
highly specific cloud features
Application moved to the
cloud but uses minimal
cloud features
Application with
increases utilization of
cloud features
Born on the cloud.
Maximizes features of the
cloud.
Applications tied to legacy
infrastructures, runtimes
and designs
Levels of apps
‘cloudification’
How well your application fits the cloud?
Bimodal IT
Understanding Bimodal IT
Brief review
Code
Data
Runtime
Middleware
OS
Compute
Code
Data
Runtime
Middleware
OS
Compute
Custom Managed
Platform Managed
Code
Data
Runtime
Middleware
OS
Compute
Bare metal
Code
Data
Runtime
Middleware
OS
Compute
Containers
On Premises / Cloud Enabled Cloud Native
Platform as
a Service
Infrastructure
as a Service
Code
Data
Runtime
Middleware
OS
Compute
Serverless
Architectural patterns Components, Platforms & Products Methods & Approaches
2.
 Standards
 Platforms
 Containers
 NoSQL DBs
 Languages
1.
 The 12 factor app
 Reactive frameworks
 Microservices
 APIs
3.
 Design Thinking
 Agile
 DevOps
 Hybrid Cloud
 Self service & Automation
12 factor app
manifesto
The Reactive
manifesto
http://12factor.net/ http://www.reactivemanifesto.org/
Microservices
Application architected as a suite of small services,
each running in its own process, and communicating with lightweight mechanisms
Monolithic Microservices
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
API
API
Microservices
Application architected as a suite of small services,
each running in its own process, and communicating with lightweight mechanisms
Monolithic Microservices
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
Scaling
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
01010101110
10101010101
01010101010
10101010101
01101010110
1010101010
API
API
Scaling
Why Microservices?
Agility
• Services evolve independently and at difference speeds
• Easier to adopt new technology and evolve architecture
• Enables continuous delivery
Resilience
• Use services boundaries for fault tolerance and isolation
• Design for failure
Runtime scalability
• Stateless services designed for horizontal scalability
• Services can be scaled independently
Dev organization scalability
• Easier to develop services in parallel
• Smaller working set for each developer
APIs
APIs allows for easy, quick and dynamic access to the business content of your application.
API is a glue between Microservices.
Attributes of an API
Consumer driven
Defined by Configuration
Self Service
Fast, Easy
Fine-grained, Does one thing
Focus on ease of consumption
Easy access to Tasks / Data
Business Asset Owner
Service Intent:
How can I effectively expose
data / functions of my Business
Asset
Application Designer
API Intent:
How can I quickly and
easily access specific data
APIConsumerAPIProvider
Applications
A Consuming Application uses one or more APIs
API’s
An API productizes specific tasks of a service
Multiple APIs can be “leveraged” from the same service
Services
A Service exposes a function of an Business Asset
Multiple Services can be “derived” from a Business Asset
Business Assets
Can provide multiple functions
Attributes of a Service
Provider driven
Defined by Coding
On-boarding
Managed Change, Stability
Medium-Grained, Does several things
Focus on connectivity, reuse
Expose Functions for broad use
Architectural patterns Components, Platforms & Products Methods & Approaches
2.
 Standards
 Platforms
 Containers
 NoSQL DBs
 Languages
1.
 The 12 factor app
 Reactive frameworks
 Microservices
 APIs
3.
 Design Thinking
 Agile
 DevOps
 Hybrid Cloud
 Self service & Automation
Standards: OpenStack & CloudFoundry
Cloud related standards allow for interoperability, portability, automation and
easier maintenace and development of the cloud applications.
Applications
Data
Runtime
Middleware
O/S
Virtualization
Servers
Storage
Networking
 Software to manage compute,
network, and storage for cloud
 The foundation of IBM’s IaaS
interoperability
 Over 20k participants, 400
companies: Larger than Linux
 Built on a highly scalable
distributed architecture
 The basis for IBM Bluemix
 De facto open PaaS platform
 Foundation established Dec. 2014; DEA Pools
Router
User Authentication &
Authorization
Cloud
Controller
Health
Manager
Service
Gateway Apps
Build Packs
Service
Connector
Messaging
Cloud Foundry BOSH
Nova
Compute node
KeyStone
Idenity service
Swift
Object Store
Neuron
Networking
Glance
Image Store
Cinder
Volume service
Horizon
Dashboard
https://www.openstack.org/
https://www.cloudfoundry.org
OAuth
Standards (continued)
Platforms: Bluemix & other PaaS
PaaS aims at make cloud developer life easier. It handles many requirements automatically
allowing developer to focus on coding business logic.
 An implementation of IBM's Open
Cloud Architecture based on
Cloud Foundry
 Delivers enterprise-level services
that can easily integrate with your
cloud applications without you
needing to know how to install or
configure them.
 Enables organizations and
developers to quickly and easily
create, deploy, and manage
applications on the cloud.
What is Bluemix? Bluemix features Bluemix services
 Containers
 Buildpacks
 Boilerplates
 Virtual Machines
 Monitoring
 Management Console
 API Management
 Auto scaling
 DevOps support
 Lots of services from IBM & 3rd parties
Watson
Mobile
DevOps
Web
Applications
IoT
Integration
Big
Data
Data
Management
Security
Business Analytics
Check the service catalog online:
https://console.ng.bluemix.net/?direct=classic/#/store/cloudOEPaneId=store
More information:
https://console.ng.bluemix.net/
Containers
Containers are relatively new concept allowing for
convenient packaging your developments and „shipping” them to any destination.
Run
Any App
Anywhere
What is a Container?
App
A
App
A’
App
B
Bins /
Libs
Bins /
Libs
Bins /
Libs
Guest
OS
Guest
OS
Guest
OS
Hypervisor (Type 2)
Host OS
Server
AppA
Bins /
Libs
Bins /
Libs
Host OS
Server
AppA’
AppB’’
AppB
AppB’
Docker
Containers are isolated but share OS and,
where appropriate, bins/libraries.
It results in significantly faster deployment, much less
overhead, easier migration & faster restart
Docker
VMs
 Image repository
 Image authoring
 Multi-container deployment
 Image signing
 Image Distribution
 Declarative model for deploy
 Container relationships
 Deploy/Manage containers
 Engine monitoring
 Image lifecycle management
 Business policy for deployment
https://www.docker.com/
NoSQL & Languages
New tools and programming languages increasing productivity,
responsiveness and easiness of development.
NoSQL Languages
NoSQL (also translated as Not Only SQL)
are the databases which allows you to
store other structures than
records/columns.
GeoSpacial data
010101011
101010101
010101010
101010101
010101010
110101011
Documents
Graphs
Key-Value
.swift
Architectural patterns Components, Platforms & Products Methods & Approaches
2.
 Standards
 Platforms
 Containers
 NoSQL DBs
 Languages
1.
 The 12 factor app
 Reactive frameworks
 Microservices
 APIs
3.
 Design Thinking
 Agile
 DevOps
 Hybrid Cloud
 Self service & Automation
Methods
Cloud development is about speed, agility and user experience.
Waterfall is not enough anymore…
Requirements Design Delivery OperationsGAP! GAP! GAP!
 How to „discover” & capture the real
users requirements?
 Is the list of a 1000+ functional
requirements useful?
„ 400 features? No human would be able to use
software with that level of complexity” - Dilbert
 How to assure that the developer’s
understanding of requirements is aligned
with the end user?
 How to include user feedback into
development process?
 How to make sure that bugs are fixed
almost instantly?
 How to make your solution „alive” and
responsive to the new requirements?
Design Thinking
It is a formal method for practical,
creative resolution of problems and
creation of solutions, with the intent of
an improved future result.
It focuses on user and the way how the
solution will be used rather then on
requirements.
Agile
It is a group of software development
methods in which requirements and
solutions evolve through collaboration
between self-organizing, cross-
functional teams. It allows for bringing
the user into the development process.
DevOps
It is a software development method
that stresses communication,
collaboration, integration, automation, &
measurement of cooperation between
development & operations team. It
brings together people who build with
people who run the solution.
https://design.ibm.com/thinking.html https://en.wikipedia.org/wiki/Agile_software_development http://www.ibm.com/ibm/devops/us/en/
Hybrid Cloud
Hybrid cloud demands portable architecture.
Cloud apps should be able to run everywhere.
Cloud is not a specific solution,
platform nor product.
Cloud is a new way in which IT solutions
are delivered & consumed by Business.
Private Cloud & IT
Pros:
• Full control
• Advanced management
• Strong security
IBM PoV: Hybrid Cloud
The best features from both worlds
Maximization of investment
Matching infrastructure with application
Balance between security and elasticity
Equalized investment (Capex vs. Opex)
Shorter innovation cycles
Pros:
• Low entry costs
• Pay-per-use,
• Elasticity
Off-premises / Public Cloud
Dynamic Hybrid
Hybrid Cloud+
Cloudbursting
Cloudmigration
Cloudintegration
While developing for
the cloud do consider:
Self service and Automation
Cloud heavily relays on automation. Now developers can use many tools
for automated provisioning, management and deployment of their code.
One of the most well-known cloud infrastructure
automation tools, Chef delivers configuration
management and continuous delivery. By turning
infrastructure into code, Chef helps cloud engineers
and IT professionals automate infrastructure build,
deployment, and management.
Puppet is the configuration management system that
enables cloud engineers and IT professionals to
define the state of their IT infrastructure and then
automatically enforces the correct state. Puppet
automates time-consuming manual tasks.
Some other tools are described here: https://blog.profitbricks.com/48-best-cloud-tools-for-infrastructure-automation/
Jenkins is an application that monitors executions of
repeated jobs, such as building a software project or
jobs run by cron. It helps with building/testing
software projects continuously and monitoring
executions of externally-run jobs.
UrbanCode is a tool for automating application
deployments through your environments. It is
designed to facilitate rapid feedback and continuous
delivery in agile development while providing the
audit trails, versioning and approvals needed in
production.
IBM Cloud Orchestrator provides cloud management
for your IT services, allowing you to accelerate the
delivery of software and infrastructure. Based on
open standards, it reduces the number of steps to
manage public, private and hybrid clouds by using
an easy-to-use interface.
Bluemix Delivery Pipeline service automates builds
and deployments, test execution, configure build
scripts, and automate execution of unit tests.
And many many more…
Is your application cloud centric/native/ready?
If you are not sure… use Chaos Monkey –
if your overall solution survives this encounter, you are good to go!
https://github.com/Netflix/SimianArmy/wiki/Chaos-Monkey
„Chaos Monkey is a service
which identifies groups of
systems and randomly
terminates one of the systems
in a group.”
Thank you!

More Related Content

What's hot

Enterprise Mobile Development Best Practices for 2015
Enterprise Mobile Development Best Practices for 2015Enterprise Mobile Development Best Practices for 2015
Enterprise Mobile Development Best Practices for 2015AnyPresence
 
Kony Development Cloud
Kony Development CloudKony Development Cloud
Kony Development CloudDipesh Mukerji
 
BBM Social Platform and App Monetization
BBM Social Platform and App MonetizationBBM Social Platform and App Monetization
BBM Social Platform and App MonetizationKyle McInnes
 
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail MobilityKony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail MobilityKony, Inc.
 
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry) IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry) Animesh Singh
 
HTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level DesignHTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level DesignThanh Nguyen
 
Blackberry_runtime_for_android_apps
Blackberry_runtime_for_android_appsBlackberry_runtime_for_android_apps
Blackberry_runtime_for_android_appsDroidcon Berlin
 
Keynote at Home Automation/ IoT Telecom Council conference
Keynote at Home Automation/ IoT Telecom Council conferenceKeynote at Home Automation/ IoT Telecom Council conference
Keynote at Home Automation/ IoT Telecom Council conferenceLarry McDonough
 
Mobile Portal Enabler With Content Creation Distribution Capabilities
Mobile Portal Enabler With Content Creation Distribution CapabilitiesMobile Portal Enabler With Content Creation Distribution Capabilities
Mobile Portal Enabler With Content Creation Distribution Capabilitiesgmitech
 
Acquia Platform Update: New Features and Capabilities
Acquia Platform Update: New Features and CapabilitiesAcquia Platform Update: New Features and Capabilities
Acquia Platform Update: New Features and CapabilitiesRachel Wandishin
 
V-mobile | Mobile App Development Company
V-mobile | Mobile App Development CompanyV-mobile | Mobile App Development Company
V-mobile | Mobile App Development CompanyHaykuhi Tangyan
 

What's hot (20)

Enterprise Mobile Development Best Practices for 2015
Enterprise Mobile Development Best Practices for 2015Enterprise Mobile Development Best Practices for 2015
Enterprise Mobile Development Best Practices for 2015
 
Kony Development Cloud
Kony Development CloudKony Development Cloud
Kony Development Cloud
 
BBM Social Platform and App Monetization
BBM Social Platform and App MonetizationBBM Social Platform and App Monetization
BBM Social Platform and App Monetization
 
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail MobilityKony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
 
Magic xpa total mobility experience
Magic xpa  total mobility experienceMagic xpa  total mobility experience
Magic xpa total mobility experience
 
Android Deep Dive
Android Deep DiveAndroid Deep Dive
Android Deep Dive
 
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry) IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
 
HTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level DesignHTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level Design
 
Blackberry_runtime_for_android_apps
Blackberry_runtime_for_android_appsBlackberry_runtime_for_android_apps
Blackberry_runtime_for_android_apps
 
Keynote at Home Automation/ IoT Telecom Council conference
Keynote at Home Automation/ IoT Telecom Council conferenceKeynote at Home Automation/ IoT Telecom Council conference
Keynote at Home Automation/ IoT Telecom Council conference
 
Darron_Haworth_2016
Darron_Haworth_2016Darron_Haworth_2016
Darron_Haworth_2016
 
Mobile Portal Enabler With Content Creation Distribution Capabilities
Mobile Portal Enabler With Content Creation Distribution CapabilitiesMobile Portal Enabler With Content Creation Distribution Capabilities
Mobile Portal Enabler With Content Creation Distribution Capabilities
 
Oracle Mobile Cloud Service
Oracle Mobile Cloud ServiceOracle Mobile Cloud Service
Oracle Mobile Cloud Service
 
When Mobile (Android) met Cloud
When Mobile (Android) met CloudWhen Mobile (Android) met Cloud
When Mobile (Android) met Cloud
 
Cloud Foundry May 1 2014
Cloud Foundry May 1 2014Cloud Foundry May 1 2014
Cloud Foundry May 1 2014
 
Acquia Platform Update: New Features and Capabilities
Acquia Platform Update: New Features and CapabilitiesAcquia Platform Update: New Features and Capabilities
Acquia Platform Update: New Features and Capabilities
 
V-mobile | Mobile App Development Company
V-mobile | Mobile App Development CompanyV-mobile | Mobile App Development Company
V-mobile | Mobile App Development Company
 
Luis Martins
Luis MartinsLuis Martins
Luis Martins
 
Cloud foundry meetup 12112013
Cloud foundry meetup 12112013Cloud foundry meetup 12112013
Cloud foundry meetup 12112013
 
MWLUG Bluemix
MWLUG BluemixMWLUG Bluemix
MWLUG Bluemix
 

Viewers also liked

Sample outreach email
Sample outreach emailSample outreach email
Sample outreach emailConnecting Up
 
FW: A lesson to be learnt
FW: A lesson to be learnt FW: A lesson to be learnt
FW: A lesson to be learnt Shoaib Anjum
 
Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011
Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011
Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011FactaMedia
 
Weekly Reversal Levels for May 2, 2015
Weekly Reversal Levels for May 2, 2015Weekly Reversal Levels for May 2, 2015
Weekly Reversal Levels for May 2, 2015LunaticTrader
 
Tutorial de server
Tutorial de serverTutorial de server
Tutorial de servernelson-10
 

Viewers also liked (9)

Sample outreach email
Sample outreach emailSample outreach email
Sample outreach email
 
Mpls trabajo final
Mpls trabajo finalMpls trabajo final
Mpls trabajo final
 
ELEC2 - Lecture 1
ELEC2 - Lecture 1ELEC2 - Lecture 1
ELEC2 - Lecture 1
 
FW: A lesson to be learnt
FW: A lesson to be learnt FW: A lesson to be learnt
FW: A lesson to be learnt
 
Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011
Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011
Impact budgétaire de l'immigration en France, Xavier Chojnicki - 03/2011
 
Nitesh estates
Nitesh estatesNitesh estates
Nitesh estates
 
Weekly Reversal Levels for May 2, 2015
Weekly Reversal Levels for May 2, 2015Weekly Reversal Levels for May 2, 2015
Weekly Reversal Levels for May 2, 2015
 
Tutorial de server
Tutorial de serverTutorial de server
Tutorial de server
 
Q146
Q146Q146
Q146
 

Similar to The App Evolution Continues

App Development Evolution: What has changed?
App Development Evolution: What has changed? App Development Evolution: What has changed?
App Development Evolution: What has changed? Dev_Events
 
The App Evolution
The App Evolution The App Evolution
The App Evolution Dev_Events
 
The App Evolution
The App EvolutionThe App Evolution
The App EvolutionDev_Events
 
Cloud Native Patterns with Bluemix Developer Console
Cloud Native Patterns with Bluemix Developer ConsoleCloud Native Patterns with Bluemix Developer Console
Cloud Native Patterns with Bluemix Developer ConsoleMatthew Perrins
 
Build Event-Driven Microservices with Confluent Cloud Workshop #1
Build Event-Driven Microservices with Confluent Cloud Workshop #1Build Event-Driven Microservices with Confluent Cloud Workshop #1
Build Event-Driven Microservices with Confluent Cloud Workshop #1confluent
 
Ibm bluemix
Ibm bluemix Ibm bluemix
Ibm bluemix Narendra
 
Go Cloud Native with IBM Bluemix Developer Console - GIDS17
Go Cloud Native with IBM Bluemix Developer Console - GIDS17Go Cloud Native with IBM Bluemix Developer Console - GIDS17
Go Cloud Native with IBM Bluemix Developer Console - GIDS17Vidyasagar Machupalli
 
Soa12c launch 1 overview cr
Soa12c launch 1 overview crSoa12c launch 1 overview cr
Soa12c launch 1 overview crVasily Demin
 
Introduction to micro-services @DevOps pune Meetup
Introduction to micro-services @DevOps pune Meetup Introduction to micro-services @DevOps pune Meetup
Introduction to micro-services @DevOps pune Meetup Rahul Khengare
 
UGIdotNET App Modernisation Keynote
UGIdotNET App Modernisation KeynoteUGIdotNET App Modernisation Keynote
UGIdotNET App Modernisation KeynoteLorenzo Barbieri
 
Red Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureRed Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureJohn Archer
 
Chapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptx
Chapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptxChapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptx
Chapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptxJerianMacatuggal
 
Microservices - How Microservices Have Changed and Why They Matter
Microservices - How Microservices Have Changed and Why They MatterMicroservices - How Microservices Have Changed and Why They Matter
Microservices - How Microservices Have Changed and Why They MatterAlexander Arda
 
Exploring Cloud Native Architecture: Its Benefits And Key Components
Exploring Cloud Native Architecture: Its Benefits And Key ComponentsExploring Cloud Native Architecture: Its Benefits And Key Components
Exploring Cloud Native Architecture: Its Benefits And Key ComponentsLucy Zeniffer
 
Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Oracle Developers
 
Cloud Native Architecture: Its Benefits and Key Components
Cloud Native Architecture: Its Benefits and Key ComponentsCloud Native Architecture: Its Benefits and Key Components
Cloud Native Architecture: Its Benefits and Key ComponentsAndrewHolland58
 
Jfokus Workshop: Code in the Cloud for the Cloud
Jfokus Workshop: Code in the Cloud for the CloudJfokus Workshop: Code in the Cloud for the Cloud
Jfokus Workshop: Code in the Cloud for the CloudLauren Hayward Schaefer
 

Similar to The App Evolution Continues (20)

App Development Evolution: What has changed?
App Development Evolution: What has changed? App Development Evolution: What has changed?
App Development Evolution: What has changed?
 
App Development Evolution: What has changed?
App Development Evolution: What has changed? App Development Evolution: What has changed?
App Development Evolution: What has changed?
 
The App Evolution
The App Evolution The App Evolution
The App Evolution
 
The App Evolution
The App EvolutionThe App Evolution
The App Evolution
 
Cloud Native Patterns with Bluemix Developer Console
Cloud Native Patterns with Bluemix Developer ConsoleCloud Native Patterns with Bluemix Developer Console
Cloud Native Patterns with Bluemix Developer Console
 
Build Event-Driven Microservices with Confluent Cloud Workshop #1
Build Event-Driven Microservices with Confluent Cloud Workshop #1Build Event-Driven Microservices with Confluent Cloud Workshop #1
Build Event-Driven Microservices with Confluent Cloud Workshop #1
 
Ibm bluemix
Ibm bluemix Ibm bluemix
Ibm bluemix
 
Go Cloud Native with IBM Bluemix Developer Console - GIDS17
Go Cloud Native with IBM Bluemix Developer Console - GIDS17Go Cloud Native with IBM Bluemix Developer Console - GIDS17
Go Cloud Native with IBM Bluemix Developer Console - GIDS17
 
Soa12c launch 1 overview cr
Soa12c launch 1 overview crSoa12c launch 1 overview cr
Soa12c launch 1 overview cr
 
Introduction to micro-services @DevOps pune Meetup
Introduction to micro-services @DevOps pune Meetup Introduction to micro-services @DevOps pune Meetup
Introduction to micro-services @DevOps pune Meetup
 
Mahesh_Dimble
Mahesh_DimbleMahesh_Dimble
Mahesh_Dimble
 
UGIdotNET App Modernisation Keynote
UGIdotNET App Modernisation KeynoteUGIdotNET App Modernisation Keynote
UGIdotNET App Modernisation Keynote
 
Red Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureRed Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft Azure
 
Chapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptx
Chapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptxChapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptx
Chapter VI -CLOUD NATIVE AND EMERGENT TRENDS.pptx
 
IBM Bluemix
IBM BluemixIBM Bluemix
IBM Bluemix
 
Microservices - How Microservices Have Changed and Why They Matter
Microservices - How Microservices Have Changed and Why They MatterMicroservices - How Microservices Have Changed and Why They Matter
Microservices - How Microservices Have Changed and Why They Matter
 
Exploring Cloud Native Architecture: Its Benefits And Key Components
Exploring Cloud Native Architecture: Its Benefits And Key ComponentsExploring Cloud Native Architecture: Its Benefits And Key Components
Exploring Cloud Native Architecture: Its Benefits And Key Components
 
Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.
 
Cloud Native Architecture: Its Benefits and Key Components
Cloud Native Architecture: Its Benefits and Key ComponentsCloud Native Architecture: Its Benefits and Key Components
Cloud Native Architecture: Its Benefits and Key Components
 
Jfokus Workshop: Code in the Cloud for the Cloud
Jfokus Workshop: Code in the Cloud for the CloudJfokus Workshop: Code in the Cloud for the Cloud
Jfokus Workshop: Code in the Cloud for the Cloud
 

More from Paula Peña (She, Her, Hers) (7)

Getting Started with Cloud Foundry on Bluemix
Getting Started with Cloud Foundry on BluemixGetting Started with Cloud Foundry on Bluemix
Getting Started with Cloud Foundry on Bluemix
 
Building Next Gen Applications and Microservices
Building Next Gen Applications and Microservices Building Next Gen Applications and Microservices
Building Next Gen Applications and Microservices
 
Bluemix DevOps Services
Bluemix DevOps Services Bluemix DevOps Services
Bluemix DevOps Services
 
Bluemix Garage Method
Bluemix Garage MethodBluemix Garage Method
Bluemix Garage Method
 
Blockchain Explained for Devlopers
Blockchain Explained for DevlopersBlockchain Explained for Devlopers
Blockchain Explained for Devlopers
 
Building an IOT app using MQTT
Building an IOT app using MQTTBuilding an IOT app using MQTT
Building an IOT app using MQTT
 
Offline-First Apps with PouchDB
Offline-First Apps with PouchDB Offline-First Apps with PouchDB
Offline-First Apps with PouchDB
 

Recently uploaded

The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 

Recently uploaded (20)

The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 

The App Evolution Continues

  • 1. Welcome to DevConnect 2016 Before we begin Download our event application to plan your day, participate in on-site activity and more: http://ibm.biz/dcmobile Labs have been emailed in a GoogleDoc and can also be accessed by the app. Please note the pre-reqs for the Build Your Own Cognitive App this afternoon.
  • 2. Morning Sessions Registration + Breakfast Welcome + Intro The App Evolution Continues Building Next Gen Applications and Microservices DEMO LAB: Getting familiar with Cloud Foundry and the Bluemix platform BREAK Practical DevOps in a Hybrid World DEMO LAB: Using DevOps Services on Bluemix LUNCH IBM DeveloperConnect Workshop Agenda Afternoon Sessions BREAKOUT SESSIONS Room #1 INSTRUCTOR LED LABL Build your own Cognitive App with Watson and Node.js Room #2 Roadmap to optimize the app evolution – IBM Design Thinking BREAK Horizon Watch: Swift DEMO LAB: Write, build, and deploy using Containers Open Q&A CLOSING – THANK YOU FOR JOINING US!
  • 3. The App Evolution Continues Cloud Centric Design What has changed?
  • 4. Cloud not ready Cloud light Cloud centric Cloud native Cloud enabled Intended for the cloud. Using highly specific cloud features Application moved to the cloud but uses minimal cloud features Application with increases utilization of cloud features Born on the cloud. Maximizes features of the cloud. Applications tied to legacy infrastructures, runtimes and designs Levels of apps ‘cloudification’ How well your application fits the cloud?
  • 7. Brief review Code Data Runtime Middleware OS Compute Code Data Runtime Middleware OS Compute Custom Managed Platform Managed Code Data Runtime Middleware OS Compute Bare metal Code Data Runtime Middleware OS Compute Containers On Premises / Cloud Enabled Cloud Native Platform as a Service Infrastructure as a Service Code Data Runtime Middleware OS Compute Serverless
  • 8. Architectural patterns Components, Platforms & Products Methods & Approaches 2.  Standards  Platforms  Containers  NoSQL DBs  Languages 1.  The 12 factor app  Reactive frameworks  Microservices  APIs 3.  Design Thinking  Agile  DevOps  Hybrid Cloud  Self service & Automation
  • 9. 12 factor app manifesto The Reactive manifesto http://12factor.net/ http://www.reactivemanifesto.org/
  • 10. Microservices Application architected as a suite of small services, each running in its own process, and communicating with lightweight mechanisms Monolithic Microservices 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 API API
  • 11. Microservices Application architected as a suite of small services, each running in its own process, and communicating with lightweight mechanisms Monolithic Microservices 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 Scaling 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 01010101110 10101010101 01010101010 10101010101 01101010110 1010101010 API API Scaling Why Microservices? Agility • Services evolve independently and at difference speeds • Easier to adopt new technology and evolve architecture • Enables continuous delivery Resilience • Use services boundaries for fault tolerance and isolation • Design for failure Runtime scalability • Stateless services designed for horizontal scalability • Services can be scaled independently Dev organization scalability • Easier to develop services in parallel • Smaller working set for each developer
  • 12. APIs APIs allows for easy, quick and dynamic access to the business content of your application. API is a glue between Microservices. Attributes of an API Consumer driven Defined by Configuration Self Service Fast, Easy Fine-grained, Does one thing Focus on ease of consumption Easy access to Tasks / Data Business Asset Owner Service Intent: How can I effectively expose data / functions of my Business Asset Application Designer API Intent: How can I quickly and easily access specific data APIConsumerAPIProvider Applications A Consuming Application uses one or more APIs API’s An API productizes specific tasks of a service Multiple APIs can be “leveraged” from the same service Services A Service exposes a function of an Business Asset Multiple Services can be “derived” from a Business Asset Business Assets Can provide multiple functions Attributes of a Service Provider driven Defined by Coding On-boarding Managed Change, Stability Medium-Grained, Does several things Focus on connectivity, reuse Expose Functions for broad use
  • 13. Architectural patterns Components, Platforms & Products Methods & Approaches 2.  Standards  Platforms  Containers  NoSQL DBs  Languages 1.  The 12 factor app  Reactive frameworks  Microservices  APIs 3.  Design Thinking  Agile  DevOps  Hybrid Cloud  Self service & Automation
  • 14. Standards: OpenStack & CloudFoundry Cloud related standards allow for interoperability, portability, automation and easier maintenace and development of the cloud applications. Applications Data Runtime Middleware O/S Virtualization Servers Storage Networking  Software to manage compute, network, and storage for cloud  The foundation of IBM’s IaaS interoperability  Over 20k participants, 400 companies: Larger than Linux  Built on a highly scalable distributed architecture  The basis for IBM Bluemix  De facto open PaaS platform  Foundation established Dec. 2014; DEA Pools Router User Authentication & Authorization Cloud Controller Health Manager Service Gateway Apps Build Packs Service Connector Messaging Cloud Foundry BOSH Nova Compute node KeyStone Idenity service Swift Object Store Neuron Networking Glance Image Store Cinder Volume service Horizon Dashboard https://www.openstack.org/ https://www.cloudfoundry.org
  • 16. Platforms: Bluemix & other PaaS PaaS aims at make cloud developer life easier. It handles many requirements automatically allowing developer to focus on coding business logic.  An implementation of IBM's Open Cloud Architecture based on Cloud Foundry  Delivers enterprise-level services that can easily integrate with your cloud applications without you needing to know how to install or configure them.  Enables organizations and developers to quickly and easily create, deploy, and manage applications on the cloud. What is Bluemix? Bluemix features Bluemix services  Containers  Buildpacks  Boilerplates  Virtual Machines  Monitoring  Management Console  API Management  Auto scaling  DevOps support  Lots of services from IBM & 3rd parties Watson Mobile DevOps Web Applications IoT Integration Big Data Data Management Security Business Analytics Check the service catalog online: https://console.ng.bluemix.net/?direct=classic/#/store/cloudOEPaneId=store More information: https://console.ng.bluemix.net/
  • 17. Containers Containers are relatively new concept allowing for convenient packaging your developments and „shipping” them to any destination. Run Any App Anywhere What is a Container? App A App A’ App B Bins / Libs Bins / Libs Bins / Libs Guest OS Guest OS Guest OS Hypervisor (Type 2) Host OS Server AppA Bins / Libs Bins / Libs Host OS Server AppA’ AppB’’ AppB AppB’ Docker Containers are isolated but share OS and, where appropriate, bins/libraries. It results in significantly faster deployment, much less overhead, easier migration & faster restart Docker VMs  Image repository  Image authoring  Multi-container deployment  Image signing  Image Distribution  Declarative model for deploy  Container relationships  Deploy/Manage containers  Engine monitoring  Image lifecycle management  Business policy for deployment https://www.docker.com/
  • 18. NoSQL & Languages New tools and programming languages increasing productivity, responsiveness and easiness of development. NoSQL Languages NoSQL (also translated as Not Only SQL) are the databases which allows you to store other structures than records/columns. GeoSpacial data 010101011 101010101 010101010 101010101 010101010 110101011 Documents Graphs Key-Value .swift
  • 19. Architectural patterns Components, Platforms & Products Methods & Approaches 2.  Standards  Platforms  Containers  NoSQL DBs  Languages 1.  The 12 factor app  Reactive frameworks  Microservices  APIs 3.  Design Thinking  Agile  DevOps  Hybrid Cloud  Self service & Automation
  • 20. Methods Cloud development is about speed, agility and user experience. Waterfall is not enough anymore… Requirements Design Delivery OperationsGAP! GAP! GAP!  How to „discover” & capture the real users requirements?  Is the list of a 1000+ functional requirements useful? „ 400 features? No human would be able to use software with that level of complexity” - Dilbert  How to assure that the developer’s understanding of requirements is aligned with the end user?  How to include user feedback into development process?  How to make sure that bugs are fixed almost instantly?  How to make your solution „alive” and responsive to the new requirements? Design Thinking It is a formal method for practical, creative resolution of problems and creation of solutions, with the intent of an improved future result. It focuses on user and the way how the solution will be used rather then on requirements. Agile It is a group of software development methods in which requirements and solutions evolve through collaboration between self-organizing, cross- functional teams. It allows for bringing the user into the development process. DevOps It is a software development method that stresses communication, collaboration, integration, automation, & measurement of cooperation between development & operations team. It brings together people who build with people who run the solution. https://design.ibm.com/thinking.html https://en.wikipedia.org/wiki/Agile_software_development http://www.ibm.com/ibm/devops/us/en/
  • 21. Hybrid Cloud Hybrid cloud demands portable architecture. Cloud apps should be able to run everywhere. Cloud is not a specific solution, platform nor product. Cloud is a new way in which IT solutions are delivered & consumed by Business. Private Cloud & IT Pros: • Full control • Advanced management • Strong security IBM PoV: Hybrid Cloud The best features from both worlds Maximization of investment Matching infrastructure with application Balance between security and elasticity Equalized investment (Capex vs. Opex) Shorter innovation cycles Pros: • Low entry costs • Pay-per-use, • Elasticity Off-premises / Public Cloud Dynamic Hybrid Hybrid Cloud+ Cloudbursting Cloudmigration Cloudintegration While developing for the cloud do consider:
  • 22. Self service and Automation Cloud heavily relays on automation. Now developers can use many tools for automated provisioning, management and deployment of their code. One of the most well-known cloud infrastructure automation tools, Chef delivers configuration management and continuous delivery. By turning infrastructure into code, Chef helps cloud engineers and IT professionals automate infrastructure build, deployment, and management. Puppet is the configuration management system that enables cloud engineers and IT professionals to define the state of their IT infrastructure and then automatically enforces the correct state. Puppet automates time-consuming manual tasks. Some other tools are described here: https://blog.profitbricks.com/48-best-cloud-tools-for-infrastructure-automation/ Jenkins is an application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. It helps with building/testing software projects continuously and monitoring executions of externally-run jobs. UrbanCode is a tool for automating application deployments through your environments. It is designed to facilitate rapid feedback and continuous delivery in agile development while providing the audit trails, versioning and approvals needed in production. IBM Cloud Orchestrator provides cloud management for your IT services, allowing you to accelerate the delivery of software and infrastructure. Based on open standards, it reduces the number of steps to manage public, private and hybrid clouds by using an easy-to-use interface. Bluemix Delivery Pipeline service automates builds and deployments, test execution, configure build scripts, and automate execution of unit tests. And many many more…
  • 23. Is your application cloud centric/native/ready? If you are not sure… use Chaos Monkey – if your overall solution survives this encounter, you are good to go! https://github.com/Netflix/SimianArmy/wiki/Chaos-Monkey „Chaos Monkey is a service which identifies groups of systems and randomly terminates one of the systems in a group.”

Editor's Notes

  1. I. Codebase :: One codebase tracked in revision control, many deploys II. Dependencies :: Explicitly declare and isolate dependencies III. Config :: Store config in the environment IV. Backing services :: Treat backing services as attached resources V. Build, release, run :: Strictly separate build and run stages VI. Processes :: Execute the app as one or more stateless processes VII. Port binding :: Export services via port binding VIII. Concurrency :: Scale out via the process model IX. Disposability :: Maximize robustness with fast startup and graceful shutdown X. Dev/prod parity :: Keep development, staging, and production as similar as possible XI. Logs :: Treat logs as event streams XII. Admin processes :: Run admin/management tasks as one-off processes