SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Altimetrik DevOps 2.0
By : Rahul Janghel
www.altimetrik.com
DevOps 2.0 Approach :
-On-boarding better performer
-Micro service compatible
-Holistic Approach
-Tailored Solution
-Tested Best Practice
-Known by experience
-End to end coverage
www.altimetrik.com
Release
Operation
Development
DevOps 2.0 Pipeline (Block Picture)
www.altimetrik.com
DevOps 2.0 Pipeline ( Tools Stack)
Development Release Operation
www.altimetrik.com
SCM : Github
Single Master model with Release branch.
Features under practice like :
-Code Freeze Call
-Release Branch
-Cherry Pick
-Tagging
-Protected master & Sprint Branch
-Pull Request.
-Code review
-Unit test pre-merge
-Feature Integration test
www.altimetrik.com
Build : Maven (3.2.1)
Following Maven build life cycle.
- Uniformed build across environment, Predictable artifacts.
- 70+ POM files to integrate different application modules.
- Different set of artifacts for Prod & Non-Prod release.
- Using Snapshot for Non-Prod deployment
-Sunfire plugin for test integration
www.altimetrik.com
Continue Integration : Bamboo
- Queue Prioritisation
- Environment specific Build
- Feature & Module targeted build
- Unit & Integration test
- Code coverage base build status
- Artifact deployment on lower
environment
- Environment Sanity check
- Multiple slaves in different Availability
Zones
- Benchmark builds on the basis of CPU,
N/w and Storage
- Standardized slaves configuration
- Pager Duty integration for extremely
critical jobs
www.altimetrik.com
Artifact Repository : Nexus
-Version Controlled artifacts
-Reduced build time by 3rd party dependency storage
-Segregated artifacts for upper and lower environment
-Centralized access for all build plans.
-Easy manageability of distributed components.
www.altimetrik.com
Code Quality : Sonar
- Minimum passing level at 65%
- Lines of code
- Violations
- Integration Test Coverage
- Complexity
- LCOM4 (Lack of Cohesion of Methods)
- Package tangle index
- Comments & Duplicate Lines
www.altimetrik.com
Project Management 1 : JIRA
- Department vise JIRA Project
- Integration with TestRail, Github.
- Multiple workflow per Project
- KanBan DashBoard.
- Worklog, TimeSheet, Progress Check
www.altimetrik.com
Project Mgmt 2 : Confluence
- Tightly coupled with JIRA & Bamboo
- Easy linking of JIRA ticket
- Version controlled documentation.
- Template and rich formatting support
www.altimetrik.com
Environment
- Elasticity
- Availability
- Reliable
- Performance
- Cost Effective
- Scalable
- Secure
www.altimetrik.com
Provisioning : Cloudformation
- Supports a Wide Range of AWS Resources
- Declarative and Flexible
- Infrastructure as Code
- Customized via Parameters
- Integration Ready
www.altimetrik.com
Other AWS Services
• EC2
• AMI
• VPC
• RDS
• Auto Scaling
• ELB
• Security Group
• Cloudfront
• S3
• SQS
• Route53
• IAM
• AMI
• Redius
• CloudWatch
www.altimetrik.com
Monitoring 1: Pingdom
- Alerting and incident management
- Real time monitoring
- Resource & service monitoring
- PagerDuty integration
- API
www.altimetrik.com
Monitoring 2 : PagerDuty
-Well defined escalation policy
-Multiple attempt, Fallback.
-Phone Call + Mail + SMS
-Training mode
www.altimetrik.com
Database : RDS
- Separate database for each environment.
- Environment vise parameter group
www.altimetrik.com
Database Mgmt : RDS (MySQL)
- Multi Dev & Multi Branch
- Refactor Your Database
- Reliable database update
- Open and Extensible
- Support XML, YAML, JSON or SQLformat
- Take control via ChangeSet, ChangeLog
www.altimetrik.com
Security 1: Environment Security
- Alert Logic
- Multi factor authentication
- Per Sprint AMI Update
- System and DB Login trace
- AWS Security Group
www.altimetrik.com
Security 2 : Application Security
- Per Module Veracode scan
- Scan after each Major release
- Application security testing
- Runtime security protection
www.altimetrik.com
Security 3: Data Transaction Security
EncrypUtil
- Encrypt text
- No confidential text.
AES265
- Encrypted credential
- No password stored on Database.
www.altimetrik.com
Other Services 1 : MailTrap
- Per environment account
- Fake SMTP Server
- Full API Support
- Efficient Pre-Production testing
www.altimetrik.com
Other Services 2 : Google Analytics
Google Analytics
www.altimetrik.com
Other Services 3 : Solr Cloud
- File based Indexing
- Master slave model
- Zookeeper File system
- Multi Shards, multi copy
- Incremental indexing
- High Availability
- Full functionality using API
www.altimetrik.com
Log Analyzer : Splunk
- Use of plug for easy operation like “DB Connect”
- Thresholds, key word match alert.
- Job Scheduling
- Dashboard, Report extraction
- Log analysis.
- Trend monitoring
- Integration with AWS Cloudtrail
www.altimetrik.com
Performance Testing : JMeter
- Load Testing
- App durability test
- Environment Scalability test
-CI
www.altimetrik.com
Environment Readiness (Non-Prod)
Tealium – Data load test
www.altimetrik.com
Environment Support : Non-Prod
- Multiple build per day
- Multiple environment per use case
- Each one has its own ecosystem.
- Support to all component
- Readiness of
- QA Environment
- DevStack
- Build Verification Test Env
- QAPerf
- PreProd
- UAT
www.altimetrik.com
Production Release
- Pre-Release Checklist
- Pre-Release Meet (Drill)
- Production Release
- DR Stack update
- Post Release retrospect call
- What did we do well ?
- What should we have done better ?
www.altimetrik.com
Environment Support ( DR Site)
- Wakeup DR, scaling up the infrastructure
- Break read replica, convert DR DB to writer
- Start all the services
- Switching traffic route to DR
- Adjust DR for Production load
- Periodic test of DR Site
- Insure lease billing
www.altimetrik.com
Environment Support (Production)
- Managing Customer Facing Issues
- Real time issue handling
- Taking security measure
www.altimetrik.com
Micro Service 1
Swagger
www.altimetrik.com
DevOps Practice tools
1Password
GPG
www.altimetrik.com
www.altimetrik.com
DevOps 2.0 Pipeline ( Layered Picture)
Development Release Operation
www.altimetrik.com
Office Tools
Google Mail
Google Drive
Google Calendar
Google Hangout
Authentication
www.altimetrik.com
Collaboration : Slack
- BOT Support
- RSS feed
- JIRA & Bamboo and lot many other Integration
- Chat rooms
www.altimetrik.com
Culture Practice 1 : Uniformed Style
- Talk in bit and bytes
- Uniformed directory structure.
- Uniformed way of change request
- Uniformed work process.
- Uniformed platform to communicate
- Skype
- Mail
- Slack
www.altimetrik.com
Culture Practice 2 : Uniformed work
- Documentation
- Full update on ticket
- Re-open ticket with same priority if not documented well.
- Link previous ticket.
- Link any dependency
- Link stockholder
- Link any pull request
- Link build status.
- Process documentation
www.altimetrik.com
Culture Practice 3 : Uniformed Infrastructure
- Infrastructure Standardisation
- Easy of handling inconsistency of :
- AWS (VPC, ACLs, ELBs, SNS, SQS, S3 policies, …)
- OS (kernel, packages, users, iptables)
- 3rd party software (Java, Tomcat, Ruby, nginx)
- AMIs
- Inventory
- Scripts
www.altimetrik.com
Have Thoughts ?
Please share …
Thank You
To learn more about us visit
www.altimetrik.com
Rahul Janghel
Architect
Rahul.Janghel@Altimetrik.com
+91-96578-26527

Weitere ähnliche Inhalte

Was ist angesagt?

Know your app: Add metrics to Java with Micrometer | DevNation Tech Talk
Know your app: Add metrics to Java with Micrometer | DevNation Tech TalkKnow your app: Add metrics to Java with Micrometer | DevNation Tech Talk
Know your app: Add metrics to Java with Micrometer | DevNation Tech TalkRed Hat Developers
 
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...Codemotion
 
The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...
The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...
The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...HostedbyConfluent
 
Open stack ocata summit enabling aws lambda-like functionality with openstac...
Open stack ocata summit  enabling aws lambda-like functionality with openstac...Open stack ocata summit  enabling aws lambda-like functionality with openstac...
Open stack ocata summit enabling aws lambda-like functionality with openstac...Shaun Murakami
 
OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...
OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...
OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...ManageIQ
 
5 lessons learned for successful migration to Confluent cloud | Natan Silinit...
5 lessons learned for successful migration to Confluent cloud | Natan Silinit...5 lessons learned for successful migration to Confluent cloud | Natan Silinit...
5 lessons learned for successful migration to Confluent cloud | Natan Silinit...HostedbyConfluent
 
Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)
Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)
Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)Lucas Jellema
 
Managing traffic routing with istio and envoy workshop
Managing traffic routing with istio and envoy workshopManaging traffic routing with istio and envoy workshop
Managing traffic routing with istio and envoy workshopOpsta
 
技术雷达——新技术的生产力
技术雷达——新技术的生产力技术雷达——新技术的生产力
技术雷达——新技术的生产力Justina Chen
 
Kubernetes your next application server
Kubernetes  your next application serverKubernetes  your next application server
Kubernetes your next application serverRed Hat Developers
 
New Features of Kubernetes v1.2.0 beta
New Features of Kubernetes v1.2.0 betaNew Features of Kubernetes v1.2.0 beta
New Features of Kubernetes v1.2.0 betaGiragadurai Vallirajan
 
Modern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud World
Modern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud WorldModern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud World
Modern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud WorldItential
 
Inside Logic Apps
Inside Logic AppsInside Logic Apps
Inside Logic AppsBizTalk360
 
First Look at Azure Logic Apps (BAUG)
First Look at Azure Logic Apps (BAUG)First Look at Azure Logic Apps (BAUG)
First Look at Azure Logic Apps (BAUG)Daniel Toomey
 
Building Services with WSO2 Application Server and WSO2 Microservices Framewo...
Building Services with WSO2 Application Server and WSO2 Microservices Framewo...Building Services with WSO2 Application Server and WSO2 Microservices Framewo...
Building Services with WSO2 Application Server and WSO2 Microservices Framewo...Sagara Gunathunga
 
Spring Cloud Netflix OSS
Spring Cloud Netflix OSSSpring Cloud Netflix OSS
Spring Cloud Netflix OSSSteve Hall
 
Azure serverless architectures
Azure serverless architecturesAzure serverless architectures
Azure serverless architecturesBenoit Le Pichon
 

Was ist angesagt? (20)

Know your app: Add metrics to Java with Micrometer | DevNation Tech Talk
Know your app: Add metrics to Java with Micrometer | DevNation Tech TalkKnow your app: Add metrics to Java with Micrometer | DevNation Tech Talk
Know your app: Add metrics to Java with Micrometer | DevNation Tech Talk
 
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
Monitoring Big Data Systems Done "The Simple Way" - Demi Ben-Ari - Codemotion...
 
The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...
The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...
The New Way of Configuring Grace Periods for Windowed Operations in Kafka Str...
 
Open stack ocata summit enabling aws lambda-like functionality with openstac...
Open stack ocata summit  enabling aws lambda-like functionality with openstac...Open stack ocata summit  enabling aws lambda-like functionality with openstac...
Open stack ocata summit enabling aws lambda-like functionality with openstac...
 
OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...
OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...
OpenStack - Tzu-Mainn Chen, Marek Aufart, Petr Blaho - ManageIQ Design Summit...
 
5 lessons learned for successful migration to Confluent cloud | Natan Silinit...
5 lessons learned for successful migration to Confluent cloud | Natan Silinit...5 lessons learned for successful migration to Confluent cloud | Natan Silinit...
5 lessons learned for successful migration to Confluent cloud | Natan Silinit...
 
Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)
Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)
Event Bus as Backbone for Decoupled Microservice Choreography (JFall 2017)
 
Managing traffic routing with istio and envoy workshop
Managing traffic routing with istio and envoy workshopManaging traffic routing with istio and envoy workshop
Managing traffic routing with istio and envoy workshop
 
Microservices with Spring
Microservices with SpringMicroservices with Spring
Microservices with Spring
 
技术雷达——新技术的生产力
技术雷达——新技术的生产力技术雷达——新技术的生产力
技术雷达——新技术的生产力
 
CI / CD with fabric8
CI / CD with fabric8 CI / CD with fabric8
CI / CD with fabric8
 
Kubernetes your next application server
Kubernetes  your next application serverKubernetes  your next application server
Kubernetes your next application server
 
New Features of Kubernetes v1.2.0 beta
New Features of Kubernetes v1.2.0 betaNew Features of Kubernetes v1.2.0 beta
New Features of Kubernetes v1.2.0 beta
 
Modern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud World
Modern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud WorldModern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud World
Modern Network Compliance: Achieving Compliance in a Hybrid, Multi-Cloud World
 
Inside Logic Apps
Inside Logic AppsInside Logic Apps
Inside Logic Apps
 
First Look at Azure Logic Apps (BAUG)
First Look at Azure Logic Apps (BAUG)First Look at Azure Logic Apps (BAUG)
First Look at Azure Logic Apps (BAUG)
 
Virtualization at Gilt
Virtualization at GiltVirtualization at Gilt
Virtualization at Gilt
 
Building Services with WSO2 Application Server and WSO2 Microservices Framewo...
Building Services with WSO2 Application Server and WSO2 Microservices Framewo...Building Services with WSO2 Application Server and WSO2 Microservices Framewo...
Building Services with WSO2 Application Server and WSO2 Microservices Framewo...
 
Spring Cloud Netflix OSS
Spring Cloud Netflix OSSSpring Cloud Netflix OSS
Spring Cloud Netflix OSS
 
Azure serverless architectures
Azure serverless architecturesAzure serverless architectures
Azure serverless architectures
 

Andere mochten auch

MongoDB NoSQL database a deep dive -MyWhitePaper
MongoDB  NoSQL database a deep dive -MyWhitePaperMongoDB  NoSQL database a deep dive -MyWhitePaper
MongoDB NoSQL database a deep dive -MyWhitePaperRajesh Kumar
 
2017 iosco research report on financial technologies (fintech)
2017 iosco research report on  financial technologies (fintech)2017 iosco research report on  financial technologies (fintech)
2017 iosco research report on financial technologies (fintech)Ian Beckett
 
Tracxn Research - Mobile Advertising Landscape, February 2017
Tracxn Research - Mobile Advertising Landscape, February 2017Tracxn Research - Mobile Advertising Landscape, February 2017
Tracxn Research - Mobile Advertising Landscape, February 2017Tracxn
 
Optimizing Storage for Big Data Analytics Workloads
Optimizing Storage for Big Data Analytics WorkloadsOptimizing Storage for Big Data Analytics Workloads
Optimizing Storage for Big Data Analytics WorkloadsAmazon Web Services
 
Vietnam E-commerce Report 2016
Vietnam E-commerce Report 2016Vietnam E-commerce Report 2016
Vietnam E-commerce Report 2016Trieu Nguyen
 
Gs08 modernize your data platform with sql technologies wash dc
Gs08 modernize your data platform with sql technologies   wash dcGs08 modernize your data platform with sql technologies   wash dc
Gs08 modernize your data platform with sql technologies wash dcBob Ward
 
Crowdfunding Marketing, Tips For Facebook Advertising Kickstarter Campaigns
Crowdfunding Marketing, Tips For Facebook Advertising Kickstarter CampaignsCrowdfunding Marketing, Tips For Facebook Advertising Kickstarter Campaigns
Crowdfunding Marketing, Tips For Facebook Advertising Kickstarter CampaignsRoy Morejon
 
Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017Tracxn
 
Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...
Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...
Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...Amazon Web Services
 
Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...
Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...
Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...Lucas Jellema
 
2015 Internet Trends Report
2015 Internet Trends Report2015 Internet Trends Report
2015 Internet Trends ReportIQbal KHan
 
Webinar: Fighting Fraud with Graph Databases
Webinar: Fighting Fraud with Graph DatabasesWebinar: Fighting Fraud with Graph Databases
Webinar: Fighting Fraud with Graph DatabasesDataStax
 
Startup Sales Stack Report 2017
Startup Sales Stack Report 2017Startup Sales Stack Report 2017
Startup Sales Stack Report 2017Nic Poulos
 
Tugas 4 0317-fahreza yozi-1612510832 -
Tugas 4 0317-fahreza yozi-1612510832 - Tugas 4 0317-fahreza yozi-1612510832 -
Tugas 4 0317-fahreza yozi-1612510832 - fahreza yozi
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheLeslie Samuel
 
instrumentos de medidores de flujo
instrumentos de medidores de flujoinstrumentos de medidores de flujo
instrumentos de medidores de flujopaul mendoza
 
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...
액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...무우 단
 
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...
액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...무우 단
 
Los descendientes de salomón
Los descendientes de salomónLos descendientes de salomón
Los descendientes de salomónCoke Neto
 
Gestión por resultados en la Universidad Nacional de Villa María.
Gestión por resultados en la Universidad Nacional de Villa María. Gestión por resultados en la Universidad Nacional de Villa María.
Gestión por resultados en la Universidad Nacional de Villa María. SGI_UNC
 

Andere mochten auch (20)

MongoDB NoSQL database a deep dive -MyWhitePaper
MongoDB  NoSQL database a deep dive -MyWhitePaperMongoDB  NoSQL database a deep dive -MyWhitePaper
MongoDB NoSQL database a deep dive -MyWhitePaper
 
2017 iosco research report on financial technologies (fintech)
2017 iosco research report on  financial technologies (fintech)2017 iosco research report on  financial technologies (fintech)
2017 iosco research report on financial technologies (fintech)
 
Tracxn Research - Mobile Advertising Landscape, February 2017
Tracxn Research - Mobile Advertising Landscape, February 2017Tracxn Research - Mobile Advertising Landscape, February 2017
Tracxn Research - Mobile Advertising Landscape, February 2017
 
Optimizing Storage for Big Data Analytics Workloads
Optimizing Storage for Big Data Analytics WorkloadsOptimizing Storage for Big Data Analytics Workloads
Optimizing Storage for Big Data Analytics Workloads
 
Vietnam E-commerce Report 2016
Vietnam E-commerce Report 2016Vietnam E-commerce Report 2016
Vietnam E-commerce Report 2016
 
Gs08 modernize your data platform with sql technologies wash dc
Gs08 modernize your data platform with sql technologies   wash dcGs08 modernize your data platform with sql technologies   wash dc
Gs08 modernize your data platform with sql technologies wash dc
 
Crowdfunding Marketing, Tips For Facebook Advertising Kickstarter Campaigns
Crowdfunding Marketing, Tips For Facebook Advertising Kickstarter CampaignsCrowdfunding Marketing, Tips For Facebook Advertising Kickstarter Campaigns
Crowdfunding Marketing, Tips For Facebook Advertising Kickstarter Campaigns
 
Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017
 
Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...
Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...
Introduction to Cloud Computing with Amazon Web Services-ASEAN Workshop Serie...
 
Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...
Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...
Introducing NoSQL and MongoDB to complement Relational Databases (AMIS SIG 14...
 
2015 Internet Trends Report
2015 Internet Trends Report2015 Internet Trends Report
2015 Internet Trends Report
 
Webinar: Fighting Fraud with Graph Databases
Webinar: Fighting Fraud with Graph DatabasesWebinar: Fighting Fraud with Graph Databases
Webinar: Fighting Fraud with Graph Databases
 
Startup Sales Stack Report 2017
Startup Sales Stack Report 2017Startup Sales Stack Report 2017
Startup Sales Stack Report 2017
 
Tugas 4 0317-fahreza yozi-1612510832 -
Tugas 4 0317-fahreza yozi-1612510832 - Tugas 4 0317-fahreza yozi-1612510832 -
Tugas 4 0317-fahreza yozi-1612510832 -
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 
instrumentos de medidores de flujo
instrumentos de medidores de flujoinstrumentos de medidores de flujo
instrumentos de medidores de flujo
 
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...
액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매 ,액체수면제가격 ,액체수면제효과, 액체수면제의 또다른 효능...
 
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...
액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...액체수면제『 http://x5.ana.kr  』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...
액체수면제『 http://x5.ana.kr 』 톡 w2015 ♡ 액체수면제판매, 액체수면제효과,액체수면제정품구입,액체수면제부작용,액체수면...
 
Los descendientes de salomón
Los descendientes de salomónLos descendientes de salomón
Los descendientes de salomón
 
Gestión por resultados en la Universidad Nacional de Villa María.
Gestión por resultados en la Universidad Nacional de Villa María. Gestión por resultados en la Universidad Nacional de Villa María.
Gestión por resultados en la Universidad Nacional de Villa María.
 

Ähnlich wie DevOpsVersion2

muCon 2017 - 12 Factor Serverless Applications
muCon 2017 - 12 Factor Serverless ApplicationsmuCon 2017 - 12 Factor Serverless Applications
muCon 2017 - 12 Factor Serverless ApplicationsChris Munns
 
12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...
12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...
12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...Cloud Native Day Tel Aviv
 
Twelve Factor Serverless Applications
Twelve Factor Serverless ApplicationsTwelve Factor Serverless Applications
Twelve Factor Serverless ApplicationsAmazon Web Services
 
Kubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best PracticesKubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best PracticesAjeet Singh Raina
 
Opentelemetry - From frontend to backend
Opentelemetry - From frontend to backendOpentelemetry - From frontend to backend
Opentelemetry - From frontend to backendSebastian Poxhofer
 
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptxIBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptxGeorg Ember
 
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...OpenWhisk
 
KubeCon 2017: Kubernetes from Dev to Prod
KubeCon 2017: Kubernetes from Dev to ProdKubeCon 2017: Kubernetes from Dev to Prod
KubeCon 2017: Kubernetes from Dev to ProdSubhas Dandapani
 
Architectures, Frameworks and Infrastructure
Architectures, Frameworks and InfrastructureArchitectures, Frameworks and Infrastructure
Architectures, Frameworks and Infrastructureharendra_pathak
 
Enterprise guide to building a Data Mesh
Enterprise guide to building a Data MeshEnterprise guide to building a Data Mesh
Enterprise guide to building a Data MeshSion Smith
 
OSDC 2018 | Three years running containers with Kubernetes in Production by T...
OSDC 2018 | Three years running containers with Kubernetes in Production by T...OSDC 2018 | Three years running containers with Kubernetes in Production by T...
OSDC 2018 | Three years running containers with Kubernetes in Production by T...NETWAYS
 
Lessons learned while going serverless in production
Lessons learned while going serverless in productionLessons learned while going serverless in production
Lessons learned while going serverless in productionMohamed Labouardy
 
Blockchin Architecture on Azure-Part-3
Blockchin Architecture on Azure-Part-3Blockchin Architecture on Azure-Part-3
Blockchin Architecture on Azure-Part-3Mohammad Asif
 
Au delà des brokers, un tour de l’environnement Kafka | Florent Ramière
Au delà des brokers, un tour de l’environnement Kafka | Florent RamièreAu delà des brokers, un tour de l’environnement Kafka | Florent Ramière
Au delà des brokers, un tour de l’environnement Kafka | Florent Ramièreconfluent
 
Navigating the Container Orchestration Maze
Navigating the Container Orchestration MazeNavigating the Container Orchestration Maze
Navigating the Container Orchestration MazeAlex Vranceanu
 
DevOps, Microservices and Serverless Architecture
DevOps, Microservices and Serverless ArchitectureDevOps, Microservices and Serverless Architecture
DevOps, Microservices and Serverless ArchitectureMikhail Prudnikov
 
Open shift and docker - october,2014
Open shift and docker - october,2014Open shift and docker - october,2014
Open shift and docker - october,2014Hojoong Kim
 
Feedback on building Production-Ready Microsoft Teams Apps
Feedback on building Production-Ready Microsoft Teams AppsFeedback on building Production-Ready Microsoft Teams Apps
Feedback on building Production-Ready Microsoft Teams AppsGuillaume Meyer
 
What's New in Docker - February 2017
What's New in Docker - February 2017What's New in Docker - February 2017
What's New in Docker - February 2017Patrick Chanezon
 
ML_Development_with_Sagemaker.pptx
ML_Development_with_Sagemaker.pptxML_Development_with_Sagemaker.pptx
ML_Development_with_Sagemaker.pptxTemiReply
 

Ähnlich wie DevOpsVersion2 (20)

muCon 2017 - 12 Factor Serverless Applications
muCon 2017 - 12 Factor Serverless ApplicationsmuCon 2017 - 12 Factor Serverless Applications
muCon 2017 - 12 Factor Serverless Applications
 
12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...
12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...
12 Factor Serverless Applications - Mike Morain, AWS - Cloud Native Day Tel A...
 
Twelve Factor Serverless Applications
Twelve Factor Serverless ApplicationsTwelve Factor Serverless Applications
Twelve Factor Serverless Applications
 
Kubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best PracticesKubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best Practices
 
Opentelemetry - From frontend to backend
Opentelemetry - From frontend to backendOpentelemetry - From frontend to backend
Opentelemetry - From frontend to backend
 
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptxIBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
 
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
 
KubeCon 2017: Kubernetes from Dev to Prod
KubeCon 2017: Kubernetes from Dev to ProdKubeCon 2017: Kubernetes from Dev to Prod
KubeCon 2017: Kubernetes from Dev to Prod
 
Architectures, Frameworks and Infrastructure
Architectures, Frameworks and InfrastructureArchitectures, Frameworks and Infrastructure
Architectures, Frameworks and Infrastructure
 
Enterprise guide to building a Data Mesh
Enterprise guide to building a Data MeshEnterprise guide to building a Data Mesh
Enterprise guide to building a Data Mesh
 
OSDC 2018 | Three years running containers with Kubernetes in Production by T...
OSDC 2018 | Three years running containers with Kubernetes in Production by T...OSDC 2018 | Three years running containers with Kubernetes in Production by T...
OSDC 2018 | Three years running containers with Kubernetes in Production by T...
 
Lessons learned while going serverless in production
Lessons learned while going serverless in productionLessons learned while going serverless in production
Lessons learned while going serverless in production
 
Blockchin Architecture on Azure-Part-3
Blockchin Architecture on Azure-Part-3Blockchin Architecture on Azure-Part-3
Blockchin Architecture on Azure-Part-3
 
Au delà des brokers, un tour de l’environnement Kafka | Florent Ramière
Au delà des brokers, un tour de l’environnement Kafka | Florent RamièreAu delà des brokers, un tour de l’environnement Kafka | Florent Ramière
Au delà des brokers, un tour de l’environnement Kafka | Florent Ramière
 
Navigating the Container Orchestration Maze
Navigating the Container Orchestration MazeNavigating the Container Orchestration Maze
Navigating the Container Orchestration Maze
 
DevOps, Microservices and Serverless Architecture
DevOps, Microservices and Serverless ArchitectureDevOps, Microservices and Serverless Architecture
DevOps, Microservices and Serverless Architecture
 
Open shift and docker - october,2014
Open shift and docker - october,2014Open shift and docker - october,2014
Open shift and docker - october,2014
 
Feedback on building Production-Ready Microsoft Teams Apps
Feedback on building Production-Ready Microsoft Teams AppsFeedback on building Production-Ready Microsoft Teams Apps
Feedback on building Production-Ready Microsoft Teams Apps
 
What's New in Docker - February 2017
What's New in Docker - February 2017What's New in Docker - February 2017
What's New in Docker - February 2017
 
ML_Development_with_Sagemaker.pptx
ML_Development_with_Sagemaker.pptxML_Development_with_Sagemaker.pptx
ML_Development_with_Sagemaker.pptx
 

Kürzlich hochgeladen

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
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
 
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
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
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
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
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
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
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
 

Kürzlich hochgeladen (20)

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
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
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
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
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
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
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
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
 

DevOpsVersion2

Hinweis der Redaktion

  1. Left is what we already have, right is what I am trying to peach in on top of 2.0 So, we already have tailored made solution, modular / stack / tire based / which can replace every piece or layer by choice. Now focus on 2.0 is not just about building things, but to last long, along with performance.
  2. Development and Release is mostly tools driven, how are we doing into operation ?
  3. * Pre-Define : - Branching Architecture - Naming convention - Merge Flow * Using GitCola for Merging.
  4. Nothing to add.
  5. Nothing to add.
  6. What will be included? In the code compliance report we will include below things 1. Lines of code: Show the current number of lines, Classes & New Classes being added in the current release. 2. Violations: code compliance against 524 rules for the PMD, Findbugs and CheckStyle. The violations of the rules are categorized in 5 groups.  Blocker, Critical, Major, Minor & Info. 3. Integration Test Coverage: code coverage through unit/integration test cases. 4. Complexity: complexity of the code by method, class & file. 5. LCOM4 (Lack of Cohesion of Methods):  the methods of a single class are tied together. 6. Package tangle index:
  7. I don’t want to spend time on this slide, as everyone know what it is and what it can deliver.
  8. To provision a environment, we have many tools, this referring environment is using CloudFormation, and started using Chef.
  9. However, as I am taking reference of a environment to create a model, here are few services which we need to complete a circle.
  10. CloudWatch is actual pulling status details from all the AWS resources and supplying to other 3rd party tools like Pingdom and pagerduty.
  11. Alert logic client is installed on each server, and sharing security details with server.
  12. Alert logic client is installed on each server, and sharing security details with server.
  13. Alert logic client is installed on each server, and sharing security details with server.
  14. Culture is created as a by-product when we work and play together If we want collaboration we must break down the silos and allow engineers with different expertise and perspectives to work together. DevOps accelerates the rate at which the opportunities to collaborate present themselves.
  15. Devops piller is automation.. that is difficult without collaboration…