Intro to Service Meshes: Data Planes, Control Planes, and More

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • Armon Dadgar (@armon), HashiCorp CTO and co-founder joins Aaron Schlesinger (@arschles) to school him on all things service meshes. You'll understand what a service mesh actually does, when and why it makes sense to use them, the role of observability, and the differences between data planes and control planes (and what's relevant to app developers).
    Armon makes concepts real with specific examples and analogies, Aaron sees how to easily apply it to his favorite project (Kubernetes, of course) and they sign off with their favorite resources, so you can apply to your apps.
    00:30 What is a service mesh?
    01:26 Do I need a service mesh?
    02:41 The role of observability
    03:36 Control planes vs data planes
    05:50 Service Mesh + Kubernetes
    Learn more:
    opensource.microsoft.com/
    Create a free Azure account:
    www.aka.ms/OpenSourceShow/14
    Read Azure Kubernetes Service-HashiCorp Consul blog:
    Part I:
    cloudblogs.microsoft.com/open...
    case-modern-service-discovery-consul-azure-part-1/
    Part II:
    cloudblogs.microsoft.com/open...
    case-modern-service-mesh-consul-microsoft-azure-part-2/
    Check out Azure Friday featuring HashiCorp:
    • Using HashiCorp Consul...
    Visit HashiCorp resources:
    HashiCorp Consul:
    www.consul.io/
    HashiCorp Getting Started Tutorials:
    learn.hashicorp.com/
    Watch our episode on Instrumenting Observability:
    www.aka.ms/OpenSourceShow/Ins...
  • НаукаНаука

Комментарии • 6

  • @NateB
    @NateB 4 года назад +17

    I came here for the explanation of the difference between Data Planes and Control planes, and I leave here satisfied.
    03:36 Control planes vs data planes
    I think it borrows a bit from terms used by guys who used to work a lot with networking hardware.
    In networking, there's a Data Plane (Or User Plane), Control Plane, and Management plane, largely analogous to the way Armand explained the Data Plane and Control Plane.

    • @isaurabh2001
      @isaurabh2001 4 года назад

      First I crashed into networking dataplane. Then I came to know, they are different.

  • @smkjason
    @smkjason 2 года назад

    Amazing explanation. Thanks a ton.

  • @8Trails50
    @8Trails50 3 года назад

    armon is the goat

  • @johnnyc0707
    @johnnyc0707 4 года назад

    well done Armon!

  • @danl.2626
    @danl.2626 2 года назад

    To brutally simplify, the control plane is the metadata central, while the data plane is where the data lives.