mirror of https://github.com/istio/istio.io.git
Fix service version glossary entry (#4994)
This commit is contained in:
parent
06f37a9323
commit
b038c281c6
|
@ -2,5 +2,4 @@
|
||||||
title: Service Version
|
title: Service Version
|
||||||
---
|
---
|
||||||
Distinct variants of a [service](#service), typically backed by different versions of a [workload](#workload) binary.
|
Distinct variants of a [service](#service), typically backed by different versions of a [workload](#workload) binary.
|
||||||
Common scenarios where multiple [service versions](#service-version) may be used include A/B testing, canary rollouts, etc.
|
Common scenarios where multiple service versions may be used include A/B testing, canary rollouts, etc.
|
||||||
Each service has a default version.
|
|
||||||
|
|
Loading…
Reference in New Issue