# KubeWatch — k8s cluster monitoring

> Kubernetes cluster monitoring and management for iOS devices. (iPhone/iPad app by CEM UCAK.)

- Source: https://appshunter.io/ios/app/kubewatch/id6760699781 (this page in markdown: same URL + `.md`)
- Developer: [CEM UCAK](https://appshunter.io/developer/1878640763)
- Category: Developer Tools
- Price: $2.99
- Age rating: 4+
- Requires: iOS 17.0 · 8 MB
- Languages: American English
- Released: 2026-03-24
- Data updated: 2026-07-31
- Monetization: free
- User reviews in markdown: https://appshunter.io/ios/app/kubewatch/id6760699781/reviews.md

## What is KubeWatch?

KubeWatch monitors Kubernetes from iPhone, iPad, and Apple Watch. Spot incidents—CrashLoopBackOff, OOMKilled, Node NotReady, deployment issues, high CPU/memory—the moment you open it. Drill into pods, stream logs, exec into containers, cordon and drain nodes, and apply YAML with a server-side diff preview, all without a laptop.

An on-device crash analyzer powered by Apple Intelligence reads pod status and logs to suggest likely causes and fixes. Add clusters via token, kubeconfig, or EKS/GKE/AKS auth, or try demo data. Credentials stay in the iOS Keychain; nothing leaves your device except API calls to your clusters.

Requires iOS 17+. Standard Kubernetes APIs.

Monitoring & Incidents
- Dashboard for critical pod and node issues
- Live events explorer with type, namespace, text filters
- 7/30-day incident timeline with charts
- Certificate expiry watcher
- CPU/memory sparkline trends
- Actionable push notifications
- Optional Slack or webhook alerts

Explore & Act
- Pod explorer by namespace with filters
- Log viewer: streaming, search, export, archive
- Multi-pod log streaming across a deployment
- Pod Exec live WebSocket terminal
- YAML viewer, editor, Apply Preview with server-side dry-run diff
- Field-manager conflict detection with force-apply
- Node cordon, uncordon, drain with live eviction progress
- RBAC "Can I…" simulator for your token
- Restart pods from notifications
- Batch delete with audit log
- Pod dependency graph
- Workloads, networking, storage, jobs
- RBAC, NetworkPolicy, PDB, ResourceQuota viewers
- Custom Resource browser for any CRD (Argo, Cert-Manager, Traefik, Prometheus…) with YAML edit
- Helm 3 release viewer with values, manifest, notes
- Shareable PDF cluster reports

Widgets & Platforms
- Command Palette (⌘K) for pods, deployments, services, nodes
- iPhone Action Button shortcut to Incidents
- Spotlight search for cluster resources
- Home Screen and Control Center widgets
- Apple Watch accessory widgets
- Live Activities and Dynamic Island for rollouts
- iPad split-view with keyboard shortcuts

Intelligence & Setup
- On-device Apple Intelligence crash analyzer
- Multi-cluster management
- EKS, GKE, AKS cloud auth
- Optional Face ID lock
- Full demo mode, no real cluster needed

Terms of Use (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

## Key features

- Kubernetes cluster monitoring
- Incident detection and alerts
- Pod log streaming and execution
- Node management (cordon, drain)
- YAML editing with preview
- On-device crash analysis
- Multi-cluster support

## Recent user reviews (1 of 1)

All indexed reviews: https://appshunter.io/ios/app/kubewatch/id6760699781/reviews.md

### 4/5 — Light theme is missing

*2026-06-06*

The app is very useful and good designed, the only thing what i could not find, was light theme or dynamic theme. In light environment it’s not easy to see. Overall i love it and wait for update.

## Frequently asked questions about KubeWatch

### What devices does KubeWatch support?

KubeWatch is available for iPhone, iPad, and Apple Watch. It requires iOS 17 or later to function.

### Does KubeWatch have ads?

No, KubeWatch is completely ad-free, allowing for an uninterrupted monitoring experience.

### How does KubeWatch handle cluster credentials?

Your Kubernetes credentials are securely stored in the iOS Keychain. Only API calls to your clusters leave your device, ensuring your data remains private.

### Can KubeWatch analyze crashes on-device?

Yes, KubeWatch features an on-device crash analyzer powered by Apple Intelligence. It reads pod status and logs to suggest potential causes and fixes for incidents.

### What types of Kubernetes issues can KubeWatch detect?

KubeWatch can spot critical incidents such as CrashLoopBackOff, OOMKilled, Node NotReady, deployment issues, and high CPU/memory usage.

### How frequently is KubeWatch updated?

The latest version, 5.0, was released on May 12, 2026, indicating active development and regular updates.

### Can I manage nodes with KubeWatch?

Yes, you can cordon, uncordon, and drain nodes directly from KubeWatch, with live eviction progress displayed.

### Is there a demo mode available for KubeWatch?

KubeWatch includes a full demo mode, so you can explore its features without needing a real Kubernetes cluster.

## Version history (last 5 releases)

### 5.0 — 2026-05-12

- Events Explorer — Live cluster-wide event feed with type, namespace, and full-text filters. Spot Warnings before they page you.                             
   
- YAML Apply Preview — Every YAML edit is now diffed line-by-line and validated by the cluster (server-side dry-run) before commit. Force-apply prompt on field-manager conflicts so you never silently overwrite kubectl.
                                                                                                                                                                
- Command Palette (⌘K) — Jump to any pod, deployment, service, or node from one searchable sheet. Bound to ⌘K on iPad with hardware keyboards.                
   
- Node Cordon, Uncordon & Drain — Mark a node unschedulable and evict its pods straight from Node Detail, with live progress and audit logging.               
                                                            
- RBAC "Can I…" Simulator — Probes 20 (verb, resource) pairs against the active cluster's SelfSubjectAccessReview API so you know which buttons your token can actually use.                                            
                                                                                                                                                                
- iPhone Action Button → Incident Dashboard — Add the new App Intent to your Action Button (or Siri) to triage incidents in one press.                        
   
- Spotlight Search — Optional: index your cluster's pod, deployment, service, and node names so you can search them from the iOS Home Screen. Only names are indexed; YAML, secrets, and logs never leave the app. Off by default.

- Policy Viewers — Browse NetworkPolicies, PodDisruptionBudgets, and ResourceQuotas in a dedicated Policies tab. See deny-all rules, breaching disruption budgets, and per-namespace usage at a glance.    

- Multi-Pod Log Streaming — Tail logs from every pod of a deployment in one merged, color-coded live window. Filter by pod name or message; auto-scrolls as new lines arrive.
                                                                                                                                                                
- Custom Resource Browser — Discover and inspect any CRD installed in your cluster — Argo Applications, Cert-Manager Certificates, Traefik IngressRoutes, Prometheus, and more — with full YAML view and edit support.
                                                                                                                                                                
- Helm Release Viewer — Browse Helm 3 releases with status, chart version, app version, user-supplied values, rendered manifest, and post-install notes. Failed and pending-upgrade releases are highlighted at a glance.

### 4.2 — 2026-04-25

Minor bug fixes and performance improvements.

### 4.1 — 2026-04-23

Minor bug fixes and performance improvements.

### 4.0 — 2026-04-22

· Pod Exec: live WebSocket terminal access into any pod                                                                                                       
· YAML Apply/Edit: edit and apply resources directly from the app
· On-device crash analysis powered by Apple Intelligence                                                                                   
· Cloud provider auth for EKS, GKE, and AKS                                                                                                                   
· Live Activities and Dynamic Island for rollout tracking                                                                                                     
· Persistent log archive with full-text search                                                                                                                
· Namespace, RBAC, NetworkPolicy, and CRD viewer          
· New iPad split-view layout with NavigationSplitView                                                                                                         
· Batch Actions: delete multiple resources in parallel, with every action recorded to the audit log    
· Interactive widgets and iOS 18 Control Center widget                                                                                                        
· Apple Watch support via accessory widget families       
· Comprehensive keyboard shortcuts for iPad and macOS                                                                                                         
· Incident Timeline with 7/30-day history and charts      
· Certificate expiry watcher with early warning notifications                                                                                                 
· Pod Dependency Graph: visualize owner, service, and ingress relationships
· Shareable PDF cluster reports

### 3.2 — 2026-04-12

Minor bug fixes and performance improvements.

## More apps by CEM UCAK

- [SubTrackPro](https://appshunter.io/ios/app/subtrackpro/id6759446962)
- [TipBox - Tip Splitter](https://appshunter.io/ios/app/tipbox-tip-splitter/id6760249298)
- [DeckOps](https://appshunter.io/ios/app/deckops/id6761782141)
- [PingLab - Network Toolbox](https://appshunter.io/ios/app/pinglab-network-toolbox/id6791512989)

All apps by CEM UCAK: https://appshunter.io/developer/1878640763

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-07-31.*
