Helm
Manage Helm releases without leaving the app. Listing, inspection, rollback, diff, and uninstall all go through the Kubernetes API directly (no helm CLI required). Install and upgrade shell out to the local helm binary.
ArgoCD
Full ArgoCD Application lifecycle โ sync, rollback, delete, create, repositories โ entirely through the Kubernetes API. No ArgoCD API server access needed.
Node Operations
Cordon, uncordon, drain, and taint nodes. All node ops work against the Kubernetes API โ no SSH or node access required.
MCP server (AI agents)
Kubezilla Desktop ships an embedded Model Context Protocol (MCP) server that exposes its Kubernetes operations as tools an AI agent can call. Once enabled, any MCP-aware client โ Claude Code, Claude Desktop, the MCP Inspector โ can connect to the running Kubezilla instance and drive your clusters through it. Kubezilla handles all the kubeconfig discovery, SSH tunnelling, and TLS โ the agent just calls high-level operations like listnamespaces or applyyaml.