-
Spike
-
Resolution: Done
-
Normal
-
None
-
None
Story (Required)
Explore the feasibility of using a ConfigMap to maintain a mapping of parent-child relationships for Kubernetes resources. The ConfigMap will have keys representing the parent resource (e.g., apps_Deployment) and values representing the immediate child (e.g., apps_ReplicaSet). The goal is to create a dependency resolution mechanism by iteratively using this lookup map until a resource with no child is found.
Acceptance Criteria (Mandatory)
- Design and document the structure of the ConfigMap, including examples for common Kubernetes resource relationships.
- Example:
data: apps_Deployment: apps_ReplicaSet apps_ReplicaSet: core_Pod apps_Statefulset: apps_ReplicaSet
Ensure the design accounts for dynamic resource discovery
- Resources
- clones
-
GITOPS-6119 Research Using ArgoCD Repo Server and Kubectl Tree for Application Child Resource Discovery
-
- Closed
-
- is cloned by
-
GITOPS-6160 Dynamically Populate and Update ConfigMap for Kubernetes Resource Relationships
-
- Closed
-