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.