{{ define "content" }} {{ if not .Params.notitle }}

{{ .Title }}

{{ end }} {{ template "docs-portal-user-journey" . }} {{ partial "docs/browse.html" (where .Parent.Sections ".Params.toc_hide" "!=" true) }} {{ end }} {{ define "content-id" }}content{{ end }} {{ define "docs-portal-user-journey" }} {{ $data := .Site.Data }}
{{ $user_personas := index $data "user-personas" }} {{ $user_personas | jsonify }}
{{ $skip_uj_paths := "migrators" }} {{ range $k, $v := $user_personas }} {{ if strings.Contains $skip_uj_paths $k }} {{ else }} {{ range $kk, $vv := $v }}
{{ $persona_info := $vv }} {{ if $persona_info.short_desc }} {{ $persona_info.short_desc }} {{ else if $persona_info.glossary_id }} {{ with $persona_info.glossary_id | printf "%s.md" | ($.Site.GetPage "page" "docs/reference/glossary").Resources.GetMatch }} {{ .Params.short_description }} {{ end }} {{ end }}
{{ end }} {{ end }} {{ end }}

Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF).

I AM...
.
LEVEL

Foundational

Intermediate

Advanced Topics
I want to...
{{ end }}