Podscape v2.7.0: Unified Logs 2.0 & The Dynamic CRD Browser
Podscape v2.7.0 brings a total overhaul to log streaming, a generic CRD browser with full-page management, and background security scanning. Our most powerful productivity update yet.

The pace of Kubernetes development is relentless, and your tools should keep up. Today, we are excited to announce Podscape v2.7.0, our most significant productivity update to date.
This release focuses on two core pillars: Searchability and Genericity. We’ve overhauled our logging engine and introduced a new way to interact with the thousands of Custom Resource Definitions (CRDs) that power modern cloud-native ecosystems.
1. Unified Logs 2.0: Search & Stream with Precision 🔍
Logging is the heartbeat of debugging. In v2.7.0, the Unified Logs panel has been redesigned to follow our global PageHeader standard, bringing much-needed consistency and power.
- Header-Integrated Search: Log search has moved to the top-right, staying consistent with our other resource panels.
- Inline Pod Controls: We’ve flattened the UI. Selected pod pills and the search dropdown now live in a single row alongside Start/Stop and Auto-scroll controls.
- Dynamic Live Subtitles: Get instant context. The header now shows the live streaming state (e.g., "3 pods selected · 250 lines") in real-time.
- Performance Throttle: We’ve implemented a ref-buffer throttle that caps React renders at 10/s, even for high-verbosity services, ensuring the UI remains fluid while processing thousands of log lines.
2. The Dynamic CRD Browser: gestion sans limites 📂
Kubernetes is increasingly defined by its extensions. Whether you're managing Istio VirtualServices, Traefik IngressRoutes, or your own internal operators, Podscape v2.7.0 now treats all CRDs as first-class citizens.
- Full-Page Detail View: Clicking a CRD now opens a dedicated management page instead of a side panel.
- Resizable Instance Lists: Navigate your custom resources with a split-panel layout. Click an instance to see its Metadata, Spec, or YAML, and drag the divider to fit your workflow.
- Spec as Readable YAML: No more nested dropdowns for complex specs. The new Spec tab renders resources as formatted, searchable YAML—just like
kubectl get -o yaml. - In-Place YAML Editing: Edit and apply changes to any CRD instance directly within the IDE.
3. Background Security Scanning 🛡️
Security audits shouldn't block your workflow. The Security Hub now supports background scanning.
- Non-Blocking Audits: Start a full cluster scan and continue managing your pods. A floating status pill in the corner keeps you updated, and you’ll receive a system notification when the results are ready.
- Better Triage: Findings are now split into Configuration Issues (red) and Image Vulnerabilities (orange).
- Richer CVE Data: We now surface package names, fixed versions, and resource kind badges for every vulnerability.
4. Faster Debugging: No-Tar File Copying ⚡
Our Debug Pod Launcher just got smarter and more compatible.
tar-free Operations: We’ve replaced the traditionaltar-based file copy method with a nativesh + catapproach. This means Podscape can now copy files into any container that has a shell (including minimal Alpine and BusyBox images) without requiringtarto be installed in the target.- Optimistic Deletion: When you delete a debug pod, it disappears from your list instantly. We handle the graceful Kubernetes termination in the background, so you don't have to wait.
5. Under the Hood: UX Refinements
RefreshButtonStandardization: We’ve consolidated all refresh logic into a single, high-performance component across the entire app.- Log Streaming Reliability: Fixed race conditions in multi-container pod switching and ensured that buffers are cleared instantly when a stream is stopped.
- Context Awareness: Unified Logs now correctly fetches pod lists on namespace change, ensuring the "Add pods" search always works, even on deep-links.
Ready to Upgrade?
Podscape v2.7.0 is available now for all users. Upgrade to experience the most powerful, transparent, and responsive Kubernetes IDE on the market.
We build Podscape for the engineers in the trenches. If you have feedback on the new Unified Logs or CRD Browser, join the conversation on GitHub.


