{{ define "side-menu" }} {{ partial "docs/side-menu.html" . }} {{ end }} {{ define "content" }}

{{ .Title }}

This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes technical terms that are specific to K8s, as well as more general terms that provide useful context.

Filter terms according to their tags:

{{ range (index .Site.Data "canonical-tags") }}
{{ .description }}
{{ end }} {{ $sorted_tags := sort (index .Site.Data "canonical-tags") "name" }} {{ range $sorted_tags }} {{ $full_tag_name := printf "tag-%s" .id }} {{ .name }} {{ end }} Select all Deselect all

Click on the [+] indicators below to get a longer explanation for any particular term.

{{ $glossary_terms := (.Site.GetPage "page" "docs/reference/glossary").Resources.ByType "page" }} {{ $glossary_terms := sort $glossary_terms "Title" "asc" }} {{ end }}