aptakube

Modern, lightweight and multi-cluster Kubernetes GUI. Available on Windows, macOS and Linux.

Stars
386
Committers
1

Bot releases are hidden (Show)

aptakube - Aptakube 0.2.0: post-MVP quality of life improvements

Published by goenning about 2 years ago

🌟 New Features

  • Free text search is here! An easy to use and flexible search, available on all table views!
  • The number of objects, as well as connection status for each context is now visible at the bottom of each table.
    • a yellow warning sign will pop up when you get disconnected from a context
    • a pulsing green circle indicates that you are connected to all contexts

😎 Improvements

  • Much better table view performance when viewing thousands of objects
  • Slight change to both Dark and Light theme colors, making it easier to read
  • Context column will only be visible when there are more than 2 active contexts
  • Same for the Namespace column! It'll only be visible if you're viewing objects in all namespaces
  • Show reason why pod is in failed state
  • Gray out pods in Completed state as they are less important then Running pods.
  • Reduce frequency of column resizing to improve readability
  • Much better error handling (we had none before 😂)

🐛 Bug Fixes

  • Properly format log stream messages when Timestamp is not available
aptakube - Aptakube 0.1.0: MVP!

Published by goenning about 2 years ago

🌟 Features

  • Visualize Kubernetes objects from multiple cluster all in one view!
  • Automatically watch objects as they change. Tables cell flashes when there's a change so you don't miss it!
  • Supports Pods, Deployments, StatefulSet and DaemonSet
  • Live logs for all containers in a pod
  • Quickly YAML view for supported resources
  • Works with any Kubernetes 1.19+ cluster, including AKS, EKS, GKE, DOKS and others!
  • No configuration needed! Aptakube uses the same authentication and contexts as kubectl
Related Projects