Solutions
A Solution is a business application seen end to end: one or more services, deployed across your environments. It is the landing view of your dashboard, and the place where you follow what runs where.
Two things back it. A Git repository holds the Kubernetes manifests of every service and environment, and it is the source of truth for what runs in your clusters. A delivery policy, set per environment, decides which image version becomes a candidate and when it is applied.
GitOps repositoryFolder layout, generated versus your own manifests, and exposing a service on a domain.
Delivery and promotionAutomatic image updates, the manual gate before production, promoting a version, and rolling back.
Coming from the dashboard, Core concepts situates Solutions among organizations, services and clusters.