Replies: 3 comments 2 replies
-
Can we have a Today, relations in K8S are kind of hard to map, they are mainly expressed through labels and are missing a quantitative measure. Are they enough to express dependencies? Can we define something else? Are operators the proper frameworks to express these relationships? |
Beta Was this translation helpful? Give feedback.
-
@sronanrh Are you suggesting to expose dependency information as metadata for consumers (like using annotations or labels) or as information used by the system to operate(like requests and limits)? From my understanding the reason to don't express dependencies in K8s is to encourage the API communication among components. |
Beta Was this translation helpful? Give feedback.
-
My only concern with expose and/or manage dependencies is the increase of complexity which can result using chaos engineering techniques |
Beta Was this translation helpful? Give feedback.
-
How should each CNF expose any dependencies it has on both infrastructure and other CNFs thus that it can know it will operate properly within a given environment?
Beta Was this translation helpful? Give feedback.
All reactions