Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions config/concepts/platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ related_concepts: [site]
description: |
A platform is a system for running application
[workloads](workload.html). A platform hosts [sites](site.html).
Skupper supports Kubernetes, Docker, Podman, and Linux. Each site
in a network can run on any supported platform.
Skupper supports Kubernetes, Docker, Podman, and Linux. Note that Docker,
Podman and Linux platforms are referred to as *local system* platforms in
documentation. Each site in a network can run on any supported platform.

Platforms provide _namespaces_ for related workloads and resources.
Skupper uses namespaces to host multiple independent sites on one
Expand Down
5 changes: 3 additions & 2 deletions input/concepts/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ refdog_links:

A platform is a system for running application
[workloads](workload.html). A platform hosts [sites](site.html).
Skupper supports Kubernetes, Docker, Podman, and Linux. Each site
in a network can run on any supported platform.
Skupper supports Kubernetes, Docker, Podman, and Linux. Note that Docker,
Podman and Linux platforms are referred to as *local system* platforms in
documentation. Each site in a network can run on any supported platform.

Platforms provide _namespaces_ for related workloads and resources.
Skupper uses namespaces to host multiple independent sites on one
Expand Down