SlideShare ist ein Scribd-Unternehmen logo
1 von 30
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
.IDEAS
.INNOVATIO
N .INSPIRATION
SoftClouds & DevOps
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
About Us
Founded
2005
Other Locations
Hyderabad, India
Delhi, India
Tokyo, Japan
Headquarters
San Diego, CA
Target Market
Majors & Enterprise
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Industry Focus
Financial
Hospitality
Healthcare
Technology Airlines
Consumer
Goods
Engineering
& Construction
Industrial
Manufacturing
Communication
Automotive
Utilities
Diversified
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
What we DO
Proactively identify needs &
introduce innovative solutions
Own deep technical expertise
essential for today & tomorrow
Enterprise level service &
Resolve solutions history
Understand today’s need for
tomorrow’s demand
Proven methodology along
with a flexible approach
Trusted partner with
innovation at core
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
LOYALTY CLOUD
IDENTITY CLOUD
ANALYTICS CLOUD AUTONOMOUS
DATABASE
CX Expertise
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Integrations
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Introduction to DevOps
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
• Set of Practices that Works to Automate &
Integrate Processes between Development &
Operations Teams
• Cloud Computing, Microservices & Containers
Implemented Concurrently
What is DevOps?
Agile & DevOps are for harnessing INTEGRATION, INTERACTION & INNOVATION
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevOps - Advantages
More software
deployments
Less lead time code
to deploy
Less likely for
changes to fail
Faster recovery
46x 7x
2555x 2604x
• Accelerate time-to-resolution
• Collaboration & trust
• Work smarter & release faster
• More stable operating environments
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Build
De
v
Ops
Test
Code
Plan
Release
Deploy
Operate
Monitor
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Challenge: Two Competing Motivations
De
v
Ops
Battle – Dev vs Ops
Wall of
Confusion
Developers Focus
on
CHANGE
Ops/Admins Focus on
STABILITY
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevSecOps – Development, Security & Operations
• Automates integration of security at every phase of software
development life cycle (SDLC)
• From initial design through integration, testing, deployment &
software delivery
DevSecOps
Security, monitoring,
deployment check &
notifying from start
Reduction of
expenses & delivery
rate increases
Automation
compatible with
modern
development
Faster speed of
recovery in case
of a security
incident
Better patching for
security
vulnerabilities
Benefits
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Introduction to CI/CD
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Continuous Integration, Delivery &
Deployment
• Continuous Integration
• An approach to be continuously validating the state of a codebase through automated testing.
• Catch issues fast & nip them in the build.
• Spend less time debugging & more time adding features.
• Continuous Delivery
• A practice that refers to building, testing & delivering improvements to software code.
• Deliver software with fewer bugs & lower risk.
• Release new features to market more frequently.
• Continuous Deployment
• Final stage in pipeline to automate process of deploying completed & tested code into production.
• CI + CD + production deployment
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
CI/CD Represented
Acceptance Test
Deploy to
Staging
Deploy to
Production
Smoke Test
Acceptance Test
Deploy to
Staging
Deploy to
Production
Smoke Test
Build Test
Build Test
Developer Commit
the Code
Continuous
Integration
Continuous Delivery
Continuous Deployment
Automatic
Manual
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Our Capabilities
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Our DevOps Capabilities
Continuous Integration
Continuous Delivery
Continuous Deployment
Continuous Monitoring
Containerization
Collaboration
Our Capabilities
Cloud Migration
Cloud Consulting
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Financial Impact Roadmap
Vision
Baseline
• Business Case
• Current State IT Footprint
• Issue & Opportunities
• Goals & Objectives
• Guiding Principles
• Business Alignment
• Public/Private/Hybrid
• Model Selection
• Key Platforms
Cloud Decision
• Governance
• DevOps
• Talent
• Timelines
• Adoption Pace
• Interdependencies
Cloud Strategy & Management Consulting
• Cloud readiness assessment
• SWOT analysis for your organization & the cloud
• Multi-cloud strategy & cloud-fit analysis
• Technology architecture, tool & platforms recommendation
• Internal network & business operations assessment
Cloud Strategy
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Cloud Migration
• Migration from on-premise to cloud, cloud-to-cloud migration, hybrid cloud solutions
• Strategic approach with 5 R’s: rehost, refactor, rebuild, revise, replatform
• Multi-cloud security & tools
• Cloud governance & communication framework
ASSESS
STRATEGY &
PLANNING
INFRASTRUCTURE
BUILD
PRE-MIGRATION MIGRATION
EXECUTION DECOMMISSION
• Assess Architecture
• Assess Security
• Workload Categorization
• Migration Strategy
• Migration Tools Selection
• HLD & LLD Preparation
• Migration Configuration
• Hardware Installation
• Network Implementation
• Storage Readiness
• Network Readiness
• Dry Run
• Pilot Run & Validation
• Run the Production Migration
• Application & Data Migration
• De-Installation
• Data Erasure
• Support &
Maintenance
01 03 05
02 04 06
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevOps - Continuous
Integration
• Integrate & automate DevOps stages
• Version management
• Review management for code merge
• Trigger jobs with help of plugins or rest API
• Automated testing for each build
• Tools
• Jenkins
• Bamboo
• AWS Code Pipeline
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
• Incorporates concept of continuous
Integration & automated testing
• Test-driven deployments
• Testing tools
• Selenium
• jMeter
DevOps - Continuous
Delivery
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevOps - Continuous
Deployment
• Deploy tested applications on production servers
• Rolling & green-blue deployment strategies
• Use CM & containerization
• Tools
• Puppet
• Chef
• Ansible
• Kubernetes
• Terraform
• Cloud formation
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevOps - Continuous
Monitoring
• Ability to detect, report, contain & mitigate the attacks
within infrastructure
• Provides real-time insights of infrastructure &
applications
• Plan for infrastructure upgrades
• Tools
• Nagios
• Splunk
• Stack
• CloudWatch
• OEM
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevOps -
Containerization
• Eliminate the need to run a virtual machine (VM)
for each application
• Consume fewer resources than on VM
• Scalable & flexible
• Ease of deployment
• Build once, run anywhere
• No platform dependencies
• Tools
• Kubernetes
• Docker
• Google Kubernetes Engine
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
DevOps -
Collaboration
• Developers & IT ops work together
• Seamless delivery of applications
• Centralize incident information & development workflows
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Our DevOps Capabilities
Continuous Integration
Continuous Delivery
Continuous Deployment
Continuous Monitoring
Containerization
Collaboration
Our Capabilities
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Why SoftClouds?
• Well Balanced & Experienced Team
• Team that has Delivered Successful Solutions
• Strategic Thinking & Solution Providers
• Excellent Leadership Skills
• Working Knowledge with C-Level
• Flexible Business Models: Fixed Bid, Time & Material
• Execution Locations: On-Site, Off-Site, Off-Shore
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Innovations
Expertise
Solutions
SoftClouds
Innovators Strategic Thinkers Technical Architects
Solution Providers
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Thank You
|| OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved
Brian J. Friedman
GVP – Global Strategic Sales
415.378.7400
brianf@softclouds.com
www.softclouds.com

Weitere ähnliche Inhalte

Ähnlich wie DevOps - What is | Advantages | Challenges | DevSecOps | Capabilities

Manage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC Webinar
Manage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC WebinarManage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC Webinar
Manage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC WebinarSoftClouds LLC
 
MongoDB World 2019: Wipro Software Defined Everything Powered by MongoDB
MongoDB World 2019: Wipro Software Defined Everything Powered by MongoDBMongoDB World 2019: Wipro Software Defined Everything Powered by MongoDB
MongoDB World 2019: Wipro Software Defined Everything Powered by MongoDBMongoDB
 
Continuous Delivery to the cloud - Innovate 2014
Continuous Delivery to the cloud - Innovate 2014Continuous Delivery to the cloud - Innovate 2014
Continuous Delivery to the cloud - Innovate 2014Sanjeev Sharma
 
Scale Cloud across Enterprise
Scale Cloud across EnterpriseScale Cloud across Enterprise
Scale Cloud across EnterpriseChris Haddad
 
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...Lucas Jellema
 
Cloud Native Ninja - kickoff.pdf
Cloud Native Ninja - kickoff.pdfCloud Native Ninja - kickoff.pdf
Cloud Native Ninja - kickoff.pdfNilesh Gule
 
Improving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware TakeoutImproving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware TakeoutVMware Tanzu
 
Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...
Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...
Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...Michael Elder
 
Training Bootcamp - MainframeDevOps.pptx
Training Bootcamp - MainframeDevOps.pptxTraining Bootcamp - MainframeDevOps.pptx
Training Bootcamp - MainframeDevOps.pptxNashet Ali
 
Continuous Delivery for cloud - scenarios and scope
Continuous Delivery for cloud  - scenarios and scopeContinuous Delivery for cloud  - scenarios and scope
Continuous Delivery for cloud - scenarios and scopeSanjeev Sharma
 
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...Daniel Berg
 
Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021
Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021
Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021VMware Tanzu
 
Production-Ready Kubernetes: It's Not About Technology
Production-Ready Kubernetes: It's Not About TechnologyProduction-Ready Kubernetes: It's Not About Technology
Production-Ready Kubernetes: It's Not About TechnologyAntoine Craske
 
Practical Microservice Architecture (edition 2022).pdf
Practical Microservice Architecture (edition 2022).pdfPractical Microservice Architecture (edition 2022).pdf
Practical Microservice Architecture (edition 2022).pdfAhmed Misbah
 
Hybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptxHybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptxzhunli4
 
Microsoft cloud continuum
Microsoft cloud continuumMicrosoft cloud continuum
Microsoft cloud continuumMathews Job
 

Ähnlich wie DevOps - What is | Advantages | Challenges | DevSecOps | Capabilities (20)

Cloud Migration - CCS Technologies (P) Ltd.
Cloud Migration - CCS Technologies (P) Ltd.Cloud Migration - CCS Technologies (P) Ltd.
Cloud Migration - CCS Technologies (P) Ltd.
 
Manage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC Webinar
Manage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC WebinarManage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC Webinar
Manage Maintain, & Modernize Your Oracle Service Cloud | SoftClouds OSvC Webinar
 
MongoDB World 2019: Wipro Software Defined Everything Powered by MongoDB
MongoDB World 2019: Wipro Software Defined Everything Powered by MongoDBMongoDB World 2019: Wipro Software Defined Everything Powered by MongoDB
MongoDB World 2019: Wipro Software Defined Everything Powered by MongoDB
 
SmartCLIDE Project Vision
SmartCLIDE Project VisionSmartCLIDE Project Vision
SmartCLIDE Project Vision
 
The DevOps Essential
The DevOps EssentialThe DevOps Essential
The DevOps Essential
 
Continuous Delivery to the cloud - Innovate 2014
Continuous Delivery to the cloud - Innovate 2014Continuous Delivery to the cloud - Innovate 2014
Continuous Delivery to the cloud - Innovate 2014
 
Scale Cloud across Enterprise
Scale Cloud across EnterpriseScale Cloud across Enterprise
Scale Cloud across Enterprise
 
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
 
Cloud Native Ninja - kickoff.pdf
Cloud Native Ninja - kickoff.pdfCloud Native Ninja - kickoff.pdf
Cloud Native Ninja - kickoff.pdf
 
Improving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware TakeoutImproving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware Takeout
 
Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...
Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...
Hybrid Cloud: How to Get a Return from an Investment Made Three Decades Ago (...
 
Training Bootcamp - MainframeDevOps.pptx
Training Bootcamp - MainframeDevOps.pptxTraining Bootcamp - MainframeDevOps.pptx
Training Bootcamp - MainframeDevOps.pptx
 
Continuous Delivery for cloud - scenarios and scope
Continuous Delivery for cloud  - scenarios and scopeContinuous Delivery for cloud  - scenarios and scope
Continuous Delivery for cloud - scenarios and scope
 
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
InterConnect 2015: 3045 Hybrid Cloud - How to get a return from an investment...
 
Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021
Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021
Achieving DevSecOps Outcomes with Tanzu Advanced- March 22, 2021
 
Production-Ready Kubernetes: It's Not About Technology
Production-Ready Kubernetes: It's Not About TechnologyProduction-Ready Kubernetes: It's Not About Technology
Production-Ready Kubernetes: It's Not About Technology
 
Navigating Cloud and Multi-Cloud
Navigating Cloud and Multi-CloudNavigating Cloud and Multi-Cloud
Navigating Cloud and Multi-Cloud
 
Practical Microservice Architecture (edition 2022).pdf
Practical Microservice Architecture (edition 2022).pdfPractical Microservice Architecture (edition 2022).pdf
Practical Microservice Architecture (edition 2022).pdf
 
Hybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptxHybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptx
 
Microsoft cloud continuum
Microsoft cloud continuumMicrosoft cloud continuum
Microsoft cloud continuum
 

Mehr von SoftClouds LLC

SoftClouds & Siebel Our Expertise.
SoftClouds & Siebel Our Expertise.SoftClouds & Siebel Our Expertise.
SoftClouds & Siebel Our Expertise.SoftClouds LLC
 
Redefining the Cloud with AI – State & Use Cases​ | SoftClouds
Redefining the Cloud with AI – State & Use Cases​ | SoftCloudsRedefining the Cloud with AI – State & Use Cases​ | SoftClouds
Redefining the Cloud with AI – State & Use Cases​ | SoftCloudsSoftClouds LLC
 
Boost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftClouds
Boost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftCloudsBoost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftClouds
Boost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftCloudsSoftClouds LLC
 
Enhancing Revenues & Profits with CPQ + Subscription Management | SoftClouds
Enhancing Revenues & Profits with CPQ + Subscription Management | SoftCloudsEnhancing Revenues & Profits with CPQ + Subscription Management | SoftClouds
Enhancing Revenues & Profits with CPQ + Subscription Management | SoftCloudsSoftClouds LLC
 
CX for Utility Companies - Uses Cases & Future | SoftClouds
CX for Utility Companies - Uses Cases & Future | SoftCloudsCX for Utility Companies - Uses Cases & Future | SoftClouds
CX for Utility Companies - Uses Cases & Future | SoftCloudsSoftClouds LLC
 
Why Siebel? - A Quick Snapshot & Details
Why Siebel? - A Quick Snapshot & DetailsWhy Siebel? - A Quick Snapshot & Details
Why Siebel? - A Quick Snapshot & DetailsSoftClouds LLC
 
SoftClouds & Healthcare Industry - A Quick Overview
SoftClouds & Healthcare Industry - A Quick OverviewSoftClouds & Healthcare Industry - A Quick Overview
SoftClouds & Healthcare Industry - A Quick OverviewSoftClouds LLC
 
Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...
Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...
Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...SoftClouds LLC
 
Oracle Engagement Cloud | SoftClouds
Oracle Engagement Cloud | SoftCloudsOracle Engagement Cloud | SoftClouds
Oracle Engagement Cloud | SoftCloudsSoftClouds LLC
 
Subscription Economy Infographic | SoftClouds
Subscription Economy Infographic | SoftCloudsSubscription Economy Infographic | SoftClouds
Subscription Economy Infographic | SoftCloudsSoftClouds LLC
 
Oracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftClouds
Oracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftCloudsOracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftClouds
Oracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftCloudsSoftClouds LLC
 
Oracle Incentive Compensation Management (ICM) | SoftClouds
Oracle Incentive Compensation Management (ICM) | SoftClouds Oracle Incentive Compensation Management (ICM) | SoftClouds
Oracle Incentive Compensation Management (ICM) | SoftClouds SoftClouds LLC
 
Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...
Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...
Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...SoftClouds LLC
 
Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...
Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...
Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...SoftClouds LLC
 
Grow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC Webinar
Grow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC WebinarGrow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC Webinar
Grow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC WebinarSoftClouds LLC
 
Mentorship Mantra - 8 tips to maximize your mentorship | eBook
Mentorship Mantra -  8 tips to maximize your mentorship | eBookMentorship Mantra -  8 tips to maximize your mentorship | eBook
Mentorship Mantra - 8 tips to maximize your mentorship | eBookSoftClouds LLC
 
Business in 2020 and the Top Technology Trends
Business in 2020 and the Top Technology TrendsBusiness in 2020 and the Top Technology Trends
Business in 2020 and the Top Technology TrendsSoftClouds LLC
 

Mehr von SoftClouds LLC (17)

SoftClouds & Siebel Our Expertise.
SoftClouds & Siebel Our Expertise.SoftClouds & Siebel Our Expertise.
SoftClouds & Siebel Our Expertise.
 
Redefining the Cloud with AI – State & Use Cases​ | SoftClouds
Redefining the Cloud with AI – State & Use Cases​ | SoftCloudsRedefining the Cloud with AI – State & Use Cases​ | SoftClouds
Redefining the Cloud with AI – State & Use Cases​ | SoftClouds
 
Boost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftClouds
Boost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftCloudsBoost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftClouds
Boost Incentives ​with Oracle Incentive Compensation Cloud​ | SoftClouds
 
Enhancing Revenues & Profits with CPQ + Subscription Management | SoftClouds
Enhancing Revenues & Profits with CPQ + Subscription Management | SoftCloudsEnhancing Revenues & Profits with CPQ + Subscription Management | SoftClouds
Enhancing Revenues & Profits with CPQ + Subscription Management | SoftClouds
 
CX for Utility Companies - Uses Cases & Future | SoftClouds
CX for Utility Companies - Uses Cases & Future | SoftCloudsCX for Utility Companies - Uses Cases & Future | SoftClouds
CX for Utility Companies - Uses Cases & Future | SoftClouds
 
Why Siebel? - A Quick Snapshot & Details
Why Siebel? - A Quick Snapshot & DetailsWhy Siebel? - A Quick Snapshot & Details
Why Siebel? - A Quick Snapshot & Details
 
SoftClouds & Healthcare Industry - A Quick Overview
SoftClouds & Healthcare Industry - A Quick OverviewSoftClouds & Healthcare Industry - A Quick Overview
SoftClouds & Healthcare Industry - A Quick Overview
 
Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...
Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...
Oracle Field Service - Driving CX with More Revenue & Insights | SoftClouds W...
 
Oracle Engagement Cloud | SoftClouds
Oracle Engagement Cloud | SoftCloudsOracle Engagement Cloud | SoftClouds
Oracle Engagement Cloud | SoftClouds
 
Subscription Economy Infographic | SoftClouds
Subscription Economy Infographic | SoftCloudsSubscription Economy Infographic | SoftClouds
Subscription Economy Infographic | SoftClouds
 
Oracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftClouds
Oracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftCloudsOracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftClouds
Oracle’s JavaScript Extension Toolkit (JET) | CPQ | SoftClouds
 
Oracle Incentive Compensation Management (ICM) | SoftClouds
Oracle Incentive Compensation Management (ICM) | SoftClouds Oracle Incentive Compensation Management (ICM) | SoftClouds
Oracle Incentive Compensation Management (ICM) | SoftClouds
 
Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...
Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...
Building a Business Case to Migrate to #OCI – Magic of Cloud | SoftClouds Clo...
 
Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...
Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...
Streamline Incentives with Oracle Incentive Cloud Compensation | SoftClouds I...
 
Grow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC Webinar
Grow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC WebinarGrow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC Webinar
Grow Your Revenue with Salesforce B2B Commerce & GMP | SoftClouds SFDC Webinar
 
Mentorship Mantra - 8 tips to maximize your mentorship | eBook
Mentorship Mantra -  8 tips to maximize your mentorship | eBookMentorship Mantra -  8 tips to maximize your mentorship | eBook
Mentorship Mantra - 8 tips to maximize your mentorship | eBook
 
Business in 2020 and the Top Technology Trends
Business in 2020 and the Top Technology TrendsBusiness in 2020 and the Top Technology Trends
Business in 2020 and the Top Technology Trends
 

Kürzlich hochgeladen

0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Marketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet CreationsMarketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet Creationsnakalysalcedo61
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechNewman George Leech
 
(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCRsoniya singh
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...lizamodels9
 
rishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfrishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfmuskan1121w
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewasmakika9823
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 

Kürzlich hochgeladen (20)

0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Marketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet CreationsMarketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet Creations
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman Leech
 
(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Keshav Puram 🔝 Delhi NCR
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
 
rishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfrishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdf
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 

DevOps - What is | Advantages | Challenges | DevSecOps | Capabilities

  • 1. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved .IDEAS .INNOVATIO N .INSPIRATION SoftClouds & DevOps
  • 2. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved About Us Founded 2005 Other Locations Hyderabad, India Delhi, India Tokyo, Japan Headquarters San Diego, CA Target Market Majors & Enterprise
  • 3. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Industry Focus Financial Hospitality Healthcare Technology Airlines Consumer Goods Engineering & Construction Industrial Manufacturing Communication Automotive Utilities Diversified
  • 4. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved What we DO Proactively identify needs & introduce innovative solutions Own deep technical expertise essential for today & tomorrow Enterprise level service & Resolve solutions history Understand today’s need for tomorrow’s demand Proven methodology along with a flexible approach Trusted partner with innovation at core
  • 5. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved LOYALTY CLOUD IDENTITY CLOUD ANALYTICS CLOUD AUTONOMOUS DATABASE CX Expertise
  • 6. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Integrations
  • 7. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Introduction to DevOps
  • 8. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved • Set of Practices that Works to Automate & Integrate Processes between Development & Operations Teams • Cloud Computing, Microservices & Containers Implemented Concurrently What is DevOps? Agile & DevOps are for harnessing INTEGRATION, INTERACTION & INNOVATION
  • 9. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevOps - Advantages More software deployments Less lead time code to deploy Less likely for changes to fail Faster recovery 46x 7x 2555x 2604x • Accelerate time-to-resolution • Collaboration & trust • Work smarter & release faster • More stable operating environments
  • 10. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Build De v Ops Test Code Plan Release Deploy Operate Monitor
  • 11. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Challenge: Two Competing Motivations De v Ops Battle – Dev vs Ops Wall of Confusion Developers Focus on CHANGE Ops/Admins Focus on STABILITY
  • 12. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevSecOps – Development, Security & Operations • Automates integration of security at every phase of software development life cycle (SDLC) • From initial design through integration, testing, deployment & software delivery DevSecOps Security, monitoring, deployment check & notifying from start Reduction of expenses & delivery rate increases Automation compatible with modern development Faster speed of recovery in case of a security incident Better patching for security vulnerabilities Benefits
  • 13. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Introduction to CI/CD
  • 14. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Continuous Integration, Delivery & Deployment • Continuous Integration • An approach to be continuously validating the state of a codebase through automated testing. • Catch issues fast & nip them in the build. • Spend less time debugging & more time adding features. • Continuous Delivery • A practice that refers to building, testing & delivering improvements to software code. • Deliver software with fewer bugs & lower risk. • Release new features to market more frequently. • Continuous Deployment • Final stage in pipeline to automate process of deploying completed & tested code into production. • CI + CD + production deployment
  • 15. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved CI/CD Represented Acceptance Test Deploy to Staging Deploy to Production Smoke Test Acceptance Test Deploy to Staging Deploy to Production Smoke Test Build Test Build Test Developer Commit the Code Continuous Integration Continuous Delivery Continuous Deployment Automatic Manual
  • 16. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Our Capabilities
  • 17. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Our DevOps Capabilities Continuous Integration Continuous Delivery Continuous Deployment Continuous Monitoring Containerization Collaboration Our Capabilities Cloud Migration Cloud Consulting
  • 18. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Financial Impact Roadmap Vision Baseline • Business Case • Current State IT Footprint • Issue & Opportunities • Goals & Objectives • Guiding Principles • Business Alignment • Public/Private/Hybrid • Model Selection • Key Platforms Cloud Decision • Governance • DevOps • Talent • Timelines • Adoption Pace • Interdependencies Cloud Strategy & Management Consulting • Cloud readiness assessment • SWOT analysis for your organization & the cloud • Multi-cloud strategy & cloud-fit analysis • Technology architecture, tool & platforms recommendation • Internal network & business operations assessment Cloud Strategy
  • 19. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Cloud Migration • Migration from on-premise to cloud, cloud-to-cloud migration, hybrid cloud solutions • Strategic approach with 5 R’s: rehost, refactor, rebuild, revise, replatform • Multi-cloud security & tools • Cloud governance & communication framework ASSESS STRATEGY & PLANNING INFRASTRUCTURE BUILD PRE-MIGRATION MIGRATION EXECUTION DECOMMISSION • Assess Architecture • Assess Security • Workload Categorization • Migration Strategy • Migration Tools Selection • HLD & LLD Preparation • Migration Configuration • Hardware Installation • Network Implementation • Storage Readiness • Network Readiness • Dry Run • Pilot Run & Validation • Run the Production Migration • Application & Data Migration • De-Installation • Data Erasure • Support & Maintenance 01 03 05 02 04 06
  • 20. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevOps - Continuous Integration • Integrate & automate DevOps stages • Version management • Review management for code merge • Trigger jobs with help of plugins or rest API • Automated testing for each build • Tools • Jenkins • Bamboo • AWS Code Pipeline
  • 21. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved • Incorporates concept of continuous Integration & automated testing • Test-driven deployments • Testing tools • Selenium • jMeter DevOps - Continuous Delivery
  • 22. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevOps - Continuous Deployment • Deploy tested applications on production servers • Rolling & green-blue deployment strategies • Use CM & containerization • Tools • Puppet • Chef • Ansible • Kubernetes • Terraform • Cloud formation
  • 23. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevOps - Continuous Monitoring • Ability to detect, report, contain & mitigate the attacks within infrastructure • Provides real-time insights of infrastructure & applications • Plan for infrastructure upgrades • Tools • Nagios • Splunk • Stack • CloudWatch • OEM
  • 24. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevOps - Containerization • Eliminate the need to run a virtual machine (VM) for each application • Consume fewer resources than on VM • Scalable & flexible • Ease of deployment • Build once, run anywhere • No platform dependencies • Tools • Kubernetes • Docker • Google Kubernetes Engine
  • 25. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved DevOps - Collaboration • Developers & IT ops work together • Seamless delivery of applications • Centralize incident information & development workflows
  • 26. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Our DevOps Capabilities Continuous Integration Continuous Delivery Continuous Deployment Continuous Monitoring Containerization Collaboration Our Capabilities
  • 27. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Why SoftClouds? • Well Balanced & Experienced Team • Team that has Delivered Successful Solutions • Strategic Thinking & Solution Providers • Excellent Leadership Skills • Working Knowledge with C-Level • Flexible Business Models: Fixed Bid, Time & Material • Execution Locations: On-Site, Off-Site, Off-Shore
  • 28. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Innovations Expertise Solutions SoftClouds Innovators Strategic Thinkers Technical Architects Solution Providers
  • 29. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Thank You
  • 30. || OPTIONS REDEFINED || Copyright © 2022 SoftClouds - All Rights Reserved Brian J. Friedman GVP – Global Strategic Sales 415.378.7400 brianf@softclouds.com www.softclouds.com