Creating applications from Operator Backed
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.
TOC
Procedure
-
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 asspec.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.
Troubleshooting
If resource creation fails:
- Inspect controller reconciliation errors:
- Verify API resource availability:
- Retry creation after verifying CRD/Operator readiness: