Resource Management
Browse and manage Kubernetes resources from the app's resource pages.
Supported Resources
k8z provides dedicated pages for browsing the following resource types:
Workloads:
- Pods
- Deployments
- StatefulSets
- DaemonSets
- Services
Configuration:
- ConfigMaps
- Secrets
Cluster:
- Nodes
- Namespaces
- Events
- CRDs
- StorageClasses
- PersistentVolumes (PV)
- PersistentVolumeClaims (PVC)
- ServiceAccounts (SA)
Browse Resources
Tap any resource type from the resources screen to view the list. Each list shows key information (name, status, age, namespace) in a sortable table.
Resource Details
Tap a resource to view its full details, including:
- YAML manifest
- Events related to the resource
- Related resources (e.g., pods belonging to a deployment)
Filtering
Resources can be filtered by namespace, status, or search term directly from the app interface.