Nautik is the premier full-featured Kubernetes IDE designed exclusively for the Apple ecosystem. Its features include: - Multi-cluster mode: Viewing the resources of multiple clusters at once. - Multi-namespace mode: Viewing the resources of multiple namespaces of multiple clusters at once. - Rendering built-in resources and custom resources in beautifully designed native detail views. - Automatic resource watching with real-time updates. - Log viewer: Watching and searching logs of multiple pods and containers in one combined stream, including ANSI colors and font styles. - Integrated terminal: Attaching shells to both pods and nodes. - Port forwarding: Forwarding ports of pods and services to the device's localhost, including multiplexing and robust reconnection behavior—even over app restarts. - Integrated Helm client to view, install, uninstall, upgrade and rollback Helm releases, pull charts from custom Helm repositories, and edit the configuration values of installed charts. - Editing resources as YAML source with the integrated, customizable text editor. - Creating new resources. - Deleting resources, cordoning and uncordoning nodes, evicting pods, restarting deployments, daemonsets, statefulsets and replicasets. - Scaling workload replicas up and down. - Manually triggering, suspending and resuming cron jobs - Convenient secret editing with automatic base64 decoding and encoding. - Accessing clusters stored on a local kubeconfig file, on the local system keychain, and optionally syncing stored clusters between devices via iCloud Keychain. - Multiple overview dashboards with time series charts powered by an internal Prometheus client. - Widgets for home screen, lock screen and desktop with workload statuses and Prometheus time series charts. - Rendering related events for resources and related pods for workloads. - Multi-window support. - Tabbing support (on macOS). - Handoff support. - Focus filter support. - Integration with Siri and Shortcuts. - Authentication via OpenID Connect. - Easy integration with Google Cloud Platform, Amazon Web Services, Microsoft Azure, DigitalOcean and Talos Omni to automatically import and authorize clusters. - Many customization options like optional request gzipping, proxy URL support, or custom list sorting. The terms of service can be found here: https://nautik.io/tos
| Size | 286 MB |
|---|---|
| Initial release | |
| Price | |
| Platforms | Mac, Apple Watch, iPhone, Apple Vision, and iPad |
| Languages | English |
| Category | Developer Tools |
| Website | nautik.io |
| Compatibility | |
|---|---|
| iPhone | Requires iOS 17.0 or later. |
| iPad | Requires iPadOS 17.0 or later. |
| Mac | Requires macOS 14.0 or later. |
| Apple Vision | Requires visionOS 1.0 or later. |
| Apple Watch | Requires watchOS 11.0 or later. |
App's data is regularly updated.
Last update:
- Custom resource views now render values from the CRD's `additionalPrinterColumns`, e.g. status, phase, or readiness, as dynamic table columns on list views and dynamic sections on detail views. - The node shell now automatically falls back to a debug pod (with the node's filesystem mounted at `/host`) when the primary nsenter-based approach fails, e.g. on Talos Linux nodes. - We've added new Siri Shortcuts for scaling resources, cordoning/uncordoning nodes, and suspending/resuming cron jobs. - We've fixed a bug causing clusters with namespace-scoped RBAC credentials to show no workloads or resources, even when filtering to a namespace the credentials have access to. The app now properly falls back to per-namespace API requests when cluster-wide listing is denied. - We've improved the performance of the namespace filters. - Deselecting all namespace filters for a view now correctly switches back the filter to all namespaces. - We've fixed a bug sometimes preventing custom resource lists that were pinned to the sidebar from being manually reordered on macOS. - We've fixed a bug sometimes causing the node CPU metric chart to be rendered glitchy. - We've fixed a bug sometimes causing duplicate items to appear on list views. - We've fixed a bug causing endpoint slices to sometimes not be properly decoded and rendered on recent Kubernetes versions. - We've fixed a bug causing the height of multi-line table columns to sometimes glitch on macOS. - We've improved the reliability of the cluster import via deep links.