Support

Frequently asked questions

Short answers about privacy, platforms, clusters, and Desktop AI.

Does KubeSpade send my kubeconfig or tokens to your servers?

No. Credentials stay on your device. The app talks directly to your Kubernetes API and cloud providers. There is no KubeSpade backend that receives your cluster secrets or API traffic. See the Privacy Policy.

What platforms does KubeSpade support?

macOS, Windows, Linux, and iPadOS. Desktop builds are on the Download page. The iPadOS app ships via the App Store — see the iPadOS page.

Which clusters can I connect to?

Amazon EKS, Google GKE, Azure AKS, minikube, kind, and any cluster you can reach with a standard kubeconfig. On desktop, exec plugins such as aws-vault are supported where configured.

Does Desktop include an AI assistant?

Yes on Desktop (macOS, Windows, Linux). KubeSpade launches Claude Code, Gemini CLI, Codex, GitHub Copilot, or Cursor Agent if they’re installed, with MCP tools for clusters you’ve already connected. Reads are free; apply and delete need Approve in the UI. The AI shell does not get a live kubeconfig. Details on the AI page.

Is KubeSpade a kubectl replacement?

It is a visual Kubernetes GUI for day-to-day cluster work — the same kind of tasks you’d do with kubectl, without living in the terminal. That includes Helm install, upgrade, history, and rollback on Desktop, and a pod Files browser with pull/push. Keep kubectl for scripting and automation; use KubeSpade for browsing, debugging, and ops.

Can I copy files from a pod without kubectl cp?

Yes on Desktop (macOS, Windows, Linux). Open Files from a pod to browse the container filesystem, search by name (including very large folders), then Pull or Push — or drag-and-drop into the current folder. Same idea as kubectl cp, without the terminal dance. On iPad this is not available yet.

Can I install and upgrade Helm charts in KubeSpade?

Yes on Desktop (macOS, Windows, Linux): pick a local Helm repo or paste a chart URL, set values, install or upgrade, then use history and rollback. On iPad, Helm is read-oriented for now (list releases and inspect values); write lands later with Pro.

Do you store my cluster metrics or logs in the cloud?

No cloud backend for your cluster data. Metrics and logs you view are fetched from your cluster (or local history on device) — not uploaded to KubeSpade servers.

How do I get support or report a bug?

Open an issue on GitHub. Include platform, OS version, app version, and cluster type (EKS / GKE / AKS / kubeconfig). Do not paste kubeconfigs, tokens, or secrets.

Where do I download desktop builds?

From the Download page or GitHub Releases. Latest desktop builds are v1.3.0 (macOS, Windows, Linux — verify with SHA256SUMS.txt). The iPadOS App Store listing is still coming soon.

Still stuck?

File a bug or feature request on GitHub. We read every issue.