Skip to content

Application Management

Everything you deploy lives under a single Applications section — Helm releases, Argo CD applications, and Flux CD resources. Kubeterm reads all three directly from the cluster API, so there is no separate login, CLI, or agent to install. If a controller is present in the cluster, its applications appear immediately.

Helm Releases

  • Release List: View all Helm releases across namespaces in one place, with chart version, app version, status (Deployed / Failed), and last deploy time.
  • Release Details: Inspect the full release manifest and the values it was deployed with.
  • Upgrade: Upgrade a release to a new chart version and edit values before applying.
  • Rollback: Roll back a release to any previous revision from the release history.
  • Uninstall: Remove a Helm release with confirmation.
  • Values Viewer: View the computed values for any deployed release in a structured YAML editor.

Chart Discovery & Install

  • Artifact Hub Browser: Search and browse Helm charts from Artifact Hub without leaving Kubeterm.
  • Chart Details: View chart metadata, description, source links, and available versions.
  • Configurable Install: Edit chart values in a structured editor before installing. Customize namespace, release name, and any chart-specific values.
  • Install Progress: Track the installation in real time and see the resulting release status.

Argo CD

No separate Argo CD login or CLI is required. If Argo CD is installed in the cluster, its applications are visible immediately.

  • Application List: View all Argo CD applications with their sync status and health status side by side.
  • Sync Status: Synced, OutOfSync, and Unknown states are color-coded and surfaced on the cluster dashboard widget as well as the application list.
  • Health Status: Healthy, Progressing, Degraded, Missing, Suspended, and Unknown health states are shown per application.
  • Application Details: Open any application to see its full manifest, the git source repository, the destination cluster and namespace, and the resource tree of what the application manages.
  • Sync: Trigger a sync operation from the application detail view.
  • Refresh / Hard Refresh: Refresh application status from the source, or force a hard refresh to bypass any cache.
  • Sync History: View the timeline of previous sync operations for an application.

Flux CD

Monitor GitOps reconciliation without installing a separate tool. If Flux CD is installed in the cluster, its resources are visible immediately.

  • Resource Status: View Flux CD resources with their reconciliation and readiness status, color-coded like the rest of the cluster views.
  • Info & Details: Open any Flux CD resource to inspect its full details, and copy field values directly from the info view.
  • Dashboard Widget: Flux CD reconciliation status is summarized as a widget on the cluster dashboard.
  • Compact View: On small screens, Flux CD resources use a compact card layout with a back button for easy navigation, and page state is preserved as you move between views.