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

preview_player
Показать описание

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:

Create a free Azure account:

Read Azure Kubernetes Service-HashiCorp Consul blog:
Part I:
case-modern-service-discovery-consul-azure-part-1/

Part II:
case-modern-service-mesh-consul-microsoft-azure-part-2/

Check out Azure Friday featuring HashiCorp:

Visit HashiCorp resources:
HashiCorp Consul:
HashiCorp Getting Started Tutorials:

Watch our episode on Instrumenting Observability:
Рекомендации по теме
Комментарии
Автор

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.

NateB
Автор

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

danl.