mirror of https://github.com/istio/istio.io.git
zh-translation:/docs/reference/glossary/workload-instance.md (#5725)
This commit is contained in:
parent
d467f8339d
commit
f0b462c271
|
@ -1,17 +1,16 @@
|
||||||
---
|
---
|
||||||
title: Workload Instance
|
title: Workload Instance
|
||||||
---
|
---
|
||||||
A single instantiation of a [workload's](#workload) binary.
|
工作负载实例是[工作负载](#workload)的一个二进制实例化对象。
|
||||||
A workload instance can expose zero or more [service endpoints](#service-endpoint),
|
一个工作负载实例可以开放零个或多个[服务 endpoint](#service-endpoint),
|
||||||
and can consume zero or more [services](#service).
|
也可以消费零个或多个[服务](#service)。
|
||||||
|
|
||||||
Workload instances have a number of properties:
|
工作负载实例具有许多属性:
|
||||||
|
|
||||||
- Name and namespace
|
- 名称和命名空间
|
||||||
- Unique ID
|
- 唯一的 ID
|
||||||
- IP Address
|
- IP 地址
|
||||||
- Labels
|
- 标签
|
||||||
- Principal
|
- 主体
|
||||||
|
|
||||||
These properties are available in policy and telemetry configuration
|
通过访问 [`source.*` 和 `destination.*` 下面的属性](/zh/docs/reference/config/policy-and-telemetry/attribute-vocabulary/),在 Istio 的策略和遥测配置功能中,可以用到这些属性。
|
||||||
using the many [`source.*` and `destination.*` attributes](/zh/docs/reference/config/policy-and-telemetry/attribute-vocabulary/).
|
|
Loading…
Reference in New Issue