<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yury Zhelezko</title>
    <description>The latest articles on DEV Community by Yury Zhelezko (@zhey).</description>
    <link>https://dev.to/zhey</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3918885%2F67c1ca0f-8432-447e-a949-4b623500a849.jpg</url>
      <title>DEV Community: Yury Zhelezko</title>
      <link>https://dev.to/zhey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zhey"/>
    <language>en</language>
    <item>
      <title>FerrisScope — open-source desktop IDE for Kubernetes</title>
      <dc:creator>Yury Zhelezko</dc:creator>
      <pubDate>Thu, 07 May 2026 23:49:27 +0000</pubDate>
      <link>https://dev.to/zhey/ferrisscope-open-source-desktop-ide-for-kubernetes-42p</link>
      <guid>https://dev.to/zhey/ferrisscope-open-source-desktop-ide-for-kubernetes-42p</guid>
      <description>&lt;p&gt;Lens has been a frustrating daily driver for a while — the bundled Chromium runtime, business logic running in the renderer, the open-source build getting pared back release after release. After enough papercuts I started building a replacement that puts the engine in Rust and uses the system webview. It’s now usable enough to share.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6pfbwp1ofsabfcqrro0c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6pfbwp1ofsabfcqrro0c.png" alt=" " width="800" height="545"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;FerrisScope is a desktop Kubernetes IDE built on Tauri 2 + kube-rs + React. Apache-2.0.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/dzcorp/FerrisScope" rel="noopener noreferrer"&gt;https://github.com/dzcorp/FerrisScope&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What works today:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;50+ resource kinds with reflector-backed tables (Workloads, Network, Config, Storage, RBAC, Cluster, Helm, CRDs).&lt;/li&gt;
&lt;li&gt;Detail panels with cross-kind navigation (owner refs, node, service-account, mounted ConfigMaps and Secrets).&lt;/li&gt;
&lt;li&gt;Live ANSI-coloured logs, embedded terminal (xterm.js + portable-pty), Monaco YAML editor.&lt;/li&gt;
&lt;li&gt;Port-forwards that survive pod restarts and persist across app restarts when pinned.&lt;/li&gt;
&lt;li&gt;Metrics from metrics-server plus per-PVC volume usage via kubelet stats summary. Prometheus-API queries via apiserver proxy with vendor detection.&lt;/li&gt;
&lt;li&gt;Helm install/upgrade/uninstall, node cordon and drain, rollout-style workload restart.&lt;/li&gt;
&lt;li&gt;Inline Server-Side Apply for ConfigMap, Secret, ResourceQuota, LimitRange, plus labels and annotations on opted-in kinds. Stable field manager, conflict surfacing with explicit force-takeover.&lt;/li&gt;
&lt;li&gt;Multi-source kubeconfigs (default file, extra files, folder scans, SSH-mounted remote configs), all live-watched.&lt;/li&gt;
&lt;li&gt;Global cluster search via SQLite FTS5, hooked into the command palette.&lt;/li&gt;
&lt;li&gt;Dynamic CRD discovery so every custom resource is browseable out of the box. Gateway API gets first-class detail panels; Argo, Flux, Cert-Manager, Istio, Tekton are next on the list.&lt;/li&gt;
&lt;li&gt;Optional in-app chat agent with a Kubernetes tool catalogue (list/get/delete pods, scale, tail logs, query Prometheus, helm, SSA apply, etc.) gated by per-call approval. Bring your own provider key.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack: Tauri 2 (system webview), Rust 1.94+, Tokio, kube-rs, React 19 + TypeScript + Vite, Monaco, xterm.js, rusqlite with FTS5, russh for the SSH transport. unsafe_code is forbidden across the workspace; rustls only.&lt;/p&gt;

&lt;p&gt;Linux (deb / rpm / AppImage / AUR), macOS (Apple Silicon and Intel), Windows.&lt;/p&gt;

&lt;p&gt;Screenshots and install instructions are in the repo README.&lt;/p&gt;

&lt;p&gt;Happy to hear what’s missing, what’s broken, and what you’d design differently.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>kubernetes</category>
      <category>aiops</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
