-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
Let's make our desired landscape setup more digestible by creating a graph with all components and their connections to each other. We will later use that to identify the necessary interfaces.
We can also write down the configuration in the form of fictional Kubernetes resources. We should think about the parameters that each component needs to receive and which information it can expose in the form of a status. Basically like: "How can the components communicate with each other through Kubernetes resources?"
Stretch:
We should use mermaid. https://mermaid.js.org/
Acceptance Criteria
Define ideal declarative state of our future setup, covering all components, their fields/interface + depdnencies
create followups for components we identify need more attention
Stretch: Let's do open-source (start practicing)