Trace ownership, follow dependencies, and understand what’s connected in your software catalog.
Relationship Type | Definition |
---|---|
API for | One resource exposes an API that another resource, project, or recipe relies on. |
Authenticates | Used when one service or resource provides authentication for another. |
Caches | A resource stores or serves cached data for another resource. |
Connects to | One resource or recipe establishes a connection with another. |
Contains | One project or recipe includes other resources or components within its structure. |
Database for | A resource serves as the data store for another resource. |
Depends on | A resource, recipe, or project relies on another to function correctly. |
Deployed on | A resource is hosted on or deployed to another infrastructure resource. |
Exposes | A resource exposes another internal service or component to the network. |
Hosts | An infrastructure resource hosts another service or job. |
Monitors | A monitoring resource tracks performance or availability of another resource. |
Owned by | A resource, recipe, or project is owned by a team or individual owner. |
Related to | A general-purpose relationship for semantically linked entities. |
Routes to | One resource or recipe forwards traffic to another. |