Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.05 KB

relationships.md

File metadata and controls

24 lines (18 loc) · 1.05 KB

Relationship Modeling

Q. Where to define relationships? A. On the Resources that need to react to certain annotations or labels being added to other resources. This enables finding out this information easily. For example, adding the relationship information on Multus provides easy way to discover this information through 'kubectl man Multus'.

Q. How to query relationship? A. Relationship information can be queried from both sides. kubectl relationship Pod kubectl relationship Service

kubectl relationship Multus kubectl relationship Pod

The relationship between Service and Pod will be defined on Service side. The relationship between Multus and Pod will be defined on Multus side.

When the relationship query is done with the target resource as input (e.g.: Pod) we need to search for all the instances of resource types that have Pod as the target and check if the relationship information holds. This search should be limited to namespace.