Operator backed applications are collections of resources provided by the Operator. Based on these Operator backed applications, you can quickly deploy a component application and leverage the capabilities of the Operator to automate the entire lifecycle management of the application.
Container Platform, navigate to Applications > Applications in the left sidebar.
Click Create.
Choose Create from Catalog as the creation approach.
Select an Operator-Backed Instance and Configure Custom Resource Parameters. Select an Operator-managed application instance and configure its Custom Resource (CR) specifications in the CR manifest, including:
spec.resources.limits
(container-level resource constraints).spec.resourceQuota
(Operator-defined quota policies). Other CR-specific parameters such as spec.replicas
, spec.storage.className
, etc.Click Create.
The web console will navigate to Applications > Operator Backed Apps page.
Note: The Kubernetes resource creation process requires asynchronous reconciliation. Completion may take several minutes depending on cluster conditions.
If resource creation fails: