Skip to content

kbterm/kubeterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Kubeterm

Kubeterm is a graphical (GUI) management tool for kubernetes clusters. It provides good visibility into kubernetes cluster to enable user manage cluster resource and applications easily, and do troubleshooting actions.

As a application runnning locally, it doesn't require anything installed in the cluster. Multiple platforms, including desktop and mobile device, are supported.

screenshot

Features

  • Cluster import and management:
    • Load default kubeconfig automatically without any additinal configuration.
    • Support to import cluster by cluster access credentials, including AWS secret access key, GCP service account, and Azure service principal.
    • Integrated with cloud provider account( GCP and Azure ), import cluster conveniently by login with your cloud account.
  • Cluster dashboard, cluster status and resource statistics.
  • List & describe kubernetes resource, just like kubectl.
  • Manage kubernete resource: create, edit and delete resource. Support many resource operations, such as scaling, restart, node cordon/uncordon/drain, etc.
  • View resource (CPU/memory) metrics.
  • Inspect container's log.
  • Exec command within container.
  • Install and manage Helm charts/release: install, uninstall, upgrade and rollback.
  • Multiple platforms supported, mobile and desktop.

Get started

  • Download for mobile devices:

    Get it on AppStore Get it on Google Play

  • Download on App Store for macOS:

    Get it on AppStore

  • Download latest release for desktop directly (macOS and Windows):

    Latest releases

Contact us