OSSEnterprise
Managing Instances
Monitor deployed instances and view their status in knodex
Viewing Instance Status
After deploying an instance from the catalog, you can monitor its status from the Instances page.
Accessing Your Instances
- Navigate to Instances in the left sidebar
- Select your project from the project selector (if you have access to multiple projects)
- View all instances deployed in your project
Instance Status
Each instance displays its current status:
| Status | Description |
|---|---|
| Ready | All resources are healthy and running |
| Progressing | Resources are being created or updated |
| Degraded | Some resources are not healthy |
| Failed | Instance deployment failed |
Instance Details
Click on an instance to view:
- Name: The instance identifier
- RGD: The ResourceGraphDefinition used to create this instance
- Namespace: Where the instance is deployed
- Created: When the instance was deployed
- Status: Current health status
Deleting an Instance
To delete an instance:
- Navigate to the instance you want to delete
- Click the Delete button
- Confirm the deletion in the dialog
Deleting an instance removes all associated Kubernetes resources. This action cannot be undone.
Coming Soon
The following features are planned for future releases:
- Update Instance: Modify instance parameters after deployment
- View Deployment Logs: Access logs from deployed resources directly in the UI
Next: Browsing the Catalog | Previous: Deploying Instances