Artwork

ObjectSharp에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 ObjectSharp 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!

Serverless Architecture: Applications Without the Pain of Infrastructure

39:35
 
공유
 

Manage episode 312585537 series 3238718
ObjectSharp에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 ObjectSharp 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

In this episode we’re talking with ObjectSharp Principal Consultant Dave Judd all about Serverless architecture and how you can start building applications with Azure Functions and without the pain of managing infrastructure. If you've been curious about Serverless and how it fits in with discussions around microservices, this is a great episode to check out. Listen and enjoy!

Minutes

  • 0:30 - Jeff Zado introduces the show and the topic of Serverless (PaaS) vs Microservices
  • 2:30 - Dave Judd introduces himself
  • 2:55 - Dave discusses what is meant by “serverless”
  • 3:30 - Dave discusses serverless vs. microservices / Kubernetes and when you might choose one architecture over another
  • 6:30 - Dave discusses what’s motivating a transition to serverless, including multiple language support and consumption based pricing
  • 7:00 - Dave discusses how the three major cloud vendors (Microsoft Azure, Google Cloud, AWS) are following similar patterns
  • 8:00 - Dave talks about auto-scaling on serverless platforms and global high availability that comes with PaaS
  • 10:00 - Dave compares Serverless Functions to Microservices
  • 13:20 - Dave talks about how serverless allows you to model your systems to how things actually behave in the real-world, with event-driven / reactive-based architecture
  • 14:00 - Dave discusses serverless in Azure, specifically Functions, Event Grid (and the Cloud Event Schema), and Cosmos DB
  • 16:30 - Dave talks about managing state in a serverless world
  • 18:00 - Dave, Jeff and Nick talk about fanning out thousands of functions to do massive processing in parallel, scaling just the pieces that are needed at a given time as opposed to scaling an entire application with a serverless orchestrator, granular tweaking of performance and cost
  • 20:45 - Jeff and Dave talk about performance improvements in serverless runtimes and relative speeds in spinning up functions
  • 22:00 - Dave talks about vendor lock-in and whether its potentially illusory in some cases
  • 23:00 - Nick and Dave talk about how serverless also enables cross-language collaboration on developer teams and the benefits for engineering managers
  • 24:30 - Dave compares serverless offerings on Azure to AWS and Google Cloud
  • 25:30 - Dave talks about how serverless can be used not only for new greenfield applications but also to augment older legacy or brownfield monolithic application
  • 27:30 - Dave discusses some examples of implementing serverless in the real world, specifically in the fintech sector
  • 30:32 - Jeff talks about how the example of the implementation for the fintech company enabled innovation with even better profitability and more calculated costs
  • 32:50 - Nick asks Dave to provide a reality check and Dave discusses some issues to consider when moving to a serverless architecture - because everything’s a function, there’s more to manage and consider re deployment of functions that work as a group, versioning and security
  • 35:28 - Dave also talks about observability, logging, metrics and analytics and how important that is in a serverless architecture to ensure application resiliency and debug issues that might arise
  continue reading

21 에피소드

Artwork
icon공유
 
Manage episode 312585537 series 3238718
ObjectSharp에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 ObjectSharp 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

In this episode we’re talking with ObjectSharp Principal Consultant Dave Judd all about Serverless architecture and how you can start building applications with Azure Functions and without the pain of managing infrastructure. If you've been curious about Serverless and how it fits in with discussions around microservices, this is a great episode to check out. Listen and enjoy!

Minutes

  • 0:30 - Jeff Zado introduces the show and the topic of Serverless (PaaS) vs Microservices
  • 2:30 - Dave Judd introduces himself
  • 2:55 - Dave discusses what is meant by “serverless”
  • 3:30 - Dave discusses serverless vs. microservices / Kubernetes and when you might choose one architecture over another
  • 6:30 - Dave discusses what’s motivating a transition to serverless, including multiple language support and consumption based pricing
  • 7:00 - Dave discusses how the three major cloud vendors (Microsoft Azure, Google Cloud, AWS) are following similar patterns
  • 8:00 - Dave talks about auto-scaling on serverless platforms and global high availability that comes with PaaS
  • 10:00 - Dave compares Serverless Functions to Microservices
  • 13:20 - Dave talks about how serverless allows you to model your systems to how things actually behave in the real-world, with event-driven / reactive-based architecture
  • 14:00 - Dave discusses serverless in Azure, specifically Functions, Event Grid (and the Cloud Event Schema), and Cosmos DB
  • 16:30 - Dave talks about managing state in a serverless world
  • 18:00 - Dave, Jeff and Nick talk about fanning out thousands of functions to do massive processing in parallel, scaling just the pieces that are needed at a given time as opposed to scaling an entire application with a serverless orchestrator, granular tweaking of performance and cost
  • 20:45 - Jeff and Dave talk about performance improvements in serverless runtimes and relative speeds in spinning up functions
  • 22:00 - Dave talks about vendor lock-in and whether its potentially illusory in some cases
  • 23:00 - Nick and Dave talk about how serverless also enables cross-language collaboration on developer teams and the benefits for engineering managers
  • 24:30 - Dave compares serverless offerings on Azure to AWS and Google Cloud
  • 25:30 - Dave talks about how serverless can be used not only for new greenfield applications but also to augment older legacy or brownfield monolithic application
  • 27:30 - Dave discusses some examples of implementing serverless in the real world, specifically in the fintech sector
  • 30:32 - Jeff talks about how the example of the implementation for the fintech company enabled innovation with even better profitability and more calculated costs
  • 32:50 - Nick asks Dave to provide a reality check and Dave discusses some issues to consider when moving to a serverless architecture - because everything’s a function, there’s more to manage and consider re deployment of functions that work as a group, versioning and security
  • 35:28 - Dave also talks about observability, logging, metrics and analytics and how important that is in a serverless architecture to ensure application resiliency and debug issues that might arise
  continue reading

21 에피소드

모든 에피소드

×
 
Loading …

플레이어 FM에 오신것을 환영합니다!

플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.

 

빠른 참조 가이드