Data Plane
The component of a distributed system that handles the execution, routing, and processing of application traffic and data according to policies defined by the control plane.
Explore more about Service Orchestration
Related terms
The component of a distributed system that manages configuration, coordination, routing policies, and operational control of services.
Service MeshA dedicated infrastructure layer that manages service-to-service communication, security, and traffic routing across distributed applications.
Service OrchestrationThe automated arrangement, coordination, and management of complex software services and microservices to fulfill a workflow.
Load BalancerA system component that distributes incoming requests across multiple service instances to improve availability, scalability, and resource utilization.
Sidecar PatternA deployment pattern where a secondary container runs alongside a primary application to handle supporting features like logging or networking.