SlideShare a Scribd company logo
1 of 22
Travelers 360-Degree Health
Assessment of Microservices on
the Pivotal Platform
October 7-10, 2019
Austin Convention Center
1
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ 2
Introduction
Nehal Gandhi
Lead Architect
Travelers Personal Insurance
Rohit Kelapure
Principal Solutions Architect
Pivotal App Modernization
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Agenda
Overview of Travelers
A 360 Degree Assessment Of
Microservices & Platform Health
Assessment Dimensions
Application Health Check
Results
SRE Practices
3
© 2019 The Travelers Indemnity Company. All rights reserved.
Travelers Insurance Overview
4
• The largest writer of commercial property insurance in the United States.
• The largest writer of workers compensation insurance in the United States.
• Top three writer of personal insurance through independent agents in the United
States, including number one in homeowners.
• Total assets of approximately $105 billion, shareholder equity of approximately $23
billion and a total revenue of $30 billion.
• A component of the Dow Jones Industrial average.
• More than 30,000 employees.
• Representatives in every U.S. state, Canada, the Republic of Ireland, the United
Kingdom and at Lloyds.
© 2019 The Travelers Indemnity Company. All rights reserved.
Key Objectives and approach
5
Architecture Assessment
– Assess alignment of the architecture with the Pivotal Platform Cloud – Native model
– Assure the application architecture and roadmap is sustainable
– Consider the validity of the application findings and recommendations
 Production Stability and Business Capability Delivery
– Gain confidence that the application will support the upcoming spike and cadence of feature
releases
– Prioritize key steps which could improve the stability, performance, and scalability of the
applications
• MaaS (Model As A Service)
• Understand Current State
• Define Objective and Key Results
• Perform Architecture
Retrospective
• Assess Microservice Design and
Pivotal Platform alignment
• Identify Risks and Mitigation
Strategies
• Review Source Code
• Assess Architecture Health
• Align Engineering Metrics with
SLO
• Review Path to Production
• 2 Weeks Onsite with
Travelers Teams
• Rohit Kelapure
• Will Voorhees
• Oleg Iavorskyi
• PI Solution Architecture
• Application Team Leads
• Cloud Engineering
Objectives Applications in Scope
Approach
Duration Pivotal Consultants Travelers Team
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
PEOPLE
How is your Development
Team doing? Do they have
the right mix of skills? Are
they following the right
methodologies? What are
their process pains? Is the
velocity trending correctly?
APPLICATIONS
Are your apps Service Level
Objectives met in
Production? What are the
top performance
constraints? What are the
high priority implementation
concerns? Is the
architecture the right fit?
PLATFORM
Are the app teams able to
leverage the capabilities of
the platform as advised?
What are the pain points
with platform services? Is
the Platform misconfigured ?
A 360 Degree Assessment Of Your Applications
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Balanced Team
The platform team consists of a product manager and at least two
platform engineers with a combination of infrastructure and software
engineering skills. Does the team has all the tools and workstation
infrastructure it needs for performing at a high velocity?
Architecture
Is the architecture tightly coupled? Are Microservices too fine grained?
Is the architecture adding technical debt? Is the architecture tending in
the right direction? Can it be extended easily?
Assessment Dimensions
Platform as a Product
The platform’s capabilities change in response to the needs of its users.
It is treated as a product that is inclusive of not only Pivotal Platform but
all the services and integrations that make it a viable environment for
applications to run.
Process and Path to Production
Developers are able to take full advantage of the platform via modern
and optimized tools and processes. Does Devops and CI/CD follow the
right set of processes? How is code promoted across environments?
Change Management
How does feature development work? What changes need to be made
to the architecture and code for sustainability and evolution along the
right dimensions? Top 3 things to bring the code and design in
alignment with design principles.
Monitoring and Metrics
Establishing desired service behavior, measuring how the service is
actually behaving, and correcting discrepancies. Examples: response
latency, error or unanswered query rate, peak utilization of resources.
Failure Mode Analysis
Understand the impact of failure of critical external dependencies on the
core service. Play out scenarios where there is partial or complete loss
of business functionality and plan for appropriate countermeasures.
Technical Debt
Dependency Management and Library updates within the project. Is
there a substantial bloat of libraries and third party dependencies in the
project? Where is the technical debt accumulated in the components?
Emergency Response
Are run books in place to capture the right set of logs when a failure
occurs? Does the development team follow a prescribed set of steps to
triage and debug a problem in production? Are circuit breakers and
other fallbacks in place to revert to a degraded functionality during
failure?
Performance Optimization
Are the applications starting slowly? Applications not meeting their
expected SLAs. Analysis of performance issues ranging from high
memory allocation to increased latency and high CPU. Performance test
plan evaluation.
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Typical Outcomes Health Check
● Define Objectives and Key Results
● Assess Microservice design and
Pivotal Platform Alignment
● Identify Architectural Risks and
Concerns
● Assess Architecture Health and
Engineering Practice Health
● Align Engineering Metrics with
Service Level Indicators and
Objectives
● Review Path To Production & Identify
Gaps
● Develop Future Application
Architecture Roadmap
● Remediate Application Code and
Dependencies, Library anti-patterns
● Performance Baseline, Execution
Plan, Tooling & Profiling
● Assist in setting up a performance
environment and load harness with
tests
● Opportunistic enhancements like
JVM Level tuning
● Day 2 app support best practices
recommendations
● Chaos Testing
● SRE Practices
© 2019 The Travelers Indemnity Company. All rights reserved.
Discovery and Framing
10
© 2019 The Travelers Indemnity Company. All rights reserved.
Discovery and Framing
11
© 2019 The Travelers Indemnity Company. All rights reserved.
Application Health Check Results (Part 1)
12
© 2019 The Travelers Indemnity Company. All rights reserved.
Application Health Check Results (Part 2)
13
© 2019 The Travelers Indemnity Company. All rights reserved.
Achievements
14
1. Comprehensive health check across 10 dimensions of an application in 2 weeks
2. Enabled the team to perform performance profiling of code for startup, CPU and latency
3. Resolved Performance Mystery from the November outage (High CPU utilization driving auto scaling).
4. Tuned threadpool settings, Garbage Collector for optimal throughput
5. Repeatable Saturation and endurance testing of application
6. Demonstrated > app can scale under sustained load keeping response times under SLO
7. Reduced classpath bloat and improved startup times with spring boot startup bench
8. Architecture/Code review resulted in significant findings that will setup the team for success
9. Cross collaboration across ICs and Dev teams to create ICU and dedicated RabbitMQ plans
10. Pairing on removing exceptions and errors reduced startup time
11. Outlined critical must fix items from platform and app perspective for application
12. Mob programming on performance analysis experiments led to a shared and deep understanding of the multi-threaded code and
performance profiling patterns
13. Increased understanding of platform capabilities including Pivotal Platform Metrics and autoscaling policies
14. Pruned pom.xml to reduce classpath bloat
15. Analyzed Spring Cloud Stream upgrade and implementation for Cloudstream POC
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Providing a Level of Service to Users
● What are SLIs and SLOs?
● Service Level Indicator (SLI) is a metric
○ Represents a specific user workflow
○ Common examples: request latency,
error rate, throughput
● Service Level Objective (SLO) is a
threshold
○ Threshold below which user needs
are not being met for that workflow
■ This leads to unhappy users
○ For each SLI, we might establish a
SLO
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Platform Metrics Health & KPIs User Metrics
Product
Inception Feature Design Release
Production
Usage
Release Viability
Design
Measure
Previous releases define a baseline
with which to establish appropriate
success/failure thresholds
Design feature
success
indicators
Initial KPIs
based on
risks
Explore user
interactions
• Combine Health and User metrics to define success criteria for a release, and use that success criteria to
determine if the release is moving your product in the desired direction.
• Some metrics can be measured instantaneously at release time, while others may need a longer period of active
use to validate user behavior has been effectively changed by a release.
• When you deploy a release onto the platform, you get Application events like starting, stopping, and crashing,
Container resource utilization like CPU and memory, Application health monitoring based on a listening port or an
HTTP response code
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Application Metrics Dashboard
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Balancing Reliability and Features
SLI ≤ SLOz Release New Features
Focus on Reliability
Yes
No
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Site Reliability Engineering - Why are we doing this?
● Reliability is a product
feature
● Users expect product to
have features and they
expect those features to
work (nearly) all the time
● Inherent tension between
having a reliable system
and creating & deploying
new features.
● New features = less
reliability (Google says
70% of their outages
caused by deploying
changes)
● Users continually expect
new features (and security
patches)
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Controlled Experiments – Chaos / Load
A scientific procedure to test a hypothesis
1. Understand steady-state behavior first. (Look at four golden
signals!)
2. Form a hypothesis about what happens to the steady-state
behavior when exposed to an event. Pro-tip: identify a control
group as well!
3. Introduce Chaos/Load in the experimental group
4. Test the hypothesis: compare the control group to the
experimental group
Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Simulating Failure - Use Caution
Minimize Blast Radius: Try not to blow up everything
● Avoid undue harm
● Time-box your activities
● Scope to skirt total IaaS domain failure
Embrace Risk:
● Explore component interactions
● Increase complexity as maturity deepens
● Maximize your potential
https://cloud.rohitkelapure.com/2019/05/load-testing-tools.html
https://cloud.rohitkelapure.com/2019/07/tools-to-create-chaos.html
Thank You

More Related Content

What's hot

Highly Available and Resilient Multi-Site Deployments Using Spinnaker
Highly Available and Resilient Multi-Site Deployments Using SpinnakerHighly Available and Resilient Multi-Site Deployments Using Spinnaker
Highly Available and Resilient Multi-Site Deployments Using SpinnakerVMware Tanzu
 
Securing Pivotal Platform at Prime Therapeutics
Securing Pivotal Platform at Prime TherapeuticsSecuring Pivotal Platform at Prime Therapeutics
Securing Pivotal Platform at Prime TherapeuticsVMware Tanzu
 
Travelers 360 degree health assessment of microservices on the pivotal platform
Travelers 360 degree health assessment of microservices on the pivotal platformTravelers 360 degree health assessment of microservices on the pivotal platform
Travelers 360 degree health assessment of microservices on the pivotal platformRohit Kelapure
 
Cloud service api design rules presentation
Cloud service api design rules presentationCloud service api design rules presentation
Cloud service api design rules presentationesebeus
 
Should That Be a Microservice ?
Should That Be a Microservice ?Should That Be a Microservice ?
Should That Be a Microservice ?Rohit Kelapure
 
Reimagining Customer Experiences Utilizing Pivotal Cloud Foundry
Reimagining Customer Experiences Utilizing Pivotal Cloud FoundryReimagining Customer Experiences Utilizing Pivotal Cloud Foundry
Reimagining Customer Experiences Utilizing Pivotal Cloud FoundryVMware Tanzu
 
The New Possible: How Platform-as-a-Service Changes the Game
 The New Possible: How Platform-as-a-Service Changes the Game The New Possible: How Platform-as-a-Service Changes the Game
The New Possible: How Platform-as-a-Service Changes the GameInside Analysis
 
Pattern Driven Enterprise Architecture
Pattern Driven Enterprise ArchitecturePattern Driven Enterprise Architecture
Pattern Driven Enterprise ArchitectureAsanka Abeysinghe
 
Cloud Foundry Overview for GITPRO 2013
Cloud Foundry Overview for GITPRO 2013Cloud Foundry Overview for GITPRO 2013
Cloud Foundry Overview for GITPRO 2013Adam FitzGerald
 
Tried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based MethodTried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based MethodVMware Tanzu
 
Data Modernization for Spring-Based Microservices on Pivotal Platform
Data Modernization for Spring-Based Microservices on Pivotal PlatformData Modernization for Spring-Based Microservices on Pivotal Platform
Data Modernization for Spring-Based Microservices on Pivotal PlatformVMware Tanzu
 
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud FoundryCloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud FoundryVMware Tanzu
 
apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...
apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...
apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...apidays
 
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...apidays
 
apidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relic
apidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relicapidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relic
apidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relicapidays
 
External should that be a microservice
External should that be a microserviceExternal should that be a microservice
External should that be a microserviceRohit Kelapure
 
Data to Consumer : end to end middleware capabilities
Data to Consumer : end to end middleware capabilitiesData to Consumer : end to end middleware capabilities
Data to Consumer : end to end middleware capabilitiesAsanka Abeysinghe
 
Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...
Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...
Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...VMware Tanzu
 
The Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led ConnectivityThe Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led ConnectivityMuleSoft
 
From Commit to Production in 10 Minutes… at a Century Old Insurance Company
From Commit to Production in 10 Minutes… at a Century Old Insurance CompanyFrom Commit to Production in 10 Minutes… at a Century Old Insurance Company
From Commit to Production in 10 Minutes… at a Century Old Insurance CompanyVMware Tanzu
 

What's hot (20)

Highly Available and Resilient Multi-Site Deployments Using Spinnaker
Highly Available and Resilient Multi-Site Deployments Using SpinnakerHighly Available and Resilient Multi-Site Deployments Using Spinnaker
Highly Available and Resilient Multi-Site Deployments Using Spinnaker
 
Securing Pivotal Platform at Prime Therapeutics
Securing Pivotal Platform at Prime TherapeuticsSecuring Pivotal Platform at Prime Therapeutics
Securing Pivotal Platform at Prime Therapeutics
 
Travelers 360 degree health assessment of microservices on the pivotal platform
Travelers 360 degree health assessment of microservices on the pivotal platformTravelers 360 degree health assessment of microservices on the pivotal platform
Travelers 360 degree health assessment of microservices on the pivotal platform
 
Cloud service api design rules presentation
Cloud service api design rules presentationCloud service api design rules presentation
Cloud service api design rules presentation
 
Should That Be a Microservice ?
Should That Be a Microservice ?Should That Be a Microservice ?
Should That Be a Microservice ?
 
Reimagining Customer Experiences Utilizing Pivotal Cloud Foundry
Reimagining Customer Experiences Utilizing Pivotal Cloud FoundryReimagining Customer Experiences Utilizing Pivotal Cloud Foundry
Reimagining Customer Experiences Utilizing Pivotal Cloud Foundry
 
The New Possible: How Platform-as-a-Service Changes the Game
 The New Possible: How Platform-as-a-Service Changes the Game The New Possible: How Platform-as-a-Service Changes the Game
The New Possible: How Platform-as-a-Service Changes the Game
 
Pattern Driven Enterprise Architecture
Pattern Driven Enterprise ArchitecturePattern Driven Enterprise Architecture
Pattern Driven Enterprise Architecture
 
Cloud Foundry Overview for GITPRO 2013
Cloud Foundry Overview for GITPRO 2013Cloud Foundry Overview for GITPRO 2013
Cloud Foundry Overview for GITPRO 2013
 
Tried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based MethodTried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based Method
 
Data Modernization for Spring-Based Microservices on Pivotal Platform
Data Modernization for Spring-Based Microservices on Pivotal PlatformData Modernization for Spring-Based Microservices on Pivotal Platform
Data Modernization for Spring-Based Microservices on Pivotal Platform
 
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud FoundryCloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
 
apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...
apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...
apidays LIVE New York 2021 - Supercharge microservices with Service Mesh by S...
 
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
 
apidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relic
apidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relicapidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relic
apidays LIVE Hong Kong 2021 - DevOps is Dead by Jason Esli, New Relic
 
External should that be a microservice
External should that be a microserviceExternal should that be a microservice
External should that be a microservice
 
Data to Consumer : end to end middleware capabilities
Data to Consumer : end to end middleware capabilitiesData to Consumer : end to end middleware capabilities
Data to Consumer : end to end middleware capabilities
 
Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...
Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...
Pivotal Digital Transformation Forum: Requirements to Deliver Innovation to M...
 
The Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led ConnectivityThe Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led Connectivity
 
From Commit to Production in 10 Minutes… at a Century Old Insurance Company
From Commit to Production in 10 Minutes… at a Century Old Insurance CompanyFrom Commit to Production in 10 Minutes… at a Century Old Insurance Company
From Commit to Production in 10 Minutes… at a Century Old Insurance Company
 

Similar to 360-Degree Health Assessment of Microservices on Pivotal Platform

Platform Health Assessment at Department of Homeland Security Citizenship and...
Platform Health Assessment at Department of Homeland Security Citizenship and...Platform Health Assessment at Department of Homeland Security Citizenship and...
Platform Health Assessment at Department of Homeland Security Citizenship and...VMware Tanzu
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdf
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdfThe Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdf
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdfkalichargn70th171
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...kalichargn70th171
 
Venkat Gunda - ITIL SO & ISTQB
Venkat Gunda - ITIL SO & ISTQBVenkat Gunda - ITIL SO & ISTQB
Venkat Gunda - ITIL SO & ISTQBVenkata Gunda
 
Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02Shetal Patel
 
IBM MobileFirst DevOps IEG DC Event
IBM MobileFirst DevOps IEG DC EventIBM MobileFirst DevOps IEG DC Event
IBM MobileFirst DevOps IEG DC EventRoger Snook
 
Top 8 Trends in Performance Engineering
Top 8 Trends in Performance EngineeringTop 8 Trends in Performance Engineering
Top 8 Trends in Performance EngineeringConvetit
 
Tufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience PlatformTufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience PlatformProlifics
 
How Long Does App Development Take
How Long Does App Development TakeHow Long Does App Development Take
How Long Does App Development TakeBaek Yongsun
 
IT Consultant
IT ConsultantIT Consultant
IT ConsultantM Wahab
 
AyyappaKumar_AutomationTesting
AyyappaKumar_AutomationTestingAyyappaKumar_AutomationTesting
AyyappaKumar_AutomationTestingAyyappa Kumar
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?DCG Software Value
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?Premios Group
 

Similar to 360-Degree Health Assessment of Microservices on Pivotal Platform (20)

Platform Health Assessment at Department of Homeland Security Citizenship and...
Platform Health Assessment at Department of Homeland Security Citizenship and...Platform Health Assessment at Department of Homeland Security Citizenship and...
Platform Health Assessment at Department of Homeland Security Citizenship and...
 
Enterprise Agile at Lockheed Martin - 4th February 2014
Enterprise Agile at Lockheed Martin - 4th February 2014Enterprise Agile at Lockheed Martin - 4th February 2014
Enterprise Agile at Lockheed Martin - 4th February 2014
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdf
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdfThe Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdf
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments.pdf
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
 
Sdlc phases
Sdlc phasesSdlc phases
Sdlc phases
 
Sdlc phases
Sdlc phasesSdlc phases
Sdlc phases
 
Venkat Gunda - ITIL SO & ISTQB
Venkat Gunda - ITIL SO & ISTQBVenkat Gunda - ITIL SO & ISTQB
Venkat Gunda - ITIL SO & ISTQB
 
Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02
 
IBM MobileFirst DevOps IEG DC Event
IBM MobileFirst DevOps IEG DC EventIBM MobileFirst DevOps IEG DC Event
IBM MobileFirst DevOps IEG DC Event
 
Top 8 Trends in Performance Engineering
Top 8 Trends in Performance EngineeringTop 8 Trends in Performance Engineering
Top 8 Trends in Performance Engineering
 
Tufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience PlatformTufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience Platform
 
How Long Does App Development Take
How Long Does App Development TakeHow Long Does App Development Take
How Long Does App Development Take
 
IT Consultant
IT ConsultantIT Consultant
IT Consultant
 
Haritha Resume
Haritha ResumeHaritha Resume
Haritha Resume
 
AyyappaKumar_AutomationTesting
AyyappaKumar_AutomationTestingAyyappaKumar_AutomationTesting
AyyappaKumar_AutomationTesting
 
Complementing Agile SDLC with Agile Architecture
Complementing Agile SDLC with Agile ArchitectureComplementing Agile SDLC with Agile Architecture
Complementing Agile SDLC with Agile Architecture
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?
 
Ravi_Nelluri_QA
Ravi_Nelluri_QARavi_Nelluri_QA
Ravi_Nelluri_QA
 
Neev Load Testing Services
Neev Load Testing ServicesNeev Load Testing Services
Neev Load Testing Services
 

More from VMware Tanzu

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItVMware Tanzu
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023VMware Tanzu
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleVMware Tanzu
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023VMware Tanzu
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductVMware Tanzu
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready AppsVMware Tanzu
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And BeyondVMware Tanzu
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023VMware Tanzu
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptxVMware Tanzu
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchVMware Tanzu
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishVMware Tanzu
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVMware Tanzu
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - FrenchVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023VMware Tanzu
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootVMware Tanzu
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerVMware Tanzu
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeVMware Tanzu
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsVMware Tanzu
 

More from VMware Tanzu (20)

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About It
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at Scale
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a Product
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready Apps
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And Beyond
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptx
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - French
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - English
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - English
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - French
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software Engineer
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs Practice
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
 

Recently uploaded

The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 

Recently uploaded (20)

The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 

360-Degree Health Assessment of Microservices on Pivotal Platform

  • 1. Travelers 360-Degree Health Assessment of Microservices on the Pivotal Platform October 7-10, 2019 Austin Convention Center 1
  • 2. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ 2 Introduction Nehal Gandhi Lead Architect Travelers Personal Insurance Rohit Kelapure Principal Solutions Architect Pivotal App Modernization
  • 3. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Agenda Overview of Travelers A 360 Degree Assessment Of Microservices & Platform Health Assessment Dimensions Application Health Check Results SRE Practices 3
  • 4. © 2019 The Travelers Indemnity Company. All rights reserved. Travelers Insurance Overview 4 • The largest writer of commercial property insurance in the United States. • The largest writer of workers compensation insurance in the United States. • Top three writer of personal insurance through independent agents in the United States, including number one in homeowners. • Total assets of approximately $105 billion, shareholder equity of approximately $23 billion and a total revenue of $30 billion. • A component of the Dow Jones Industrial average. • More than 30,000 employees. • Representatives in every U.S. state, Canada, the Republic of Ireland, the United Kingdom and at Lloyds.
  • 5. © 2019 The Travelers Indemnity Company. All rights reserved. Key Objectives and approach 5 Architecture Assessment – Assess alignment of the architecture with the Pivotal Platform Cloud – Native model – Assure the application architecture and roadmap is sustainable – Consider the validity of the application findings and recommendations  Production Stability and Business Capability Delivery – Gain confidence that the application will support the upcoming spike and cadence of feature releases – Prioritize key steps which could improve the stability, performance, and scalability of the applications • MaaS (Model As A Service) • Understand Current State • Define Objective and Key Results • Perform Architecture Retrospective • Assess Microservice Design and Pivotal Platform alignment • Identify Risks and Mitigation Strategies • Review Source Code • Assess Architecture Health • Align Engineering Metrics with SLO • Review Path to Production • 2 Weeks Onsite with Travelers Teams • Rohit Kelapure • Will Voorhees • Oleg Iavorskyi • PI Solution Architecture • Application Team Leads • Cloud Engineering Objectives Applications in Scope Approach Duration Pivotal Consultants Travelers Team
  • 6. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ PEOPLE How is your Development Team doing? Do they have the right mix of skills? Are they following the right methodologies? What are their process pains? Is the velocity trending correctly? APPLICATIONS Are your apps Service Level Objectives met in Production? What are the top performance constraints? What are the high priority implementation concerns? Is the architecture the right fit? PLATFORM Are the app teams able to leverage the capabilities of the platform as advised? What are the pain points with platform services? Is the Platform misconfigured ? A 360 Degree Assessment Of Your Applications
  • 7. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Balanced Team The platform team consists of a product manager and at least two platform engineers with a combination of infrastructure and software engineering skills. Does the team has all the tools and workstation infrastructure it needs for performing at a high velocity? Architecture Is the architecture tightly coupled? Are Microservices too fine grained? Is the architecture adding technical debt? Is the architecture tending in the right direction? Can it be extended easily? Assessment Dimensions Platform as a Product The platform’s capabilities change in response to the needs of its users. It is treated as a product that is inclusive of not only Pivotal Platform but all the services and integrations that make it a viable environment for applications to run. Process and Path to Production Developers are able to take full advantage of the platform via modern and optimized tools and processes. Does Devops and CI/CD follow the right set of processes? How is code promoted across environments? Change Management How does feature development work? What changes need to be made to the architecture and code for sustainability and evolution along the right dimensions? Top 3 things to bring the code and design in alignment with design principles. Monitoring and Metrics Establishing desired service behavior, measuring how the service is actually behaving, and correcting discrepancies. Examples: response latency, error or unanswered query rate, peak utilization of resources. Failure Mode Analysis Understand the impact of failure of critical external dependencies on the core service. Play out scenarios where there is partial or complete loss of business functionality and plan for appropriate countermeasures. Technical Debt Dependency Management and Library updates within the project. Is there a substantial bloat of libraries and third party dependencies in the project? Where is the technical debt accumulated in the components? Emergency Response Are run books in place to capture the right set of logs when a failure occurs? Does the development team follow a prescribed set of steps to triage and debug a problem in production? Are circuit breakers and other fallbacks in place to revert to a degraded functionality during failure? Performance Optimization Are the applications starting slowly? Applications not meeting their expected SLAs. Analysis of performance issues ranging from high memory allocation to increased latency and high CPU. Performance test plan evaluation.
  • 8.
  • 9. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Typical Outcomes Health Check ● Define Objectives and Key Results ● Assess Microservice design and Pivotal Platform Alignment ● Identify Architectural Risks and Concerns ● Assess Architecture Health and Engineering Practice Health ● Align Engineering Metrics with Service Level Indicators and Objectives ● Review Path To Production & Identify Gaps ● Develop Future Application Architecture Roadmap ● Remediate Application Code and Dependencies, Library anti-patterns ● Performance Baseline, Execution Plan, Tooling & Profiling ● Assist in setting up a performance environment and load harness with tests ● Opportunistic enhancements like JVM Level tuning ● Day 2 app support best practices recommendations ● Chaos Testing ● SRE Practices
  • 10. © 2019 The Travelers Indemnity Company. All rights reserved. Discovery and Framing 10
  • 11. © 2019 The Travelers Indemnity Company. All rights reserved. Discovery and Framing 11
  • 12. © 2019 The Travelers Indemnity Company. All rights reserved. Application Health Check Results (Part 1) 12
  • 13. © 2019 The Travelers Indemnity Company. All rights reserved. Application Health Check Results (Part 2) 13
  • 14. © 2019 The Travelers Indemnity Company. All rights reserved. Achievements 14 1. Comprehensive health check across 10 dimensions of an application in 2 weeks 2. Enabled the team to perform performance profiling of code for startup, CPU and latency 3. Resolved Performance Mystery from the November outage (High CPU utilization driving auto scaling). 4. Tuned threadpool settings, Garbage Collector for optimal throughput 5. Repeatable Saturation and endurance testing of application 6. Demonstrated > app can scale under sustained load keeping response times under SLO 7. Reduced classpath bloat and improved startup times with spring boot startup bench 8. Architecture/Code review resulted in significant findings that will setup the team for success 9. Cross collaboration across ICs and Dev teams to create ICU and dedicated RabbitMQ plans 10. Pairing on removing exceptions and errors reduced startup time 11. Outlined critical must fix items from platform and app perspective for application 12. Mob programming on performance analysis experiments led to a shared and deep understanding of the multi-threaded code and performance profiling patterns 13. Increased understanding of platform capabilities including Pivotal Platform Metrics and autoscaling policies 14. Pruned pom.xml to reduce classpath bloat 15. Analyzed Spring Cloud Stream upgrade and implementation for Cloudstream POC
  • 15. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Providing a Level of Service to Users ● What are SLIs and SLOs? ● Service Level Indicator (SLI) is a metric ○ Represents a specific user workflow ○ Common examples: request latency, error rate, throughput ● Service Level Objective (SLO) is a threshold ○ Threshold below which user needs are not being met for that workflow ■ This leads to unhappy users ○ For each SLI, we might establish a SLO
  • 16. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Platform Metrics Health & KPIs User Metrics Product Inception Feature Design Release Production Usage Release Viability Design Measure Previous releases define a baseline with which to establish appropriate success/failure thresholds Design feature success indicators Initial KPIs based on risks Explore user interactions • Combine Health and User metrics to define success criteria for a release, and use that success criteria to determine if the release is moving your product in the desired direction. • Some metrics can be measured instantaneously at release time, while others may need a longer period of active use to validate user behavior has been effectively changed by a release. • When you deploy a release onto the platform, you get Application events like starting, stopping, and crashing, Container resource utilization like CPU and memory, Application health monitoring based on a listening port or an HTTP response code
  • 17. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Application Metrics Dashboard
  • 18. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Balancing Reliability and Features SLI ≤ SLOz Release New Features Focus on Reliability Yes No
  • 19. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Site Reliability Engineering - Why are we doing this? ● Reliability is a product feature ● Users expect product to have features and they expect those features to work (nearly) all the time ● Inherent tension between having a reliable system and creating & deploying new features. ● New features = less reliability (Google says 70% of their outages caused by deploying changes) ● Users continually expect new features (and security patches)
  • 20. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Controlled Experiments – Chaos / Load A scientific procedure to test a hypothesis 1. Understand steady-state behavior first. (Look at four golden signals!) 2. Form a hypothesis about what happens to the steady-state behavior when exposed to an event. Pro-tip: identify a control group as well! 3. Introduce Chaos/Load in the experimental group 4. Test the hypothesis: compare the control group to the experimental group
  • 21. Unless otherwise indicated, these slides are © 2013-2019 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Simulating Failure - Use Caution Minimize Blast Radius: Try not to blow up everything ● Avoid undue harm ● Time-box your activities ● Scope to skirt total IaaS domain failure Embrace Risk: ● Explore component interactions ● Increase complexity as maturity deepens ● Maximize your potential https://cloud.rohitkelapure.com/2019/05/load-testing-tools.html https://cloud.rohitkelapure.com/2019/07/tools-to-create-chaos.html

Editor's Notes

  1. During our two weeks engagement with Pivotal, we started with Discovery and Framing phase, in this phase we 1. Created Story Backlogs prioritized by the goals & activities (that is shown on top right corner) 2. Performed Architecture Retrospective and assessed the application architecture holistically 3. Performed Fishbone Analysis to identify failure modes between microservices, queues and failure points for different applications. (that is shown on bottom right corner) 4. Performed Platform Health Check Activities which includes Reviewing of the current Rabbit MQ implementation of application and best practices, Reviewing of the Autoscaling Policies and Reviewing of Environment specific differences 5. Performed Application Source Code Review and Evaluated the upgrade impact of SpringBoot 2.0 and Java 11 and Dependencies 6. Defined Performance Plan and Isolation Segment Setup Inconsistence on response time for the apps Determine Root cause of performance drift Understand different CPU utilization across PCF instances 7. Talked about how we can leverge Pivotal Platform Metrics Dashboard for application monitoring
  2. During our two weeks engagement with Pivotal, we started with Discovery and Framing phase, in this phase we 1. Created Story Backlogs prioritized by the goals & activities (that is shown on top right corner) 2. Performed Architecture Retrospective and assessed the application architecture holistically 3. Performed Fishbone Analysis to identify failure modes between microservices, queues and failure points for different applications. (that is shown on bottom right corner) 4. Performed Platform Health Check Activities which includes Reviewing of the current Rabbit MQ implementation of application and best practices, Reviewing of the Autoscaling Policies and Reviewing of Environment specific differences 5. Performed Application Source Code Review and Evaluated the upgrade impact of SpringBoot 2.0 and Java 11 and Dependencies 6. Defined Performance Plan and Isolation Segment Setup Inconsistence on response time for the apps Determine Root cause of performance drift Understand different CPU utilization across PCF instances 7. Talked about how we can leverge Pivotal Platform Metrics Dashboard for application monitoring
  3. A 360 degree health assessment of our application reveals many interesting observations about our applications and platform, identify several key risks and received applicable recommendations from Pivotal Solution Architects. Instead of going over each of the Application Health Check dimension, I will try to focus on few dimensions in the interest of the time. First I would like to talk about Failure Mode Analysis dimension. In this dimension, we performed a failure mode testing where we were able to reproduce the issue we were facing in production due to thread pool exhaustion caused by resource contention leading to HIGH CPU. The risk identified for this dimension is that we would have to perform chaos testing with high load to reach break point, app cannot tolerate loss of RMQ and run in degrade mode for extended period of time. Latency autoscaling in PCF does not work for this application. The recommendation from Pivotal was to ● Tune size of the ForkJoin Threadpool = 10 ● Forkjoin Queue max depth = 10 ● HTTP Threadpool size = 100 ● Configure autoscaling to be CPU based [80, 160] with min, max instances set to [1,10] ● CallerRunsPolicy for ForkJoin pool Next dimension, I would like to talk about Technical Debt & Code Hygiene dimension. In this dimension, we discovered that application has a bloated classpath. Microservices are as big ~ 250MB and embed 5 app servers (netty, jetty, jersey, spark server & tomcat) The risk was that if time and resources are not spent in reducing the number and scope of dependencies then the apps will take longer to start and eventually auto-scaling will not work. Need to speed up inner loop of development. The recommendation was to ● Eliminate Shared Service Library ● Eliminate and prune external dependencies ● Migrate to Spring Boot 2.x and Java 8u11 ● Apps should be run and profiled in local sandbox with all service dependencies ● Set a threshold on size of app jars in CI pipeline to stop third party library proliferation Monitoring and Metrics Establishing desired service behavior, measuring how the service is actually behaving, and correcting discrepancies. Assessment of Monitoring & Metrics reveals that we were using too many tools to monitor our applications and it was causing confusion in identifying the root cause of the issue. Recommendations was to reduce the number of monitoring tools and use PCF metrics along with Dynatrace or similar Application Performance Monitoring tool for root cause analysis. Failure Mode Analysis Understand the impact of failure of critical external dependencies on the core service. Play out scenarios where there is partial or complete loss of business functionality and plan for appropriate countermeasures. Assessment of Failure Mode Analysis reveals that we should perform chaos testing with high load to identify the failure impact such as application can’t tolerate loss of Rabbit MQ …. Technical Debt Dependency Management and Library updates within the project. Is there a substantial bloat of libraries and third party dependencies in the project? Where is the technical debt accumulated in the components? Assessment of Technical Debt reveals that application has been bloated due to inclusion of the various dependencies jars which are not being lev… Emergency Response Are run books in place to capture the right set of logs when a failure occurs? Does the development team follow a prescribed set of steps to triage and debug a problem in production? Are circuit breakers and other fallbacks in place to revert to a degraded functionality during failure? Assessment of Technical Debt reveals that we would need to have an automated when of collecting the CPU thread and heat dumps when CPU is experiencing high utilization. Performance Optimization Are the applications starting slowly? Applications not meeting their expected SLAs. Analysis of performance issues ranging from high memory allocation to increased latency and high CPU. Performance test plan evaluation. Assessment of Performance Optimization reveals that application was CPU constrained due to unmanaged threads. Proper Optimization of the size of the thread pools are necessary to drive the performance along with use of correct garbage collector. Local profiling of the application is very important to understand the thread utilization which can be achieved by using Visual VM and Jmeter tools.
  4. Next dimension, I would like to focus is about Architecture dimension. This dimension reveals that our Microservices are at the right level of granularity; however there is tight coupling and unnecessary big data dependencies present in code. The risk that is identified that there is considerable sharing of service libraries between microservices leading to tight coupling. Shared service library is a monolith that is dragged into each service. Big data dependencies are leading to monoliths. Standalone mode execution jar should run locally, on Spark and Cloud Foundry The recommendation was to ● Eliminate the core service library sharing between microservices ● Decouple model execution in app from Hadoop and Spark to decompose dark mode functionality ● Reduce exceptions and errors at startup. Reduce startup < 30s ● Use BOSH DNS to remove SCS overhead Architecture Is the architecture tightly coupled? Are Microservices too fine grained? Is the architecture adding technical debt? Is the architecture tending in the right direction? Can it be extended easily? Assessment of Architecture, uncovers our implementation of Micro Services were at the right level, however there was tight coupling between them due to sharing of the core framework library which made our application big due to incorporation of unnecessary dependency components …. Change Management How does feature development work? What changes need to be made to the architecture and code for sustainability and evolution along the right dimensions? Top 3 things to bring the code and design in alignment with design principles Assessment of Change Management, Platform as a Product The platform’s capabilities change in response to the needs of its users. It is treated as a product that is inclusive of not only Pivotal Platform but all the services and integrations that make it a viable environment for applications to run. Assessment of Platform as Product, reveals that Balanced Team The platform team consists of a product manager and at least two platform engineers with a combination of infrastructure and software engineering skills. Does the team has all the tools and workstation infrastructure it needs for performing at a high velocity? Process and Path to Production Developers are able to take full advantage of the platform via modern and optimized tools and processes. Does Devops and CI/CD follow the right set of processes? How is code promoted across environments?
  5. We made a great progress in achieving the objectives that we set at the beginning of two weeks engagements. I would like highlights some of the achievements that we accomplished from 360 Degree Health Assessment: (2) Our team has started doing local profiling of the application from startup, CPU and latency perspective before deploying to cloud for performance testing using Visual VM and Jmeter tool (3 and 4) We resolved the performance mystery from the Production outage by implementing manage thread strategy and right sizing our Threadpool settings (5) Got consistent result of our performance testing by running in isolation segment setup (6) Demonstrated > app can scale under sustained load keeping response times under SLO (7) Reduced the overall application size and improved the startup time by 50% by reducing the classpath bloating, removing unnecessary exceptions and errors, pruning pom.xml.
  6. Understanding what users want of your service helps to inform SLIs Be careful not to select too many so as not to be able to focus on what users really care about
  7. The cost of increasing reliability is two-fold: Cost of extra hardware, software, licenses (for redundancy) Opportunity cost of not working on new features
  8. Benefits