What this pattern does:

This represents a parent-child relationship between components, where one component is a dependency of another. Parent-child relationships show clear lineage, similar to a family tree. In this design, the namespace serves as a parent to the config map and role.

Caveats and Consideration:

Dependency Awareness: Users should understand that the child components (e.g., config maps, roles) depend on the parent (e.g., namespace). If the parent component is deleted or modified, it will affect the child components.

Compatibility:



Recent Discussions with "meshery" Tag