SlideShare a Scribd company logo
1 of 31
Making the Right Decision for Your Workload
Ashok Kumar
ashok.kumar2@comviva.com
Demystifying Serverless
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
 Serverless 101
 State of Serverless in CNCF
 Serverless use cases
 Demo
 Serverless v/s container
 Function into apps
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
What is Serverless?
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Compute Without Server
 Run code without managing infra
 Pay only for resources used
 Event driven invocation
 Stateless
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
What is Serverless?
Serverless is lightweight event-based microservices.
-Google Functions
Serverless is the native architecture of the cloud that enables you to shift
more of your operational responsibilities to AWS, increasing your agility
and innovation. Serverless allows you to build and run applications and
services without thinking about servers.
- AWS
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
What is Serverless
 No Servers to provision or manage
 Automatically scales with usage
 Never pay for idle
 HA
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
History of Serverless
 2012 -used to describe BaaS and Continuous Integration services run by third parties
 2014 -AWS launched Lambda
 2015 -AWS launched API Gateway
 2016 - Serverless Conference & GCP, Azure , IBM etc .. FaaS offerings GA
 2017 - Serverless Framework released
• 2020- 202X - Edge Functions , Cloudflare Workers and Other cloud providers continue
to enhance
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Serverless SRM
Source: unraveldata.com
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Market Serverless Offerings
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Offerings
Comparison
Source: simform.com
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
State of Serverless in CNCF is Serverless
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
State of Serverless in CNCF is Serverless
Source: https://landscape.cncf.io/serverless?zoom=150
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
State of Serverless in CNCF is Serverless
Source: https://landscape.cncf.io/format=serverless
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Serverless Application Use Cases
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Web Applications and Backends
Reference Architecture: Sample code
Example: Weather application
https://github.com/aws-samples/lambda-refarch-webapp
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Batch Application
Source: AWS
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Data processing
Reference Architecture: Sample code
Example: Image Thumbnail Creation
https://github.com/awslabs/lambda-refarch-fileprocessing
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Event Driven Application
 Event Triggers
 Faster Start-up time
 Event Based Triggers
 Stateless
 Cloud Vendor Based
 Pricing
Source: AWS
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Demo
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
source: https://dev.to/jignesh_simform
What is Container
 Standard unit of software that packages up code and all its dependencies
 Application runs quickly and reliably from one computing environment to another
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
FaaS vs PaaS
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Container Orchestration Engine
 Container orchestration engine automates deploying, scaling,
managing containerized application on a group of the servers.
 It is known as COE.
• Clustering
• Scheduling
• Scalability
• LB
• Fault tolerance
• Deployment
COE Enables
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
When to use Serverless?
When to use k8s?
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Source: medium
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Serverless vs Container
Serverless
• Container technology enables you to
scale
• Containers are vendor-agnostic
• Full flexibility and control
• provide tools for scaling and monitoring
instances based on defined metrics
Container
Superpower - Easier to
onboard focus on solving
business problem from
get go
Superpower - Complete control of
environment rich echo system
• Minimum overhead
• Requires minimal infrastructure
provisioning
• As you pay per function execution
• no worry about scalability
• Vendor Lock-In
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Serverless vs Container
Serverless
• Data inside a container disappears
forever
• Applications that don’t require a
graphical interface
• Portability
• Complexity in Some Scenarios
Container
• “black box” technology
• Application grows, the complexity of
troubleshooting explodes
• Cold Start Latency
• Sometimes can be Very tricky to get right
and typically requires significant upfront
human resource costs
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
CBA
3 million/month ,512 Memory, 300 ms execution
time , Unpredictable traffic
$7.67/month
90 million/month ,512 Memory, 250 ms execution
time , predictable traffic
= $230/month
Serverless
3 million/month ,512 Memory, 300 ms
execution time , Unpredictable traffic
$148.67/month (CP) + $15 (t3.small worker
node) = $163.67/month
(cost will increase during higher spike coz of
scaling)
90 million/month ,512 Memory, 250 ms
execution time , predictable traffic
$148.67/month (CP) + $29 (t3.medium worker
node) = $177.67/month
Container
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Functions into apps
 I want to sequence functions
 I want to select functions based on data
 I want to retry functions
 I want try/catch/finally
 I have code that runs for hours
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
Q&A
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
THANK YOU
ashok.qlo.in | ashok.kumar2@comviva.com
26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​

More Related Content

Similar to Demystifying Serverless: Making the Right Decision for Your Workload

Microservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SREMicroservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SREAraf Karsh Hamid
 
The Future of Serverless
The Future of ServerlessThe Future of Serverless
The Future of ServerlessWSO2
 
Who's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State MonitoringWho's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State MonitoringKevin Hakanson
 
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud ServicesGIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud ServicesPatrick Chanezon
 
AWS Serverless Introduction (Lambda)
AWS Serverless Introduction (Lambda)AWS Serverless Introduction (Lambda)
AWS Serverless Introduction (Lambda)Ashish Kushwaha
 
Microservices Architecture, Monolith Migration Patterns
Microservices Architecture, Monolith Migration PatternsMicroservices Architecture, Monolith Migration Patterns
Microservices Architecture, Monolith Migration PatternsAraf Karsh Hamid
 
When to use serverless computing.pdf
When to use serverless computing.pdfWhen to use serverless computing.pdf
When to use serverless computing.pdfseo18
 
Cloud Native Apps
Cloud Native AppsCloud Native Apps
Cloud Native AppsDavid Chou
 
The Rise of Serverless Architecture in Web Development.docx
The Rise of Serverless Architecture in Web Development.docxThe Rise of Serverless Architecture in Web Development.docx
The Rise of Serverless Architecture in Web Development.docxSavior_Marketing
 
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...Yoichi Kawasaki
 
Reimagine Application Modernization with Serverless Architecture
Reimagine Application Modernization with Serverless ArchitectureReimagine Application Modernization with Serverless Architecture
Reimagine Application Modernization with Serverless ArchitectureOpteamix LLC
 
The State of Serverless Computing | AWS Public Sector Summit 2017
The State of Serverless Computing | AWS Public Sector Summit 2017The State of Serverless Computing | AWS Public Sector Summit 2017
The State of Serverless Computing | AWS Public Sector Summit 2017Amazon Web Services
 
Modern Architecture in the Cloud of 2018
Modern Architecture in the Cloud of 2018Modern Architecture in the Cloud of 2018
Modern Architecture in the Cloud of 2018Marius Zaharia
 
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)Manoj Kumar
 
Comparative studies of Serverless architecture
Comparative studies of Serverless architectureComparative studies of Serverless architecture
Comparative studies of Serverless architectureIRJET Journal
 
AWS Canberra WWPS Summit 2013 - AWS for Test and Development
AWS Canberra WWPS Summit 2013 - AWS for Test and DevelopmentAWS Canberra WWPS Summit 2013 - AWS for Test and Development
AWS Canberra WWPS Summit 2013 - AWS for Test and DevelopmentAmazon Web Services
 
Full lifecycle of a microservice
Full lifecycle of a microserviceFull lifecycle of a microservice
Full lifecycle of a microserviceLuigi Bennardis
 
Azure Spring Cloud Workshop - June 17, 2020
Azure Spring Cloud Workshop - June 17, 2020Azure Spring Cloud Workshop - June 17, 2020
Azure Spring Cloud Workshop - June 17, 2020VMware Tanzu
 
SMC301 The State of Serverless Computing
SMC301 The State of Serverless ComputingSMC301 The State of Serverless Computing
SMC301 The State of Serverless ComputingAmazon Web Services
 

Similar to Demystifying Serverless: Making the Right Decision for Your Workload (20)

Microservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SREMicroservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices Docker Kubernetes Istio Kanban DevOps SRE
 
The Future of Serverless
The Future of ServerlessThe Future of Serverless
The Future of Serverless
 
Who's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State MonitoringWho's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State Monitoring
 
Serverless Architecture
Serverless ArchitectureServerless Architecture
Serverless Architecture
 
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud ServicesGIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
 
AWS Serverless Introduction (Lambda)
AWS Serverless Introduction (Lambda)AWS Serverless Introduction (Lambda)
AWS Serverless Introduction (Lambda)
 
Microservices Architecture, Monolith Migration Patterns
Microservices Architecture, Monolith Migration PatternsMicroservices Architecture, Monolith Migration Patterns
Microservices Architecture, Monolith Migration Patterns
 
When to use serverless computing.pdf
When to use serverless computing.pdfWhen to use serverless computing.pdf
When to use serverless computing.pdf
 
Cloud Native Apps
Cloud Native AppsCloud Native Apps
Cloud Native Apps
 
The Rise of Serverless Architecture in Web Development.docx
The Rise of Serverless Architecture in Web Development.docxThe Rise of Serverless Architecture in Web Development.docx
The Rise of Serverless Architecture in Web Development.docx
 
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
 
Reimagine Application Modernization with Serverless Architecture
Reimagine Application Modernization with Serverless ArchitectureReimagine Application Modernization with Serverless Architecture
Reimagine Application Modernization with Serverless Architecture
 
The State of Serverless Computing | AWS Public Sector Summit 2017
The State of Serverless Computing | AWS Public Sector Summit 2017The State of Serverless Computing | AWS Public Sector Summit 2017
The State of Serverless Computing | AWS Public Sector Summit 2017
 
Modern Architecture in the Cloud of 2018
Modern Architecture in the Cloud of 2018Modern Architecture in the Cloud of 2018
Modern Architecture in the Cloud of 2018
 
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
 
Comparative studies of Serverless architecture
Comparative studies of Serverless architectureComparative studies of Serverless architecture
Comparative studies of Serverless architecture
 
AWS Canberra WWPS Summit 2013 - AWS for Test and Development
AWS Canberra WWPS Summit 2013 - AWS for Test and DevelopmentAWS Canberra WWPS Summit 2013 - AWS for Test and Development
AWS Canberra WWPS Summit 2013 - AWS for Test and Development
 
Full lifecycle of a microservice
Full lifecycle of a microserviceFull lifecycle of a microservice
Full lifecycle of a microservice
 
Azure Spring Cloud Workshop - June 17, 2020
Azure Spring Cloud Workshop - June 17, 2020Azure Spring Cloud Workshop - June 17, 2020
Azure Spring Cloud Workshop - June 17, 2020
 
SMC301 The State of Serverless Computing
SMC301 The State of Serverless ComputingSMC301 The State of Serverless Computing
SMC301 The State of Serverless Computing
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 

Demystifying Serverless: Making the Right Decision for Your Workload

  • 1. Making the Right Decision for Your Workload Ashok Kumar ashok.kumar2@comviva.com Demystifying Serverless 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 2.  Serverless 101  State of Serverless in CNCF  Serverless use cases  Demo  Serverless v/s container  Function into apps 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 3. What is Serverless? 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 4. Compute Without Server  Run code without managing infra  Pay only for resources used  Event driven invocation  Stateless 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 5. What is Serverless? Serverless is lightweight event-based microservices. -Google Functions Serverless is the native architecture of the cloud that enables you to shift more of your operational responsibilities to AWS, increasing your agility and innovation. Serverless allows you to build and run applications and services without thinking about servers. - AWS 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 6. What is Serverless  No Servers to provision or manage  Automatically scales with usage  Never pay for idle  HA 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 7. History of Serverless  2012 -used to describe BaaS and Continuous Integration services run by third parties  2014 -AWS launched Lambda  2015 -AWS launched API Gateway  2016 - Serverless Conference & GCP, Azure , IBM etc .. FaaS offerings GA  2017 - Serverless Framework released • 2020- 202X - Edge Functions , Cloudflare Workers and Other cloud providers continue to enhance 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 8. Serverless SRM Source: unraveldata.com 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 9. Market Serverless Offerings 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 10. Offerings Comparison Source: simform.com 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 11. State of Serverless in CNCF is Serverless 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 12. State of Serverless in CNCF is Serverless Source: https://landscape.cncf.io/serverless?zoom=150 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 13. State of Serverless in CNCF is Serverless Source: https://landscape.cncf.io/format=serverless 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 14. Serverless Application Use Cases 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 15. Web Applications and Backends Reference Architecture: Sample code Example: Weather application https://github.com/aws-samples/lambda-refarch-webapp 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 16. Batch Application Source: AWS 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 17. Data processing Reference Architecture: Sample code Example: Image Thumbnail Creation https://github.com/awslabs/lambda-refarch-fileprocessing 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 18. Event Driven Application  Event Triggers  Faster Start-up time  Event Based Triggers  Stateless  Cloud Vendor Based  Pricing Source: AWS 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 19. Demo 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 20. 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​ source: https://dev.to/jignesh_simform
  • 21. What is Container  Standard unit of software that packages up code and all its dependencies  Application runs quickly and reliably from one computing environment to another 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 22. FaaS vs PaaS 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 23. Container Orchestration Engine  Container orchestration engine automates deploying, scaling, managing containerized application on a group of the servers.  It is known as COE. • Clustering • Scheduling • Scalability • LB • Fault tolerance • Deployment COE Enables 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 24. When to use Serverless? When to use k8s? 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 25. Source: medium 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 26. Serverless vs Container Serverless • Container technology enables you to scale • Containers are vendor-agnostic • Full flexibility and control • provide tools for scaling and monitoring instances based on defined metrics Container Superpower - Easier to onboard focus on solving business problem from get go Superpower - Complete control of environment rich echo system • Minimum overhead • Requires minimal infrastructure provisioning • As you pay per function execution • no worry about scalability • Vendor Lock-In 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 27. Serverless vs Container Serverless • Data inside a container disappears forever • Applications that don’t require a graphical interface • Portability • Complexity in Some Scenarios Container • “black box” technology • Application grows, the complexity of troubleshooting explodes • Cold Start Latency • Sometimes can be Very tricky to get right and typically requires significant upfront human resource costs 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 28. CBA 3 million/month ,512 Memory, 300 ms execution time , Unpredictable traffic $7.67/month 90 million/month ,512 Memory, 250 ms execution time , predictable traffic = $230/month Serverless 3 million/month ,512 Memory, 300 ms execution time , Unpredictable traffic $148.67/month (CP) + $15 (t3.small worker node) = $163.67/month (cost will increase during higher spike coz of scaling) 90 million/month ,512 Memory, 250 ms execution time , predictable traffic $148.67/month (CP) + $29 (t3.medium worker node) = $177.67/month Container 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 29. Functions into apps  I want to sequence functions  I want to select functions based on data  I want to retry functions  I want try/catch/finally  I have code that runs for hours 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 30. Q&A 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​
  • 31. THANK YOU ashok.qlo.in | ashok.kumar2@comviva.com 26-MAY-2023 ​ | 8th World DevOps Summit Bangalore ​