Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workloads can consist of multiple running instances. #42

Open
fandreas opened this issue Oct 15, 2024 · 3 comments
Open

Workloads can consist of multiple running instances. #42

fandreas opened this issue Oct 15, 2024 · 3 comments

Comments

@fandreas
Copy link

The increasing prevalence of cloud computing and micro service architectures has led to the rise of complex software functions being built and deployed as workloads, where a workload is defined as a running instance of software executing for a specific purpose. This document discusses an architecture for designing and standardizing protocols and payloads for conveying workload identity and security context information.

The current workload definition says it is defined as "a running instance of software....". I think this is overly restrictive - workloads can consist of one or more running instances of software.

@jsalowey
Copy link
Collaborator

I think this is accurate, but I'm not sure the difference would be meaningful. Is there are particular scenario that makes you want this clarification?

@fandreas
Copy link
Author

The basic question is whether we always want to identify (and authorize) individual/specific workload instances, or whether there can be a set of workloads that have the same identity and associated authorizations. I believe the latter is important since we often run multiple instances of the same workload (and the specific instances come and go).

@jricher
Copy link
Collaborator

jricher commented Oct 20, 2024

Perhaps we should be specific and pedantic about a workload software vs a workload instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants