You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of valid component types is rather limited and this makes tools such as Dependency Track less useful when trying to work with container orchestration environments - essentially everything has to be either Application or Container.
I would like to propose:
Cluster
A collection of components that function together as a unit.
For my purposes this would be either a Kubernetes or Swarm cluster, but it would serve equally in other situations.
"Environment" would work as well as "Cluster", but I think "Cluster" is more generically useful.
Service
An abstract grouping of software components that provides some kind of end point for use by other components.
The text was updated successfully, but these errors were encountered:
@jkowalleck,
The problem with properties is that, whilst they do capture the data, there aren't many tools that know what to do with them.
In particular Dependency Track is not going to let me filter by properties, which is pretty fundamental when working with component types.
The problem with properties is that, whilst they do capture the data, there aren't many tools that know what to do with them.
I see.
You should raise tickets to tool manufacturers, let them know which features you really need and why. (see for example: DependencyTrack/dependency-track#2614)
The list of valid component types is rather limited and this makes tools such as Dependency Track less useful when trying to work with container orchestration environments - essentially everything has to be either Application or Container.
I would like to propose:
Cluster
A collection of components that function together as a unit.
For my purposes this would be either a Kubernetes or Swarm cluster, but it would serve equally in other situations.
"Environment" would work as well as "Cluster", but I think "Cluster" is more generically useful.
Service
An abstract grouping of software components that provides some kind of end point for use by other components.
The text was updated successfully, but these errors were encountered: