Discover and Manage Resources
Last updated
Last updated
You can use the searchbox to browse the resources.
Resource kinds displayed upfront for you to manage:
Nodes
Events
Namespaces
Further resources in the cluster are grouped under the following categories:
Namespace
Workloads
Config & Storage
Networking
RBAC
Administration
Other Resources
Custom Resource
For events with warnings, you can take the assistance of AI. Clicking the Explain button will help you identify the root cause of the issue along with suggestions to fix those.
You can delete an unwanted resource if it is orphaned and no longer required by your applications.
Once you select a cluster in Resource Browser, click + Create Resource, and add the resource definition.
In the below example, we have created a simple pod named nginx
:
Here's one more example that shows the required fields and object specifications for a Kubernetes Deployment:
You can use the checkbox to select the resources/workloads you wish to delete or restart.
Moreover, you can use filters that allow you to quickly filter your workload as per labels, field selectors, or as shown below.
User needs to be an to edit its manifest. The in the manifest cannot be edited by non-superadmins.
You can edit the of a Kubernetes object. This can be for fixing errors, scaling resources, or changing configuration. Moreover, you can edit a manifest or , as per your convenience.
The fields displayed in GUI mode will be as per the for that resource kind.
You can monitor activities like creation, deletion, updation, scaling, or errors in the resources involved. Refer to learn more.
User needs to be an to delete it.
User needs to be an to create resources.
You can create one or more in your cluster using YAML. In case you wish to create multiple objects, separate each resource definition by three dashes (---).