Skip to content

kbterm/kubeterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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 management:
    • Defaut kubeconfig is loaded automatically without additinal configuration.
    • Integrated with cloud provider account( GCP and Azure ). You can import the cluster by just login with your cloud account.
    • Support cluster access credentials from cloud provider, including AWS secret access key, GCP service account, and Azure service principal.
  • Cluster dashboard: cluster status and resource statistics.
  • Resource Viewer: List & describe kubernetes resource, just like kubectl.
  • Resource operations: create, edit and delete resource, as well as many other operations, such as scaling, restart, node cordon/uncordon/drain, etc.
  • Resource metrics: CPU/memory, kubernetes metrics server installation required.
  • Inspect container's log.
  • Exec command in container.
  • Debug Pod with running a debugging container.
  • Helm charts/release management: install, uninstall, upgrade and rollback.
  • Multiple platforms supported, mobile and desktop.

Get started

  • Download for desktop (macOS and Windows):

    Latest releases

  • Download for mobile devices:

    Get it on AppStore Get it on Google Play

  • You also can download macOS version on App Store :

    Get it on AppStore

    Currently, due to restriction of Apple app sandbox, macOS version from Apple Store can't execute credential plugin used in kubeconfig. If you are using such authentication, please download available releases from github directly.

Contact us