Home¶
What is Solution Arsenal (SolAr)?¶
Solution Arsenal (SolAr) is an application catalog based on Open Component Model packages (ocm.software) and fleet rollout management for these solutions onto Kubernetes Clusters.
System Architecture¶
For a detailed architecture overview, see the Architecture documentation.
Core Concepts¶
SolAr manages software delivery through several key resources:
- Component/ComponentVersion - OCM components representing deployable software packages
- Release - A specific deployment instance of a component with configuration
- Target - A deployment target environment (cluster/namespace)
- HydratedTarget - A fully resolved target with concrete releases and configuration
- Discovery - Automated scanning of registries for new components
For the complete API specification, see the API Reference.