Artwork

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

Microservices and Orchestration with Kubernetes and Docker

34:46
 
공유
 

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

This month we’re talking with Shane Castle and Gui Martins about Kubernetes: how it’s enabling the effective orchestration and management of cloud-first microservices and architectures like service mesh, and what that means for your business.

Minutes

  • 0:30 - Introduction to the show
  • 0:53 - Gui Martins and Shane Castle introduce themselves
  • 1:50 - Jeff gives an overview of the podcast
  • 2:15 - Jeff introduces the topic of Microservices and Kubernetes
  • 3:00 - Shane discusses what Microservices are and why they came to be influential vs monolith approaches to applications
  • 4:14 - Shane discusses why Microservices became so popular, discussing the example of Netflix vs Blockbuster
  • 6:20 - Gui discusses the technical problems solved by Microservices with a funny analogy of pets vs. cattle - you don’t have to change everything to deliver a new service; your changes can be much smaller, which allows you to go to market faster
  • 9:30 - Gui answers a question from Jeff re the end of maintenance windows and discusses how Microservices allow for greater application resiliency because there can be multiple instances of services running simultaneously and scaled up or down on demand
  • 11:15 - Nick asks Gui and Shane to discuss the core technologies that are relevant to developing and orchestrating Microservices today given the fast pace of developments in this area
  • 12:00 - Shane discusses container technology and how it changed the game from virtual machines
  • 13:45 - Shane discusses the role that Kubernetes plays in managing Docker and other containers - it’s the operating system for multiple machines
  • 14:33 - Gui talks about the problems that Kubernetes specifically aims to solve - the publication and communication of many Microservices across regions, etc.
  • 16:15 - Gui talks about the additional layer of complexity that comes with managing Microservices with Kubernetes
  • 17:30 - Gui talks about the open source nature of Kubernetes and how all of the main cloud players are now supporting it
  • 18:22 - Shane talks about the end of the “orchestration wars” and how Kubernetes has now emerged as the clear winner
  • 20:00 - Shane and Gui discuss some of the ways companies are applying Kubernetes in the real world today
  • 21:20 - Gui talks about service mesh and general practices about moving from monolithic / SOA architectures to a service mesh architecture
  • 22:30 - Shane talks about how migration to Microservices works for most companies, specifically by Docker-izing a core application and moving it into a Kubernetes cluster
  • 23:55 - Shane talks about service mesh and mentions the comparison to Serverless architecture
  • 24:30 - Shane discusses the difference between Serverless (PaaS) and Kubernetes and why you might choose one vs the other
  • 26:00 - Shane discusses how Azure Functions are available on Kubernetes now
  • 27:00 - Shane and Nick talk about what the fact that Azure Functions are available on Kubernetes means for issues of vendor lock-in
  • 28:00 - Reality check - Nick asks the panel to discuss common pain points and stumbling blocks, etc. in working with Kubernetes and what are some strategies being used to overcome them in the real world
  • 29:00 - Gui talks about the ease of deploying through Kubernetes and how without careful management and governance of Microservices that can lead to issues with security, cost overruns, etc.
  • 32:00 - Shane talks about the issue of observability and the need for good instrumentation, metrics, analytics and dashboards
  • 32:30 - Nick and Jeff wrap up the show
  continue reading

21 에피소드

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

This month we’re talking with Shane Castle and Gui Martins about Kubernetes: how it’s enabling the effective orchestration and management of cloud-first microservices and architectures like service mesh, and what that means for your business.

Minutes

  • 0:30 - Introduction to the show
  • 0:53 - Gui Martins and Shane Castle introduce themselves
  • 1:50 - Jeff gives an overview of the podcast
  • 2:15 - Jeff introduces the topic of Microservices and Kubernetes
  • 3:00 - Shane discusses what Microservices are and why they came to be influential vs monolith approaches to applications
  • 4:14 - Shane discusses why Microservices became so popular, discussing the example of Netflix vs Blockbuster
  • 6:20 - Gui discusses the technical problems solved by Microservices with a funny analogy of pets vs. cattle - you don’t have to change everything to deliver a new service; your changes can be much smaller, which allows you to go to market faster
  • 9:30 - Gui answers a question from Jeff re the end of maintenance windows and discusses how Microservices allow for greater application resiliency because there can be multiple instances of services running simultaneously and scaled up or down on demand
  • 11:15 - Nick asks Gui and Shane to discuss the core technologies that are relevant to developing and orchestrating Microservices today given the fast pace of developments in this area
  • 12:00 - Shane discusses container technology and how it changed the game from virtual machines
  • 13:45 - Shane discusses the role that Kubernetes plays in managing Docker and other containers - it’s the operating system for multiple machines
  • 14:33 - Gui talks about the problems that Kubernetes specifically aims to solve - the publication and communication of many Microservices across regions, etc.
  • 16:15 - Gui talks about the additional layer of complexity that comes with managing Microservices with Kubernetes
  • 17:30 - Gui talks about the open source nature of Kubernetes and how all of the main cloud players are now supporting it
  • 18:22 - Shane talks about the end of the “orchestration wars” and how Kubernetes has now emerged as the clear winner
  • 20:00 - Shane and Gui discuss some of the ways companies are applying Kubernetes in the real world today
  • 21:20 - Gui talks about service mesh and general practices about moving from monolithic / SOA architectures to a service mesh architecture
  • 22:30 - Shane talks about how migration to Microservices works for most companies, specifically by Docker-izing a core application and moving it into a Kubernetes cluster
  • 23:55 - Shane talks about service mesh and mentions the comparison to Serverless architecture
  • 24:30 - Shane discusses the difference between Serverless (PaaS) and Kubernetes and why you might choose one vs the other
  • 26:00 - Shane discusses how Azure Functions are available on Kubernetes now
  • 27:00 - Shane and Nick talk about what the fact that Azure Functions are available on Kubernetes means for issues of vendor lock-in
  • 28:00 - Reality check - Nick asks the panel to discuss common pain points and stumbling blocks, etc. in working with Kubernetes and what are some strategies being used to overcome them in the real world
  • 29:00 - Gui talks about the ease of deploying through Kubernetes and how without careful management and governance of Microservices that can lead to issues with security, cost overruns, etc.
  • 32:00 - Shane talks about the issue of observability and the need for good instrumentation, metrics, analytics and dashboards
  • 32:30 - Nick and Jeff wrap up the show
  continue reading

21 에피소드

모든 에피소드

×
 
Loading …

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

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

 

빠른 참조 가이드

탐색하는 동안 이 프로그램을 들어보세요.
재생