SlideShare a Scribd company logo
Kim Clark
Integration Architect
IBM
Kyle Brown
IBM Fellow
CTO Cloud Architecture
What does
cloud native
really mean?
© 2020 IBM Corporation
http://ibm.biz/cloudnativedefined (article series)
http://ibm.biz/cloudnativedefined-slides (this slide deck)
http://ibm.biz/cloudnativedefined-webinar (webinar)
Cloud native – the bigger picture
Market
Growth
Risk
Mitigation
Cost
Reduction
Agility and
productivity
Resilience and
scalability
Optimization and
efficiency
Business
Outcomes
IT
Goals
People
and
Process
Architecture
and
Design
Infrastructure
and
Technology
“Cloud native” means
Agility and Productivity
– Enable rapid innovation that is guided
by business metrics.
– De-risk changes and maintenance
and keep environments current.
Resilience and Scalability
– Target continuous availability that is
self-healing and downtime-free.
– Provide elastic scaling and the
perception of limitless capacity.
Optimization and Efficiency
– Optimize the costs of infrastructural
and human resources.
– Enable free movement between
locations and providers.
© 2020 IBM Corporation 4
People
and
Process
Architecture
and
Design
Infrastructure
and
Technology
Platforms that abstract
complexities of infrastructure
Solutions that
leverage
infrastructure
abstractions
Automation
of full
component
lifecycle
Autonomy
and agility in
development
and operations
fully leveraging the
uniqueness of cloud
…through…
to achieve…
Definitions: What do the words “cloud native” mean in this context?
“cloud” relates to
an abstracted infrastructure platform
enabling for example
• Self-provisioning
• Elasticity
• Auto-recovery
that also provides an abstracted deployment platform
that offers for example
• Immutable deployment
• Declarative provisioning
• Runtime agnostic
• Component orchestration
“native” relates to
the architecture and design of solutions that that fully leverage
infrastructure abstractions that common (native) to all cloud
platforms.
For example, writing components which
• have minimize statefulness
• are lightweight and disposable
• have well defined interfaces
• …
Note: Native does not refer to vendor specific aspects of cloud
providers. That would be “cloud provider native”, which limits
portability.
© 2020 IBM Corporation
5
But to make all this hang together, we also need to change the way people and processes work
• Collaborative roles improve alignment between business and IT
• Refined processes ensure faster delivery and feedback
Ingredients of cloud native
Agile
methods
Lifecycle
automation
DevOps and
site reliability eng.
Team
autonomy
Fine-grained
components
Appropriate
decoupling
Minimal
state
Immutable
deployment
Zero
trust
Elastic, agnostic,
secure platform
Lightweight
runtimes
Operational
automation
Observability
and monitoring
People
and process
Architecture
and design
Technology
and infrastructure
Microservice
architecture
Ingredients of cloud native – hard lessons learned
Initial concepts Adoption hurdles Success factors
Agile
methods
Lifecycle
automation
DevOps and
site reliability eng.
Team
autonomy
Fine-grained
components
Appropriate
decoupling
Minimal
state
Immutable
deployment
Zero
trust
Elastic, agnostic,
secure platform
Lightweight
runtimes
Operational
automation
Observability
and monitoring
Container
technology
Ubiquitously
automated
Roles
and
responsibilities
Sustainably empowered
Secured by default
Managed in aggregate
People
Architecture
Technology
Ingredients of cloud native
People
and process
Architecture
and design
Technology
and infrastructure
Agile methods
• Short, regular iteration cycles.
• Intrinsic business collaboration
• Data driven feedback
Lifecycle automation
• Continuous Integration – Build/test pipelines
• Continuous Delivery/Deployment – Deploy, verify
• Continuous Adoption – Runtime currency
DevOps and site reliability engineering
• Collaboration and combination of dev. and ops. roles
• Shift left for operational concerns
• Rapid operational feedback and resolution
Team autonomy
• Decentralized ownership
• Technological freedom
• Self-provisioning
Fine-grained components
• Function driven granularity
• Self-contained components
• Independent lifecycles, scaling and resilience
Appropriate decoupling
• Clear ownership boundaries
• Formalised interfaces (API and event)
• Independent persistence
Minimal state
• Uncomplicated horizontal scaling
• No caller or session affinity
• No two phase commits
Immutable deployment
• Image based deployment
• No runtime administration
• Updates and rollbacks by replacement
Zero trust
• Minimized privileges
• Implicit data security
• Shift Left for security (DevSecOps)
Elastic, agnostic, secure platform
• Elastic resource capacity
• Agnostic deployment, and operations
• Secure by default
Lightweight runtimes
• Fast start up/shut down
• File-system based install and configuration
• File-system based code deployment
Operational automation
• Infrastructure as code
• Repository triggered operations (GitOps)
• Site reliability engineering
Observability and monitoring
• Easily accessible status
• Platform neutral logging and tracing
• Cross component correlation
What are the challenges of cloud-native?
•Just moving your current application into a container won't gain you the benefits of cloud native. Unless your application
behaves like a cloud native component, your pipelines are automated, and your methods are agile etc. then you will see little
benefit from the move. https://developer.ibm.com/technologies/containers/series/benefits-of-containers
Lift and shift to containers
•Breaking something up into fine grained components is largely pointless if they remain dependant on one another – just end up
with a distributed monolith. Reducing dependencies involves significant refactoring, it doesn’t just happen. The components
don’t have to all end up fine grained, some can be larger if that makes more sense. https://kylegenebrown.medium.com/whats-
the-right-size-for-a-microservice-bf1740370d47
Distributed monolith
•Diagnosing problems on a highly distributed system is fraught with challenges, and is even harder when the components are
ephemeral. Significant thought needs to be put into what information is captured and how it can be analysed.
What happened where?
•Some components are inherently stateful. Indeed for some it is their job to manage state (think databases, queues, event stores
etc.). Choices will have to be made around what aspects of cloud native deployment are highest priority. CAP theorem still
applies.
Something has to own the
state
•Not all components need the indefinite elastic scalability so often promised by cloud native. Very few applications will ever be hit
by extreme unplanned load. Designing for limitless horizontal scalability is complex and potentially expensive. For most, the
priority is horizontal stability, which will get you much of what you need for horizontal scaling should you need that later.
https://medium.com/swlh/a-cloud-native-coda-why-you-probably-dont-need-elastic-scaling-46b9315df635
Horizontal scalability or just
horizontal stability?
•Not everything suits short iteration cycles. Some things require and even benefit from an element of the less fashionable
waterfall approach. It doesn’t have to be a high level choice, it could be a component by component decision.
Some waterfalls are beautiful
Business outcomes
Market Growth
Reduced time to market
Innovation readiness
Risk Mitigation
Resilience and security
Deployment confidence
Cost Reduction
Optimized high value staff
Elastic cost models
IT goals
Agility and productivity
Faster delivery of business aligned components
Autonomous teams with freedom to innovate
Responsive to rapid feedback
Resilience and scalability
Fine-grained elastic scalability and resilience
Consistent environments and reversible deployments
Continuous adoption of software updates
Optimization and efficiency
Sharable skills on the underlying platform
Optimized infrastructure usage and licensing
Rapid self-provisioning of resources and capabilities
The benefits of a cloud-native approach
Cloud native summary
Business
Outcomes
Market Growth
Reduced time to market
Innovation readiness
Risk Mitigation
Resilience and security
Deployment confidence
Cost Reduction
Optimized high value staff
Elastic cost models
IT Goals
Agility and productivity
Faster delivery of business aligned components
Autonomous teams with freedom to innovate
Responsive to rapid feedback
Resilience and scalability
Fine-grained elastic scalability and resilience
Consistent environments and reversible deployments
Continuous adoption of software updates
Optimization and efficiency
Sharable skills on the underlying platform
Optimized infrastructure usage and licensing
Rapid self-provisioning of resources and capabilities
Architecture
and
Design
Infrastructure
and
Technology
People
and
Process
People
and process
• Agile methods
• Lifecycle automation
• DevOps and SRE
• Team Autonomy
Architecture
and design
• Fine-grained components
• Appropriate decoupling
• Minimal state
• Immutable deployment
• Zero trust
Technology
and infrastructure
• Elastic, agnostic, secure platform
• Lightweight runtimes
• Automated operations
• Observability and monitoring
http://ibm.biz/cloudnativedefined
More information
25
© 2021 IBM Corporation
Cloud native
http://ibm.biz/cloudnativedefined (article series)
http://ibm.biz/cloudnativedefined-slides (slides)
http://ibm.biz/cloudnativedefined-webinar (webinar)
Cloud native integration (“Agile Integration”)
https://ibm.biz/agile-integration-cloud-native (webinar)
https://www.slideshare.net/kimjclark/cloud-native-integration (slides)
http://ibm.biz/agile-integration (article)
http://ibm.biz/agile-integration-webinar (webinar)
http://ibm.biz/agile-integration-redbook (chapters 1-4)
http://ibm.biz/agile-integration-webcasts
Other key links on agile integration
http://ibm.biz/agile-integration-links
IBM Integration
https://developer.ibm.com/integration
Cloud Pak for Integration
https://www.ibm.com/cloud/cloud-pak-for-integration
Staying up to date:
26

More Related Content

PDF
Deploying IPv6 in OpenStack Environments
PPTX
Why to Cloud Native
PDF
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
PDF
Infrastructure as "Code" with Pulumi
PDF
Docker Container
PDF
RedHat OpenStack Platform Overview
PDF
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
PPTX
Red hat ppt
Deploying IPv6 in OpenStack Environments
Why to Cloud Native
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
Infrastructure as "Code" with Pulumi
Docker Container
RedHat OpenStack Platform Overview
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Red hat ppt

What's hot (20)

PPTX
Multi-Clusters Made Easy with Liqo:
Getting Rid of Your Clusters Keeping Them...
PPTX
CCIS Chapter 6 Openstack new.pptx
PDF
Open vSwitch Introduction
PDF
Red Hat OpenStack - Open Cloud Infrastructure
PDF
Deploying IPv6 on OpenStack
PPTX
Cloud Native: what is it? Why?
PDF
NFVアプリケーションをOpenStack上で動かす為に - OpenStack最新情報セミナー 2017年7月
PPTX
Docker and kubernetes
PDF
Learned from KIND
PDF
Webinar "Introduction to OpenStack"
PPTX
애플리케이션 최적화를 위한 컨테이너 인프라 구축
PDF
「Neutronになって理解するOpenStack Network」~Neutron/Open vSwitchなどNeutronと周辺技術の解説~ - ...
PDF
Docker Containers Deep Dive
PDF
(Draft) Kubernetes - A Comprehensive Overview
PDF
Hacking on OpenStack\'s Nova source code
PPTX
Kubernetes
PPTX
Serving BERT Models in Production with TorchServe
PDF
Service Function Chaining in Openstack Neutron
PPTX
Introduction to linux containers
PDF
[9월 런치 세미나] 도커와 쿠버네티스 기술에 스며들다
Multi-Clusters Made Easy with Liqo:
Getting Rid of Your Clusters Keeping Them...
CCIS Chapter 6 Openstack new.pptx
Open vSwitch Introduction
Red Hat OpenStack - Open Cloud Infrastructure
Deploying IPv6 on OpenStack
Cloud Native: what is it? Why?
NFVアプリケーションをOpenStack上で動かす為に - OpenStack最新情報セミナー 2017年7月
Docker and kubernetes
Learned from KIND
Webinar "Introduction to OpenStack"
애플리케이션 최적화를 위한 컨테이너 인프라 구축
「Neutronになって理解するOpenStack Network」~Neutron/Open vSwitchなどNeutronと周辺技術の解説~ - ...
Docker Containers Deep Dive
(Draft) Kubernetes - A Comprehensive Overview
Hacking on OpenStack\'s Nova source code
Kubernetes
Serving BERT Models in Production with TorchServe
Service Function Chaining in Openstack Neutron
Introduction to linux containers
[9월 런치 세미나] 도커와 쿠버네티스 기술에 스며들다
Ad

Similar to Cloud native defined (20)

PDF
Mastering the Cloud-Native Maze: A Blog Journey
PPTX
What is Cloud Native Explained?
PDF
All you need to know about cloud native development for your business.pdf
PDF
What is Cloud Native and why should I care
PDF
Cloud Native Architecture: Its Benefits and Key Components
PDF
Exploring Cloud Native Architecture: Its Benefits And Key Components
PDF
Migrating_to_Cloud-Native_App_Architectures_Pivotal
PDF
Migrating_to_Cloud-Native_App_Architectures_Pivotal (2)
PDF
Migrating to cloud-native_app_architectures_pivotal
PDF
Migrating_to_Cloud-Native_App_Architectures_Pivotal (2)
PPTX
CN_Simplifiedv1.pptx
PDF
Introduction to Cloud Native Computing
PDF
Cloud native integration
PPTX
Cloud Native development.pptx
PDF
Securing the Cloud Native stack
PPTX
Cloud-Native-Applications-The-Future-of-Development.pptx
PPTX
Get your head in the clouds! - Swansea Con 2016
PDF
Your Journey to Cloud-Native Begins with DevOps, Microservices, and Containers
PDF
Cloud Native Ninja - kickoff.pdf
PPTX
Cloud Native Migration Steps
Mastering the Cloud-Native Maze: A Blog Journey
What is Cloud Native Explained?
All you need to know about cloud native development for your business.pdf
What is Cloud Native and why should I care
Cloud Native Architecture: Its Benefits and Key Components
Exploring Cloud Native Architecture: Its Benefits And Key Components
Migrating_to_Cloud-Native_App_Architectures_Pivotal
Migrating_to_Cloud-Native_App_Architectures_Pivotal (2)
Migrating to cloud-native_app_architectures_pivotal
Migrating_to_Cloud-Native_App_Architectures_Pivotal (2)
CN_Simplifiedv1.pptx
Introduction to Cloud Native Computing
Cloud native integration
Cloud Native development.pptx
Securing the Cloud Native stack
Cloud-Native-Applications-The-Future-of-Development.pptx
Get your head in the clouds! - Swansea Con 2016
Your Journey to Cloud-Native Begins with DevOps, Microservices, and Containers
Cloud Native Ninja - kickoff.pdf
Cloud Native Migration Steps
Ad

More from Kim Clark (20)

PDF
2008-2014 Integration Design - Course Summary for slideshare.pdf
PDF
Interface characteristics - Kim Clark and Brian Petrini
PDF
Implementing zero trust in IBM Cloud Pak for Integration
PDF
Automating agile integration
PDF
The resurgence of event driven architecture
PDF
Agile Integration eBook from 2018
PDF
Convergence of Integration and Application Development
PDF
Scaling Integration
PDF
The evolving story for Agile Integration Architecture in 2019
PDF
Agile integration architecture in relation to APIs and messaging
PDF
Multi-cloud integration architecture
PDF
Agile Integration Architecture: A Containerized and Decentralized Approach to...
PDF
Where can you use serverless?  How does it relate to APIs, integration and mi...
PDF
Building enterprise depth APIs with the IBM hybrid integration portfolio
PDF
3298 microservices and how they relate to esb api and messaging - inter con...
PDF
Hybrid integration reference architecture
PDF
MuCon 2015 - Microservices in Integration Architecture
PDF
Microservices: Where do they fit within a rapidly evolving integration archit...
PDF
Placement of BPM runtime components in an SOA environment
PDF
What’s behind a high quality web API? Ensure your APIs are more than just a ...
2008-2014 Integration Design - Course Summary for slideshare.pdf
Interface characteristics - Kim Clark and Brian Petrini
Implementing zero trust in IBM Cloud Pak for Integration
Automating agile integration
The resurgence of event driven architecture
Agile Integration eBook from 2018
Convergence of Integration and Application Development
Scaling Integration
The evolving story for Agile Integration Architecture in 2019
Agile integration architecture in relation to APIs and messaging
Multi-cloud integration architecture
Agile Integration Architecture: A Containerized and Decentralized Approach to...
Where can you use serverless?  How does it relate to APIs, integration and mi...
Building enterprise depth APIs with the IBM hybrid integration portfolio
3298 microservices and how they relate to esb api and messaging - inter con...
Hybrid integration reference architecture
MuCon 2015 - Microservices in Integration Architecture
Microservices: Where do they fit within a rapidly evolving integration archit...
Placement of BPM runtime components in an SOA environment
What’s behind a high quality web API? Ensure your APIs are more than just a ...

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
cuic standard and advanced reporting.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
Mobile App Security Testing_ A Comprehensive Guide.pdf
Empathic Computing: Creating Shared Understanding
Building Integrated photovoltaic BIPV_UPV.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Unlocking AI with Model Context Protocol (MCP)
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
The AUB Centre for AI in Media Proposal.docx
NewMind AI Monthly Chronicles - July 2025
cuic standard and advanced reporting.pdf
MYSQL Presentation for SQL database connectivity
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Network Security Unit 5.pdf for BCA BBA.
Review of recent advances in non-invasive hemoglobin estimation
Advanced methodologies resolving dimensionality complications for autism neur...
The Rise and Fall of 3GPP – Time for a Sabbatical?

Cloud native defined

  • 1. Kim Clark Integration Architect IBM Kyle Brown IBM Fellow CTO Cloud Architecture What does cloud native really mean? © 2020 IBM Corporation http://ibm.biz/cloudnativedefined (article series) http://ibm.biz/cloudnativedefined-slides (this slide deck) http://ibm.biz/cloudnativedefined-webinar (webinar)
  • 2. Cloud native – the bigger picture Market Growth Risk Mitigation Cost Reduction Agility and productivity Resilience and scalability Optimization and efficiency Business Outcomes IT Goals People and Process Architecture and Design Infrastructure and Technology
  • 3. “Cloud native” means Agility and Productivity – Enable rapid innovation that is guided by business metrics. – De-risk changes and maintenance and keep environments current. Resilience and Scalability – Target continuous availability that is self-healing and downtime-free. – Provide elastic scaling and the perception of limitless capacity. Optimization and Efficiency – Optimize the costs of infrastructural and human resources. – Enable free movement between locations and providers. © 2020 IBM Corporation 4 People and Process Architecture and Design Infrastructure and Technology Platforms that abstract complexities of infrastructure Solutions that leverage infrastructure abstractions Automation of full component lifecycle Autonomy and agility in development and operations fully leveraging the uniqueness of cloud …through… to achieve…
  • 4. Definitions: What do the words “cloud native” mean in this context? “cloud” relates to an abstracted infrastructure platform enabling for example • Self-provisioning • Elasticity • Auto-recovery that also provides an abstracted deployment platform that offers for example • Immutable deployment • Declarative provisioning • Runtime agnostic • Component orchestration “native” relates to the architecture and design of solutions that that fully leverage infrastructure abstractions that common (native) to all cloud platforms. For example, writing components which • have minimize statefulness • are lightweight and disposable • have well defined interfaces • … Note: Native does not refer to vendor specific aspects of cloud providers. That would be “cloud provider native”, which limits portability. © 2020 IBM Corporation 5 But to make all this hang together, we also need to change the way people and processes work • Collaborative roles improve alignment between business and IT • Refined processes ensure faster delivery and feedback
  • 5. Ingredients of cloud native Agile methods Lifecycle automation DevOps and site reliability eng. Team autonomy Fine-grained components Appropriate decoupling Minimal state Immutable deployment Zero trust Elastic, agnostic, secure platform Lightweight runtimes Operational automation Observability and monitoring People and process Architecture and design Technology and infrastructure
  • 6. Microservice architecture Ingredients of cloud native – hard lessons learned Initial concepts Adoption hurdles Success factors Agile methods Lifecycle automation DevOps and site reliability eng. Team autonomy Fine-grained components Appropriate decoupling Minimal state Immutable deployment Zero trust Elastic, agnostic, secure platform Lightweight runtimes Operational automation Observability and monitoring Container technology Ubiquitously automated Roles and responsibilities Sustainably empowered Secured by default Managed in aggregate People Architecture Technology
  • 7. Ingredients of cloud native People and process Architecture and design Technology and infrastructure Agile methods • Short, regular iteration cycles. • Intrinsic business collaboration • Data driven feedback Lifecycle automation • Continuous Integration – Build/test pipelines • Continuous Delivery/Deployment – Deploy, verify • Continuous Adoption – Runtime currency DevOps and site reliability engineering • Collaboration and combination of dev. and ops. roles • Shift left for operational concerns • Rapid operational feedback and resolution Team autonomy • Decentralized ownership • Technological freedom • Self-provisioning Fine-grained components • Function driven granularity • Self-contained components • Independent lifecycles, scaling and resilience Appropriate decoupling • Clear ownership boundaries • Formalised interfaces (API and event) • Independent persistence Minimal state • Uncomplicated horizontal scaling • No caller or session affinity • No two phase commits Immutable deployment • Image based deployment • No runtime administration • Updates and rollbacks by replacement Zero trust • Minimized privileges • Implicit data security • Shift Left for security (DevSecOps) Elastic, agnostic, secure platform • Elastic resource capacity • Agnostic deployment, and operations • Secure by default Lightweight runtimes • Fast start up/shut down • File-system based install and configuration • File-system based code deployment Operational automation • Infrastructure as code • Repository triggered operations (GitOps) • Site reliability engineering Observability and monitoring • Easily accessible status • Platform neutral logging and tracing • Cross component correlation
  • 8. What are the challenges of cloud-native? •Just moving your current application into a container won't gain you the benefits of cloud native. Unless your application behaves like a cloud native component, your pipelines are automated, and your methods are agile etc. then you will see little benefit from the move. https://developer.ibm.com/technologies/containers/series/benefits-of-containers Lift and shift to containers •Breaking something up into fine grained components is largely pointless if they remain dependant on one another – just end up with a distributed monolith. Reducing dependencies involves significant refactoring, it doesn’t just happen. The components don’t have to all end up fine grained, some can be larger if that makes more sense. https://kylegenebrown.medium.com/whats- the-right-size-for-a-microservice-bf1740370d47 Distributed monolith •Diagnosing problems on a highly distributed system is fraught with challenges, and is even harder when the components are ephemeral. Significant thought needs to be put into what information is captured and how it can be analysed. What happened where? •Some components are inherently stateful. Indeed for some it is their job to manage state (think databases, queues, event stores etc.). Choices will have to be made around what aspects of cloud native deployment are highest priority. CAP theorem still applies. Something has to own the state •Not all components need the indefinite elastic scalability so often promised by cloud native. Very few applications will ever be hit by extreme unplanned load. Designing for limitless horizontal scalability is complex and potentially expensive. For most, the priority is horizontal stability, which will get you much of what you need for horizontal scaling should you need that later. https://medium.com/swlh/a-cloud-native-coda-why-you-probably-dont-need-elastic-scaling-46b9315df635 Horizontal scalability or just horizontal stability? •Not everything suits short iteration cycles. Some things require and even benefit from an element of the less fashionable waterfall approach. It doesn’t have to be a high level choice, it could be a component by component decision. Some waterfalls are beautiful
  • 9. Business outcomes Market Growth Reduced time to market Innovation readiness Risk Mitigation Resilience and security Deployment confidence Cost Reduction Optimized high value staff Elastic cost models IT goals Agility and productivity Faster delivery of business aligned components Autonomous teams with freedom to innovate Responsive to rapid feedback Resilience and scalability Fine-grained elastic scalability and resilience Consistent environments and reversible deployments Continuous adoption of software updates Optimization and efficiency Sharable skills on the underlying platform Optimized infrastructure usage and licensing Rapid self-provisioning of resources and capabilities The benefits of a cloud-native approach
  • 10. Cloud native summary Business Outcomes Market Growth Reduced time to market Innovation readiness Risk Mitigation Resilience and security Deployment confidence Cost Reduction Optimized high value staff Elastic cost models IT Goals Agility and productivity Faster delivery of business aligned components Autonomous teams with freedom to innovate Responsive to rapid feedback Resilience and scalability Fine-grained elastic scalability and resilience Consistent environments and reversible deployments Continuous adoption of software updates Optimization and efficiency Sharable skills on the underlying platform Optimized infrastructure usage and licensing Rapid self-provisioning of resources and capabilities Architecture and Design Infrastructure and Technology People and Process People and process • Agile methods • Lifecycle automation • DevOps and SRE • Team Autonomy Architecture and design • Fine-grained components • Appropriate decoupling • Minimal state • Immutable deployment • Zero trust Technology and infrastructure • Elastic, agnostic, secure platform • Lightweight runtimes • Automated operations • Observability and monitoring http://ibm.biz/cloudnativedefined
  • 11. More information 25 © 2021 IBM Corporation Cloud native http://ibm.biz/cloudnativedefined (article series) http://ibm.biz/cloudnativedefined-slides (slides) http://ibm.biz/cloudnativedefined-webinar (webinar) Cloud native integration (“Agile Integration”) https://ibm.biz/agile-integration-cloud-native (webinar) https://www.slideshare.net/kimjclark/cloud-native-integration (slides) http://ibm.biz/agile-integration (article) http://ibm.biz/agile-integration-webinar (webinar) http://ibm.biz/agile-integration-redbook (chapters 1-4) http://ibm.biz/agile-integration-webcasts Other key links on agile integration http://ibm.biz/agile-integration-links IBM Integration https://developer.ibm.com/integration Cloud Pak for Integration https://www.ibm.com/cloud/cloud-pak-for-integration Staying up to date:
  • 12. 26