Skip to content

Commit

Permalink
Fix wording (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: Maximiliano Churichi <[email protected]>
  • Loading branch information
mchurichi authored Apr 5, 2024
1 parent 2aa1e90 commit 9116059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/latest/spiffe-about/spiffe-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A workload is a single piece of software, deployed with a particular configurati
* A worker program processing items on a queue.
* A collection of independently deployed systems that work together, such as a web application that uses a database service. The web application and database could also individually be considered workloads.

For SPIFFE’s purposes, a workload may often be more fine-grained than a physical or virtual node -- often as fine grained as individual processes on the node. This is crucial for workloads that, for example, are hosted in a container orchestrator, where several workloads may be coexist in (yet be isolated from each other) on a single node.
For SPIFFE’s purposes, a workload may often be more fine-grained than a physical or virtual node -- often as fine grained as individual processes on the node. This is crucial for workloads that, for example, are hosted in a container orchestrator, where several workloads may be coexisting (yet be isolated from each other) on a single node.

For SPIFFE’s purposes, a workload may also span many nodes -- for example, an elastically scaled web server that may be running on many machines simultaneously.

Expand Down

0 comments on commit 9116059

Please sign in to comment.