Custom Resources & CRDs
Browse Custom Resource Definitions and their instances with printer-column tables and an adaptive sidebar.
Custom Resources & CRDs
Kubexer treats Custom Resource Definitions (CRDs) and their instances as first-class citizens, so anything installed in your cluster is browsable with the same live tables and drawers as built-in resources.
CRD Definitions
The Custom Resources view lists every CRD registered in the cluster, with its group, version, scope (namespaced or cluster), and the kinds it defines. Open one to read its schema and the versions it serves.
Browsing instances
- Pick a CRD to browse its instances in a live table.
- Columns follow the CRD's own printer columns (the
additionalPrinterColumnsthe author defined), so each custom resource shows the fields that matter for it. - Open any instance for a full detail drawer and its raw YAML.
Adaptive sidebar
Kubexer builds a Lens-style sidebar from the CRDs it finds, so the navigation adapts to each cluster automatically — operators and custom kinds show up where you'd expect them, with no manual configuration.
Editing
Custom resource instances support generic Edit and Delete actions, the same as native resources, so you can manage operator-backed objects directly from Kubexer.
Notes
Instance browsing streams from the cluster's dynamic API, so newly installed CRDs appear as soon as they're registered.