mirror of https://github.com/istio/istio.io.git
19 lines
306 B
Markdown
19 lines
306 B
Markdown
---
|
|
title: Glossary
|
|
overview: A glossary of common Istio terms.
|
|
|
|
order: 40
|
|
|
|
layout: docs
|
|
type: markdown
|
|
---
|
|
{% include home.html %}
|
|
|
|
Here is a glossary of common Istio words and phrases.
|
|
|
|
{% assign words = site.glossary | sort: "title" %}
|
|
{% for w in words %}
|
|
- **{{w.title}}**.
|
|
{{w.content}}
|
|
{% endfor %}
|