mirror of https://github.com/istio/istio.io.git
9 lines
408 B
Markdown
9 lines
408 B
Markdown
---
|
|
title: Service
|
|
---
|
|
A delineated group of related behaviors within a [service mesh](#service-mesh). Services are identified using a
|
|
[service name](#service-name),
|
|
and Istio policies such as load balancing and routing are applied using these names.
|
|
A service is typically materialized by one or more [service endpoints](#service-endpoint), and may consist of multiple
|
|
[service versions](#service-version).
|