SlideShare una empresa de Scribd logo
1 de 53
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph
IT modern
delivery
It’s all about the IT execution!
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 2
What is IT delivery?
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 3
Delivery challenges: Tsunami of new technologies
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 4
Delivery challenges: the different IT types require
different delivery characteristics and level of effort
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 5
The STKeye - three pillars of Delivery:
Development and related SW tools
PaaS, IPaaS, CaaS, microservices , Docker, agile , DBMS, Devops, Dev Tools
Core Infrastructure (compute, storage, network)
Storage, network, server that delivers IaaS and are the foundation of PaaS and CaaS in the
private or public cloud enable Devops
Other delivery domains
Public cloud Integration for SaaS, external API, System monitoring (ESM), ITSM , End user
computing , IT procurement, Testing tools
Deliver
Development
Deliver IT
Execution
Other delivery
domains
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 6
Fast and
efficient
Great DX
(developer
experience)
Cloud ready
(enabling
scaling, utilizing
modern cloud
functionality etc.)
Portable,
managed
(traceable, etc.)
Production is
updated
constantly
Keep up with
new
technologies
Based on Open
Source
components
Good SW Quality
(QA)
Secured
software
architecture
and
development
Development : the vision is clear
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 7
Modern development principals
Rest
Use rest as standard API
1
Web Development
Do not use client server unless
a must
2
Automatic Tests
In all layers to enable Devops
also unit tests and TDD test
driven development
3
No technology debt
Try to have supported
technologies
4
Agile software development
Use Agile as default development
methodology
5
Enhance and not replace
?Enahance transactions” means
“co-existence”). Nosql might help
here.
6
Devops
Devops (both code and
infrastructure)
7
Microservices
Microservices (but use ESB) , fault
tolerance service (smart proxy)
and enable polyglot development
8
Application logs
Application logs preferably “event
sourcing”- writing each change in
application status to log
9
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 8
Microservices
Source: http://martinfowler.com/
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 9
MicroservicesHow big is your team?
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 10
APaaS – application platform as a service
Developer’s heaven
On public cloud Private and
public cloud
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 11
Development and Deploy stack – before containers
Devops
tools(Jenkins,
Nolio ,
Urbancode)
Physical HW
Infra
automation
(puppet, chef,
ansible)
APaaS
(CloudFoundry,
Openshift)
Virtualization
layer (Software
Defined)
Cloud
Management
Platform (vRealize,
Openstack, Azure
stack)
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 12
This might change with containers
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 13
Source: files.meetup.com/11185112/Docker-Meetup-
jan-2015-Final.ppt
The basic challenge
“binaries  libraries” complexity
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 14
Source: files.meetup.com/11185112/Docker-Meetup-
jan-2015-Final.ppt
The Matrix from hell….
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 15
Virtual Machine Vs. Containers
OS
HW
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 16
What are Containers and Docker ?
• Linux Containers (LXC) is an operating-system-level virtualization method for
running multiple isolated Linux systems (containers) on a single control host (LXC
host).
• Docker is an open-source project that automates the deployment of applications
inside software containers, by providing an additional layer of abstraction and
automation of operating-system-level virtualization on Linux. (Wikipedia)
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 17
Why it Works: Separation of Concerns……
Source: files.meetup.com/11185112/Docker-Meetup-
jan-2015-Final.ppt
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 18
Devops
tools(Jenkins,
Nolio ,
Urbancode)
Physical HW
Infra
automation
(puppet, chef,
ansible)
APaaS
(CloudFoundry,
Openshift)
Virtualization
layer (Software
Defined)
Cloud
Management
Platform
(vRealize,
Openstack)
All layers will support containers
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 19
Container schedulers and orchestration
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 20
Devops
tools(Jenkins,
Nolio ,
Urbancode)
Physical HW
Infra
automation
(puppet, chef,
ansible)
APaaS
(CloudFoundry,
Openshift)
Virtualization
layer (Software
Defined)
Cloud
Management
Platform
(vRealize,
Openstack)
What will be the role of container
schedulers?
Container schedulers (Mezos,
kubernetes, swarm)
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 21
Things are still moving: Microsoft and VMWARE
VMWARE: ‘Instant Clone’ also
known as VM Fork or Project
Fargo
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph
Deploy modern
SW architecture
Development
architecture and
technologies
Advanced SW
development and
architecture will enable
efficient, portable,
secure, stable and
manageable
development as long as
providing great DX
(developer experience) to
the developers
Cloud native
Microservices
Polyglot agile development
Open source technologies is
majority
Evaluate agile
Start to deploy
modern languages
Experiment with
cloud
development
Only
maintaining
legacy SW
New
development
is outsourced
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 23
STKI Recommendations: container technologies
and APaaS
Do now
Be aware
Start to select and implement new technologies for
development and deployment
Processes, organizations and management
commitment is more important than tools
selection
Looks like APaaS is more mature than container
schedulers
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 24
The STKeye - three pillars of Delivery:
Development and related SW tools
PaaS, IPaaS, CaaS, microservices , Docker, agile , DBMS, Devops, Dev Tools
Core Infrastructure (compute, storage, network)
Storage, network, server that delivers IaaS and are the foundation of PaaS and CaaS in the
private or public cloud enable Devops
Other delivery domains
Public cloud Integration for SaaS, external API, System monitoring (ESM), ITSM , End user
computing , IT procurement, Testing tools
Deliver
Development
Deliver IT
Execution
Other delivery
domains
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 25
IT Execution – the vision is clear
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 26
IT Execution – the vision is clear
ERP
Security
deep packet
inspection
Storage
deduplication
Machine
learning batch
program Online pricing
optimization
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 27
IT Execution – the vision is clear
Security
deep packet
inspection
Storage
deduplication
Machine
learning batch
program
Constant
Deploy of
code and
infra
Burst into
cloud
ERP
Balance
with other
private
clouds
Online pricing
optimization
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 28
15
Standard cheap
Servers
No centralized
storage
Cloud = elastic &
self healing,
templates,
orchestration
workflow, etc.
Delivered
constantly to
production
(Devops)
Bursting to
public cloud and
balanced
between private
cloud locations
Network HW
fast but stupid
Security based
on micro
segmentation
All
“virtualized”
and “software
defined”
IT execution (running the IT) : the vision is clear
Adequate
organization
structure
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 29
Compute
Wistron Server
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 30
STKI Recommendations: Compute
Do now
Currently main stream servers are the safest
choice
For new type of workload cheaper servers
should be examined
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 31
Software Defined Storage solutions
HPE
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 32
All Flash Array: “AFA born” vs. “AFA migrants”
• Can put flash logics (“even writes per cell”) at basic OS level and therefore
use less expensive flash
• Will use (all the time) inline dedup and compression globally (not per
LUNRaid group)
• Kaminario
• EMC XtremIO
• SolidFire (NetApp)
• HP 3PAR 8450
• IBM All Flash (TMS)
• EMC VNX-F; VMAX-All Flash
• NetApp All Flash FAS
• HDS VSP-F
• HP 3PAR
• IBM V7000
• Dell Flash Storage
1000 erases per block (TLC)
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 33
Object storage
Distributed
No limits (name spaces, scale)
Metadata
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 34
STKI Recommendations: Storage
Do now
Be aware
Implement SDS for none production and later
for none critical storage
Centralized storage is here to stay for the short-mid
term
Implement initial object storage especially for
large NAS environments
Backup to public or community cloud if regulation
allows
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 35
User: LindaUser: James
HP UC&C SDN
Application
HP VAN SDN
Controller
Active
Directory,
Exchange &
SharePoint
.
Lync
SDN API
HP Server HP Server
Traffic
Generator
Traffic
Generator
HP OpenFlow Switch
HP OpenFlow Switch HP OpenFlow Switch
Ringing…
Networking: SDN business applications
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 36
SDN: Network Micro-segmentation for better security
Source:
https://www.ku
ppingercole.com
/blog/kuppinger
/beyond-
datacenter-
micro-
segmentation
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 37
Network – SDN players
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 38
STKI Recommendations: Network DC
Do now
Be aware
Put explicitly what is the need for SDN and see if SDN
(and which) is the answer
Professional decision and not “Network vs.
System vs. Storage” political war
Large organizations – play with SDN even if there is
no immediate reason
Security is domain with high potential for SDN
deployment
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 39
Compute, network & storage: together or
apart?
compute network
storage
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 40
Modern platforms (converged infrastructure and
cloud platforms) dimensions:
HW vs. SW1
Infrastructure blocks
(vBlock) vs. standard
servers
(hyperconverged)
2
Based on traditional
network HW vs.
SDN based
3
Level of openstack
support
4
VMware based vs.
other hypervisor
5
Basic execution (compute,
network, storage) vs. cloud
capabilities (templates,
workflow, elasticity, ...)
6
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 41
Cloud platform and Converge infrastructure – so
many options…
“serving Devops, built easily from “menu” by automation”
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph
“Running the
systems” with
compute,
network and
storage
IT
Execution
advanced IT execution
will enable elastic and
efficient DC operations
deployed via devops
state of mind secured via
micro segmentation and
aligned to business
needs
Deploy Hybrid cloud for
production with CSB as
mediator managed by
unified “IT Execution”
team
Deploy first cloud
applications
(DMZ, dev-test-
train, etc.)
managed by
coordinated
system teams
Relay on traditional
technologies with
separate system,
network DC and
storage teams
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 43
Cloud Platform and Converged Infrastructure
Do now
Be aware
Currently, for short term “cloud
ready” project VMWARE is the
natural choice
Containers might change everything…
Hyperconverged solutions are becoming ready for
prime time
Goodbye “Server-Storage-Network DC teams”. Long
live “IT execution” team
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 44
The STKeye - three pillars of Delivery:
Development and related SW tools
PaaS, IPaaS, CaaS, microservices , Docker, agile , DBMS, Devops, Dev Tools
Core Infrastructure (compute, storage, network)
Storage, network, server that delivers IaaS and are the foundation of PaaS and CaaS in the
private or public cloud enable Devops
Other delivery domains
Public cloud Integration for SaaS, external API, System monitoring (ESM), ITSM , End user
computing , IT procurement, Testing tools
Deliver
Development
Deliver IT
Execution
Other delivery
domains
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 45
Enterprise System Management: the march towards
the logs
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 46
SBC and VDI is mature
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 47
Testing Automation enable Devops
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph
Enable modern
delivery in all
domains
“Other IT
delivery”
Modern IT delivery will
enable smooth and
efficient operation with
good tracking of events
and change management
processes based on high
quality code with
superiour end user
experience
All tests are automated
and enable “continues
delivery” with advanced
log based BSM
Experiment with
log based BSM
while deploying
VDI for niche
projects
Based on
traditional BSM
technologies
with little test
automation
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 49
Final word
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 50
Where are my projects located on the
maturity graph?
R
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 51
STKI Recommendations: Why delivery does
projects fail?
Be awareLack of management commitment
Unrealistic expectationsbudgettime
Team A will is using the deliverables but Team B is
managing the project (example for cloud ready project :
Infrastructure vs. developers)
Deliverables are not 100% clear and constant change
in requirements
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 52
Summary- Lets ride the tsunami wave!
But focus on where you want to get!!
Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph
That’s it.
Thank you!
53

Más contenido relacionado

La actualidad más candente

Positioning stki pini 2015 v1
Positioning stki  pini 2015 v1Positioning stki  pini 2015 v1
Positioning stki pini 2015 v1Pini Cohen
 
Stki summit2013 ratios
Stki summit2013 ratiosStki summit2013 ratios
Stki summit2013 ratiosAriel Evans
 
2015 positioning security & networking
2015 positioning security & networking2015 positioning security & networking
2015 positioning security & networkingAriel Evans
 
Stki summit2013 infra_pini sigal_mega_v10 final
Stki summit2013 infra_pini sigal_mega_v10 finalStki summit2013 infra_pini sigal_mega_v10 final
Stki summit2013 infra_pini sigal_mega_v10 finalPini Cohen
 
STKI Summit 2014 - Trends and Positioning - Delivery domain
STKI Summit 2014 - Trends and Positioning - Delivery domain STKI Summit 2014 - Trends and Positioning - Delivery domain
STKI Summit 2014 - Trends and Positioning - Delivery domain Pini Cohen
 
SnapLogic Overview: Are You Feeling SMACT?
SnapLogic Overview: Are You Feeling SMACT?SnapLogic Overview: Are You Feeling SMACT?
SnapLogic Overview: Are You Feeling SMACT?SnapLogic
 
Secure development 2014
Secure development 2014Secure development 2014
Secure development 2014Ariel Evans
 
Running Data Platforms Like Products
Running Data Platforms Like ProductsRunning Data Platforms Like Products
Running Data Platforms Like ProductsVMware Tanzu
 
Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...
Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...
Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...Revelation Technologies
 
Workday s financialapplications_
Workday s financialapplications_Workday s financialapplications_
Workday s financialapplications_Christophe Monnier
 
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)VMware Tanzu
 
Cloud Rendering with Maxwell Render
Cloud Rendering with Maxwell RenderCloud Rendering with Maxwell Render
Cloud Rendering with Maxwell RenderCamila Mello
 
TechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlex
TechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlexTechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlex
TechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlexRobb Boyd
 
Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...
Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...
Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...Amazon Web Services
 
Cloud computing case studies with ProfitBricks IaaS
Cloud computing case studies with ProfitBricks IaaSCloud computing case studies with ProfitBricks IaaS
Cloud computing case studies with ProfitBricks IaaSProfitBricks
 
Platform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the WayPlatform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the WayVMware Tanzu
 
V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)solarisyougood
 
Jan De Nul & LoQutus: Implementing an API strategy at Jan De Nul
Jan De Nul & LoQutus: Implementing an API strategy at Jan De NulJan De Nul & LoQutus: Implementing an API strategy at Jan De Nul
Jan De Nul & LoQutus: Implementing an API strategy at Jan De NulLoQutus
 

La actualidad más candente (20)

Positioning stki pini 2015 v1
Positioning stki  pini 2015 v1Positioning stki  pini 2015 v1
Positioning stki pini 2015 v1
 
Stki summit2013 ratios
Stki summit2013 ratiosStki summit2013 ratios
Stki summit2013 ratios
 
2015 positioning security & networking
2015 positioning security & networking2015 positioning security & networking
2015 positioning security & networking
 
Stki summit2013 infra_pini sigal_mega_v10 final
Stki summit2013 infra_pini sigal_mega_v10 finalStki summit2013 infra_pini sigal_mega_v10 final
Stki summit2013 infra_pini sigal_mega_v10 final
 
STKI Summit 2014 - Trends and Positioning - Delivery domain
STKI Summit 2014 - Trends and Positioning - Delivery domain STKI Summit 2014 - Trends and Positioning - Delivery domain
STKI Summit 2014 - Trends and Positioning - Delivery domain
 
SnapLogic Overview: Are You Feeling SMACT?
SnapLogic Overview: Are You Feeling SMACT?SnapLogic Overview: Are You Feeling SMACT?
SnapLogic Overview: Are You Feeling SMACT?
 
BICS certification keys
BICS certification keysBICS certification keys
BICS certification keys
 
Secure development 2014
Secure development 2014Secure development 2014
Secure development 2014
 
Running Data Platforms Like Products
Running Data Platforms Like ProductsRunning Data Platforms Like Products
Running Data Platforms Like Products
 
Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...
Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...
Compute Cloud Performance Showdown: 18 Months Later (OCI, AWS, IBM Cloud, GCP...
 
Workday s financialapplications_
Workday s financialapplications_Workday s financialapplications_
Workday s financialapplications_
 
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
 
Cloud Rendering with Maxwell Render
Cloud Rendering with Maxwell RenderCloud Rendering with Maxwell Render
Cloud Rendering with Maxwell Render
 
TechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlex
TechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlexTechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlex
TechWiseTV Workshop: Improving Performance and Agility with Cisco HyperFlex
 
Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...
Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...
Application Darwinism: Why Most Enterprise Apps Will Move to the Cloud (SVC20...
 
Cloud computing case studies with ProfitBricks IaaS
Cloud computing case studies with ProfitBricks IaaSCloud computing case studies with ProfitBricks IaaS
Cloud computing case studies with ProfitBricks IaaS
 
Platform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the WayPlatform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the Way
 
V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)
 
Jan De Nul & LoQutus: Implementing an API strategy at Jan De Nul
Jan De Nul & LoQutus: Implementing an API strategy at Jan De NulJan De Nul & LoQutus: Implementing an API strategy at Jan De Nul
Jan De Nul & LoQutus: Implementing an API strategy at Jan De Nul
 
Trnd09
Trnd09Trnd09
Trnd09
 

Destacado

Cyber ratios 2017 v1
Cyber ratios 2017 v1Cyber ratios 2017 v1
Cyber ratios 2017 v1Pini Cohen
 
Summit 2017 cyber delivery v4 long version
Summit 2017 cyber delivery v4 long versionSummit 2017 cyber delivery v4 long version
Summit 2017 cyber delivery v4 long versionPini Cohen
 
2016 positioning apps_analytics_final
2016 positioning apps_analytics_final2016 positioning apps_analytics_final
2016 positioning apps_analytics_finalEinat Shimoni
 
The Algorithm of Magical Customer Experiences
The Algorithm of Magical Customer ExperiencesThe Algorithm of Magical Customer Experiences
The Algorithm of Magical Customer ExperiencesEinat Shimoni
 
STKI Israeli IT market study 2016 V2
STKI Israeli IT  market study 2016 V2STKI Israeli IT  market study 2016 V2
STKI Israeli IT market study 2016 V2Dr. Jimmy Schwarzkopf
 
How does Big data empower marketing?
How does Big data empower marketing?How does Big data empower marketing?
How does Big data empower marketing?Einat Shimoni
 
Blend Data with Ease: Event Technology for the API Economy
Blend Data with Ease:  Event Technology for the API EconomyBlend Data with Ease:  Event Technology for the API Economy
Blend Data with Ease: Event Technology for the API EconomyHubb
 
The Journey to Customer Journeys
The Journey to Customer JourneysThe Journey to Customer Journeys
The Journey to Customer JourneysEinat Shimoni
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey TodayLaurenWendler
 
The Future of Customer Centricity
The Future of Customer Centricity The Future of Customer Centricity
The Future of Customer Centricity Software AG
 
Are bots the future of customer engagement?
Are bots the future of customer engagement?Are bots the future of customer engagement?
Are bots the future of customer engagement?Einat Shimoni
 
What is Data Driven Marketing?
What is Data Driven Marketing?What is Data Driven Marketing?
What is Data Driven Marketing?Einat Shimoni
 
Dr. Jimmy Schwarzkopf main tent trends 2016
Dr. Jimmy Schwarzkopf  main tent trends 2016Dr. Jimmy Schwarzkopf  main tent trends 2016
Dr. Jimmy Schwarzkopf main tent trends 2016Dr. Jimmy Schwarzkopf
 
Big Data and the Future of Storage
Big Data and the Future of StorageBig Data and the Future of Storage
Big Data and the Future of StorageIBM Research
 
API Management: Unlock the Value of Your Unique Assets with a Robust API
API Management: Unlock the Value of Your Unique Assets with a Robust APIAPI Management: Unlock the Value of Your Unique Assets with a Robust API
API Management: Unlock the Value of Your Unique Assets with a Robust APISoftware AG
 
IBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For YouIBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For YouIBM Integration
 
Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...
Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...
Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...Einat Shimoni
 
Data & Analytics trends STKI summit 2016
Data & Analytics trends STKI summit 2016Data & Analytics trends STKI summit 2016
Data & Analytics trends STKI summit 2016Einat Shimoni
 

Destacado (19)

Cyber ratios 2017 v1
Cyber ratios 2017 v1Cyber ratios 2017 v1
Cyber ratios 2017 v1
 
Summit 2017 cyber delivery v4 long version
Summit 2017 cyber delivery v4 long versionSummit 2017 cyber delivery v4 long version
Summit 2017 cyber delivery v4 long version
 
2016 positioning apps_analytics_final
2016 positioning apps_analytics_final2016 positioning apps_analytics_final
2016 positioning apps_analytics_final
 
The Algorithm of Magical Customer Experiences
The Algorithm of Magical Customer ExperiencesThe Algorithm of Magical Customer Experiences
The Algorithm of Magical Customer Experiences
 
STKI Israeli IT market study 2016 V2
STKI Israeli IT  market study 2016 V2STKI Israeli IT  market study 2016 V2
STKI Israeli IT market study 2016 V2
 
How does Big data empower marketing?
How does Big data empower marketing?How does Big data empower marketing?
How does Big data empower marketing?
 
Blend Data with Ease: Event Technology for the API Economy
Blend Data with Ease:  Event Technology for the API EconomyBlend Data with Ease:  Event Technology for the API Economy
Blend Data with Ease: Event Technology for the API Economy
 
The Journey to Customer Journeys
The Journey to Customer JourneysThe Journey to Customer Journeys
The Journey to Customer Journeys
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey Today
 
The Future of Customer Centricity
The Future of Customer Centricity The Future of Customer Centricity
The Future of Customer Centricity
 
Are bots the future of customer engagement?
Are bots the future of customer engagement?Are bots the future of customer engagement?
Are bots the future of customer engagement?
 
What is Data Driven Marketing?
What is Data Driven Marketing?What is Data Driven Marketing?
What is Data Driven Marketing?
 
Dr. Jimmy Schwarzkopf main tent trends 2016
Dr. Jimmy Schwarzkopf  main tent trends 2016Dr. Jimmy Schwarzkopf  main tent trends 2016
Dr. Jimmy Schwarzkopf main tent trends 2016
 
Big Data and the Future of Storage
Big Data and the Future of StorageBig Data and the Future of Storage
Big Data and the Future of Storage
 
API Management: Unlock the Value of Your Unique Assets with a Robust API
API Management: Unlock the Value of Your Unique Assets with a Robust APIAPI Management: Unlock the Value of Your Unique Assets with a Robust API
API Management: Unlock the Value of Your Unique Assets with a Robust API
 
IBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For YouIBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For You
 
Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...
Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...
Enterprise Applications, Analytics and Knowledge Products Positionings in Isr...
 
Data & Analytics trends STKI summit 2016
Data & Analytics trends STKI summit 2016Data & Analytics trends STKI summit 2016
Data & Analytics trends STKI summit 2016
 
ARIS World
ARIS World ARIS World
ARIS World
 

Similar a It delivery 2016 v5

Birds Eye View on Big Data by STKI
Birds Eye View on Big Data by STKIBirds Eye View on Big Data by STKI
Birds Eye View on Big Data by STKIIdan Tohami
 
CNCF Introduction - Feb 2018
CNCF Introduction - Feb 2018CNCF Introduction - Feb 2018
CNCF Introduction - Feb 2018Krishna-Kumar
 
Intro to DevOps 4 undergraduates
Intro to DevOps 4 undergraduates Intro to DevOps 4 undergraduates
Intro to DevOps 4 undergraduates Liran Levy
 
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...Cloud Native Day Tel Aviv
 
Badge des bonnes pratiques OpenSSF de la CII
Badge des bonnes pratiques OpenSSF de la CIIBadge des bonnes pratiques OpenSSF de la CII
Badge des bonnes pratiques OpenSSF de la CIIOpen Source Experience
 
Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529VMUG IT
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CDCprime
 
Docker and Containers overview - Docker Workshop
Docker and Containers overview - Docker WorkshopDocker and Containers overview - Docker Workshop
Docker and Containers overview - Docker WorkshopJonas Rosland
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...Srijan Technologies
 
Delivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareDelivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareMark Hinkle
 
Executive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersExecutive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersNVISIA
 
Fast, Secure Deployments with Docker on AWS
Fast, Secure Deployments with Docker on AWSFast, Secure Deployments with Docker on AWS
Fast, Secure Deployments with Docker on AWSAmazon Web Services
 
Yohanes Widi Sono - Modern Development for Business Agility
Yohanes Widi Sono - Modern Development for Business AgilityYohanes Widi Sono - Modern Development for Business Agility
Yohanes Widi Sono - Modern Development for Business AgilityAgile Impact Conference
 
Cloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumarCloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumarArun Kumar
 
Cloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumarCloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumarArun Kumar
 
Linuxcon 2011 Crash Course in Open Source Cloud Computing
Linuxcon 2011   Crash Course in Open Source Cloud ComputingLinuxcon 2011   Crash Course in Open Source Cloud Computing
Linuxcon 2011 Crash Course in Open Source Cloud ComputingMark Hinkle
 
Chef and OpenStack Workshop from ChefConf 2013
Chef and OpenStack Workshop from ChefConf 2013Chef and OpenStack Workshop from ChefConf 2013
Chef and OpenStack Workshop from ChefConf 2013Matt Ray
 
Docker and containers - For Boston Docker Meetup Workshop in March 2015
Docker and containers - For Boston Docker Meetup Workshop in March 2015Docker and containers - For Boston Docker Meetup Workshop in March 2015
Docker and containers - For Boston Docker Meetup Workshop in March 2015Jonas Rosland
 
Docker Training - June 2015
Docker Training - June 2015Docker Training - June 2015
Docker Training - June 2015{code}
 
OpenStack Workshop - WECode Harvard Conference
OpenStack Workshop - WECode Harvard ConferenceOpenStack Workshop - WECode Harvard Conference
OpenStack Workshop - WECode Harvard ConferenceIccha Sethi
 

Similar a It delivery 2016 v5 (20)

Birds Eye View on Big Data by STKI
Birds Eye View on Big Data by STKIBirds Eye View on Big Data by STKI
Birds Eye View on Big Data by STKI
 
CNCF Introduction - Feb 2018
CNCF Introduction - Feb 2018CNCF Introduction - Feb 2018
CNCF Introduction - Feb 2018
 
Intro to DevOps 4 undergraduates
Intro to DevOps 4 undergraduates Intro to DevOps 4 undergraduates
Intro to DevOps 4 undergraduates
 
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
 
Badge des bonnes pratiques OpenSSF de la CII
Badge des bonnes pratiques OpenSSF de la CIIBadge des bonnes pratiques OpenSSF de la CII
Badge des bonnes pratiques OpenSSF de la CII
 
Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CD
 
Docker and Containers overview - Docker Workshop
Docker and Containers overview - Docker WorkshopDocker and Containers overview - Docker Workshop
Docker and Containers overview - Docker Workshop
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
 
Delivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareDelivering IaaS with Open Source Software
Delivering IaaS with Open Source Software
 
Executive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersExecutive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of Containers
 
Fast, Secure Deployments with Docker on AWS
Fast, Secure Deployments with Docker on AWSFast, Secure Deployments with Docker on AWS
Fast, Secure Deployments with Docker on AWS
 
Yohanes Widi Sono - Modern Development for Business Agility
Yohanes Widi Sono - Modern Development for Business AgilityYohanes Widi Sono - Modern Development for Business Agility
Yohanes Widi Sono - Modern Development for Business Agility
 
Cloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumarCloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumar
 
Cloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumarCloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumar
 
Linuxcon 2011 Crash Course in Open Source Cloud Computing
Linuxcon 2011   Crash Course in Open Source Cloud ComputingLinuxcon 2011   Crash Course in Open Source Cloud Computing
Linuxcon 2011 Crash Course in Open Source Cloud Computing
 
Chef and OpenStack Workshop from ChefConf 2013
Chef and OpenStack Workshop from ChefConf 2013Chef and OpenStack Workshop from ChefConf 2013
Chef and OpenStack Workshop from ChefConf 2013
 
Docker and containers - For Boston Docker Meetup Workshop in March 2015
Docker and containers - For Boston Docker Meetup Workshop in March 2015Docker and containers - For Boston Docker Meetup Workshop in March 2015
Docker and containers - For Boston Docker Meetup Workshop in March 2015
 
Docker Training - June 2015
Docker Training - June 2015Docker Training - June 2015
Docker Training - June 2015
 
OpenStack Workshop - WECode Harvard Conference
OpenStack Workshop - WECode Harvard ConferenceOpenStack Workshop - WECode Harvard Conference
OpenStack Workshop - WECode Harvard Conference
 

Más de Pini Cohen

Cto 2021 markets v2
Cto 2021 markets v2Cto 2021 markets v2
Cto 2021 markets v2Pini Cohen
 
Workato integrators corrections stki Israeli VAS market research 2020 v1
Workato integrators corrections stki Israeli VAS  market research 2020 v1Workato integrators corrections stki Israeli VAS  market research 2020 v1
Workato integrators corrections stki Israeli VAS market research 2020 v1Pini Cohen
 
It procurement 2019 v3
It procurement 2019 v3It procurement 2019 v3
It procurement 2019 v3Pini Cohen
 
STKI summit CTO presentation 2019
STKI summit CTO presentation 2019STKI summit CTO presentation 2019
STKI summit CTO presentation 2019Pini Cohen
 
STKI IT Delivery staffing ratios 2018 v3
STKI IT Delivery staffing ratios 2018 v3STKI IT Delivery staffing ratios 2018 v3
STKI IT Delivery staffing ratios 2018 v3Pini Cohen
 
Stkisummi18 i taa_s_cybergov_long_version_v2
Stkisummi18 i taa_s_cybergov_long_version_v2Stkisummi18 i taa_s_cybergov_long_version_v2
Stkisummi18 i taa_s_cybergov_long_version_v2Pini Cohen
 
Dev trends 18_q1
Dev trends 18_q1Dev trends 18_q1
Dev trends 18_q1Pini Cohen
 
Stkisummi18 i taa_s_cybergov_long_version_v1
Stkisummi18 i taa_s_cybergov_long_version_v1Stkisummi18 i taa_s_cybergov_long_version_v1
Stkisummi18 i taa_s_cybergov_long_version_v1Pini Cohen
 
IT procurement cloud (and other) recommandations
IT procurement cloud (and other) recommandationsIT procurement cloud (and other) recommandations
IT procurement cloud (and other) recommandationsPini Cohen
 
IT procurement v2
IT procurement v2IT procurement v2
IT procurement v2Pini Cohen
 
STKI Summit 2014 - How does CIO deliver?
STKI Summit 2014 - How does CIO deliver?STKI Summit 2014 - How does CIO deliver?
STKI Summit 2014 - How does CIO deliver?Pini Cohen
 
Stki summit2013 ratios
Stki summit2013 ratiosStki summit2013 ratios
Stki summit2013 ratiosPini Cohen
 
Stki summit2013 infra_pini sigaltechnologies_v5 final
Stki summit2013 infra_pini sigaltechnologies_v5 finalStki summit2013 infra_pini sigaltechnologies_v5 final
Stki summit2013 infra_pini sigaltechnologies_v5 finalPini Cohen
 
Big data 2012 v1
Big data 2012 v1Big data 2012 v1
Big data 2012 v1Pini Cohen
 
Teaching IT one trick or two
Teaching IT one trick or twoTeaching IT one trick or two
Teaching IT one trick or twoPini Cohen
 
Cmdb intro 2012 v1
Cmdb intro 2012 v1Cmdb intro 2012 v1
Cmdb intro 2012 v1Pini Cohen
 
Stki summit2012infra v7 - dev operations dbms platform clients storage trends
Stki summit2012infra v7 - dev operations dbms platform clients storage trendsStki summit2012infra v7 - dev operations dbms platform clients storage trends
Stki summit2012infra v7 - dev operations dbms platform clients storage trendsPini Cohen
 

Más de Pini Cohen (17)

Cto 2021 markets v2
Cto 2021 markets v2Cto 2021 markets v2
Cto 2021 markets v2
 
Workato integrators corrections stki Israeli VAS market research 2020 v1
Workato integrators corrections stki Israeli VAS  market research 2020 v1Workato integrators corrections stki Israeli VAS  market research 2020 v1
Workato integrators corrections stki Israeli VAS market research 2020 v1
 
It procurement 2019 v3
It procurement 2019 v3It procurement 2019 v3
It procurement 2019 v3
 
STKI summit CTO presentation 2019
STKI summit CTO presentation 2019STKI summit CTO presentation 2019
STKI summit CTO presentation 2019
 
STKI IT Delivery staffing ratios 2018 v3
STKI IT Delivery staffing ratios 2018 v3STKI IT Delivery staffing ratios 2018 v3
STKI IT Delivery staffing ratios 2018 v3
 
Stkisummi18 i taa_s_cybergov_long_version_v2
Stkisummi18 i taa_s_cybergov_long_version_v2Stkisummi18 i taa_s_cybergov_long_version_v2
Stkisummi18 i taa_s_cybergov_long_version_v2
 
Dev trends 18_q1
Dev trends 18_q1Dev trends 18_q1
Dev trends 18_q1
 
Stkisummi18 i taa_s_cybergov_long_version_v1
Stkisummi18 i taa_s_cybergov_long_version_v1Stkisummi18 i taa_s_cybergov_long_version_v1
Stkisummi18 i taa_s_cybergov_long_version_v1
 
IT procurement cloud (and other) recommandations
IT procurement cloud (and other) recommandationsIT procurement cloud (and other) recommandations
IT procurement cloud (and other) recommandations
 
IT procurement v2
IT procurement v2IT procurement v2
IT procurement v2
 
STKI Summit 2014 - How does CIO deliver?
STKI Summit 2014 - How does CIO deliver?STKI Summit 2014 - How does CIO deliver?
STKI Summit 2014 - How does CIO deliver?
 
Stki summit2013 ratios
Stki summit2013 ratiosStki summit2013 ratios
Stki summit2013 ratios
 
Stki summit2013 infra_pini sigaltechnologies_v5 final
Stki summit2013 infra_pini sigaltechnologies_v5 finalStki summit2013 infra_pini sigaltechnologies_v5 final
Stki summit2013 infra_pini sigaltechnologies_v5 final
 
Big data 2012 v1
Big data 2012 v1Big data 2012 v1
Big data 2012 v1
 
Teaching IT one trick or two
Teaching IT one trick or twoTeaching IT one trick or two
Teaching IT one trick or two
 
Cmdb intro 2012 v1
Cmdb intro 2012 v1Cmdb intro 2012 v1
Cmdb intro 2012 v1
 
Stki summit2012infra v7 - dev operations dbms platform clients storage trends
Stki summit2012infra v7 - dev operations dbms platform clients storage trendsStki summit2012infra v7 - dev operations dbms platform clients storage trends
Stki summit2012infra v7 - dev operations dbms platform clients storage trends
 

Último

A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
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
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
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
 
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
 
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
 
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
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 

Último (20)

A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
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
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
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
 
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
 
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
 
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
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 

It delivery 2016 v5

  • 1. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph IT modern delivery It’s all about the IT execution!
  • 2. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 2 What is IT delivery?
  • 3. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 3 Delivery challenges: Tsunami of new technologies
  • 4. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 4 Delivery challenges: the different IT types require different delivery characteristics and level of effort
  • 5. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 5 The STKeye - three pillars of Delivery: Development and related SW tools PaaS, IPaaS, CaaS, microservices , Docker, agile , DBMS, Devops, Dev Tools Core Infrastructure (compute, storage, network) Storage, network, server that delivers IaaS and are the foundation of PaaS and CaaS in the private or public cloud enable Devops Other delivery domains Public cloud Integration for SaaS, external API, System monitoring (ESM), ITSM , End user computing , IT procurement, Testing tools Deliver Development Deliver IT Execution Other delivery domains
  • 6. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 6 Fast and efficient Great DX (developer experience) Cloud ready (enabling scaling, utilizing modern cloud functionality etc.) Portable, managed (traceable, etc.) Production is updated constantly Keep up with new technologies Based on Open Source components Good SW Quality (QA) Secured software architecture and development Development : the vision is clear
  • 7. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 7 Modern development principals Rest Use rest as standard API 1 Web Development Do not use client server unless a must 2 Automatic Tests In all layers to enable Devops also unit tests and TDD test driven development 3 No technology debt Try to have supported technologies 4 Agile software development Use Agile as default development methodology 5 Enhance and not replace ?Enahance transactions” means “co-existence”). Nosql might help here. 6 Devops Devops (both code and infrastructure) 7 Microservices Microservices (but use ESB) , fault tolerance service (smart proxy) and enable polyglot development 8 Application logs Application logs preferably “event sourcing”- writing each change in application status to log 9
  • 8. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 8 Microservices Source: http://martinfowler.com/
  • 9. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 9 MicroservicesHow big is your team?
  • 10. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 10 APaaS – application platform as a service Developer’s heaven On public cloud Private and public cloud
  • 11. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 11 Development and Deploy stack – before containers Devops tools(Jenkins, Nolio , Urbancode) Physical HW Infra automation (puppet, chef, ansible) APaaS (CloudFoundry, Openshift) Virtualization layer (Software Defined) Cloud Management Platform (vRealize, Openstack, Azure stack)
  • 12. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 12 This might change with containers
  • 13. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 13 Source: files.meetup.com/11185112/Docker-Meetup- jan-2015-Final.ppt The basic challenge “binaries libraries” complexity
  • 14. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 14 Source: files.meetup.com/11185112/Docker-Meetup- jan-2015-Final.ppt The Matrix from hell….
  • 15. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 15 Virtual Machine Vs. Containers OS HW
  • 16. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 16 What are Containers and Docker ? • Linux Containers (LXC) is an operating-system-level virtualization method for running multiple isolated Linux systems (containers) on a single control host (LXC host). • Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. (Wikipedia)
  • 17. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 17 Why it Works: Separation of Concerns…… Source: files.meetup.com/11185112/Docker-Meetup- jan-2015-Final.ppt
  • 18. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 18 Devops tools(Jenkins, Nolio , Urbancode) Physical HW Infra automation (puppet, chef, ansible) APaaS (CloudFoundry, Openshift) Virtualization layer (Software Defined) Cloud Management Platform (vRealize, Openstack) All layers will support containers
  • 19. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 19 Container schedulers and orchestration
  • 20. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 20 Devops tools(Jenkins, Nolio , Urbancode) Physical HW Infra automation (puppet, chef, ansible) APaaS (CloudFoundry, Openshift) Virtualization layer (Software Defined) Cloud Management Platform (vRealize, Openstack) What will be the role of container schedulers? Container schedulers (Mezos, kubernetes, swarm)
  • 21. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 21 Things are still moving: Microsoft and VMWARE VMWARE: ‘Instant Clone’ also known as VM Fork or Project Fargo
  • 22. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph Deploy modern SW architecture Development architecture and technologies Advanced SW development and architecture will enable efficient, portable, secure, stable and manageable development as long as providing great DX (developer experience) to the developers Cloud native Microservices Polyglot agile development Open source technologies is majority Evaluate agile Start to deploy modern languages Experiment with cloud development Only maintaining legacy SW New development is outsourced
  • 23. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 23 STKI Recommendations: container technologies and APaaS Do now Be aware Start to select and implement new technologies for development and deployment Processes, organizations and management commitment is more important than tools selection Looks like APaaS is more mature than container schedulers
  • 24. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 24 The STKeye - three pillars of Delivery: Development and related SW tools PaaS, IPaaS, CaaS, microservices , Docker, agile , DBMS, Devops, Dev Tools Core Infrastructure (compute, storage, network) Storage, network, server that delivers IaaS and are the foundation of PaaS and CaaS in the private or public cloud enable Devops Other delivery domains Public cloud Integration for SaaS, external API, System monitoring (ESM), ITSM , End user computing , IT procurement, Testing tools Deliver Development Deliver IT Execution Other delivery domains
  • 25. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 25 IT Execution – the vision is clear
  • 26. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 26 IT Execution – the vision is clear ERP Security deep packet inspection Storage deduplication Machine learning batch program Online pricing optimization
  • 27. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 27 IT Execution – the vision is clear Security deep packet inspection Storage deduplication Machine learning batch program Constant Deploy of code and infra Burst into cloud ERP Balance with other private clouds Online pricing optimization
  • 28. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 28 15 Standard cheap Servers No centralized storage Cloud = elastic & self healing, templates, orchestration workflow, etc. Delivered constantly to production (Devops) Bursting to public cloud and balanced between private cloud locations Network HW fast but stupid Security based on micro segmentation All “virtualized” and “software defined” IT execution (running the IT) : the vision is clear Adequate organization structure
  • 29. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 29 Compute Wistron Server
  • 30. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 30 STKI Recommendations: Compute Do now Currently main stream servers are the safest choice For new type of workload cheaper servers should be examined
  • 31. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 31 Software Defined Storage solutions HPE
  • 32. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 32 All Flash Array: “AFA born” vs. “AFA migrants” • Can put flash logics (“even writes per cell”) at basic OS level and therefore use less expensive flash • Will use (all the time) inline dedup and compression globally (not per LUNRaid group) • Kaminario • EMC XtremIO • SolidFire (NetApp) • HP 3PAR 8450 • IBM All Flash (TMS) • EMC VNX-F; VMAX-All Flash • NetApp All Flash FAS • HDS VSP-F • HP 3PAR • IBM V7000 • Dell Flash Storage 1000 erases per block (TLC)
  • 33. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 33 Object storage Distributed No limits (name spaces, scale) Metadata
  • 34. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 34 STKI Recommendations: Storage Do now Be aware Implement SDS for none production and later for none critical storage Centralized storage is here to stay for the short-mid term Implement initial object storage especially for large NAS environments Backup to public or community cloud if regulation allows
  • 35. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 35 User: LindaUser: James HP UC&C SDN Application HP VAN SDN Controller Active Directory, Exchange & SharePoint . Lync SDN API HP Server HP Server Traffic Generator Traffic Generator HP OpenFlow Switch HP OpenFlow Switch HP OpenFlow Switch Ringing… Networking: SDN business applications
  • 36. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 36 SDN: Network Micro-segmentation for better security Source: https://www.ku ppingercole.com /blog/kuppinger /beyond- datacenter- micro- segmentation
  • 37. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 37 Network – SDN players
  • 38. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 38 STKI Recommendations: Network DC Do now Be aware Put explicitly what is the need for SDN and see if SDN (and which) is the answer Professional decision and not “Network vs. System vs. Storage” political war Large organizations – play with SDN even if there is no immediate reason Security is domain with high potential for SDN deployment
  • 39. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 39 Compute, network & storage: together or apart? compute network storage
  • 40. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 40 Modern platforms (converged infrastructure and cloud platforms) dimensions: HW vs. SW1 Infrastructure blocks (vBlock) vs. standard servers (hyperconverged) 2 Based on traditional network HW vs. SDN based 3 Level of openstack support 4 VMware based vs. other hypervisor 5 Basic execution (compute, network, storage) vs. cloud capabilities (templates, workflow, elasticity, ...) 6
  • 41. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 41 Cloud platform and Converge infrastructure – so many options… “serving Devops, built easily from “menu” by automation”
  • 42. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph “Running the systems” with compute, network and storage IT Execution advanced IT execution will enable elastic and efficient DC operations deployed via devops state of mind secured via micro segmentation and aligned to business needs Deploy Hybrid cloud for production with CSB as mediator managed by unified “IT Execution” team Deploy first cloud applications (DMZ, dev-test- train, etc.) managed by coordinated system teams Relay on traditional technologies with separate system, network DC and storage teams
  • 43. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 43 Cloud Platform and Converged Infrastructure Do now Be aware Currently, for short term “cloud ready” project VMWARE is the natural choice Containers might change everything… Hyperconverged solutions are becoming ready for prime time Goodbye “Server-Storage-Network DC teams”. Long live “IT execution” team
  • 44. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 44 The STKeye - three pillars of Delivery: Development and related SW tools PaaS, IPaaS, CaaS, microservices , Docker, agile , DBMS, Devops, Dev Tools Core Infrastructure (compute, storage, network) Storage, network, server that delivers IaaS and are the foundation of PaaS and CaaS in the private or public cloud enable Devops Other delivery domains Public cloud Integration for SaaS, external API, System monitoring (ESM), ITSM , End user computing , IT procurement, Testing tools Deliver Development Deliver IT Execution Other delivery domains
  • 45. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 45 Enterprise System Management: the march towards the logs
  • 46. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 46 SBC and VDI is mature
  • 47. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 47 Testing Automation enable Devops
  • 48. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph Enable modern delivery in all domains “Other IT delivery” Modern IT delivery will enable smooth and efficient operation with good tracking of events and change management processes based on high quality code with superiour end user experience All tests are automated and enable “continues delivery” with advanced log based BSM Experiment with log based BSM while deploying VDI for niche projects Based on traditional BSM technologies with little test automation
  • 49. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 49 Final word
  • 50. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 50 Where are my projects located on the maturity graph? R
  • 51. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 51 STKI Recommendations: Why delivery does projects fail? Be awareLack of management commitment Unrealistic expectationsbudgettime Team A will is using the deliverables but Team B is managing the project (example for cloud ready project : Infrastructure vs. developers) Deliverables are not 100% clear and constant change in requirements
  • 52. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph 52 Summary- Lets ride the tsunami wave! But focus on where you want to get!!
  • 53. Pini Cohen’s work Copyright@2016. Do not remove source or attribution from any slide or graph That’s it. Thank you! 53