Skip to content

Releases: JohnMops/k8snitch

Support getting logs for StatefulSet / Deployment

05 Jul 02:00
fd474ce
Compare
Choose a tag to compare

Get Deployment Logs

  • Select this action: Choose to fetch resources requests information.
  • Select the namespace: Specify the namespace in the Kubernetes cluster.
  • Select the deployment: Specify the deployment in the selected namespace.
  • Output format: Prints the logs to the terminal.
  • Outputs:
    • Logs print

Get StatefulSet Logs

  • Select this action: Choose to fetch resources requests information.
  • Select the namespace: Specify the namespace in the Kubernetes cluster.
  • Select the statefulset: Specify the statefulset in the selected namespace.
  • Output format: Prints the logs to the terminal.
  • Outputs:
    • Logs print

New Feature: "Get Pods Metrics"

03 Jul 09:58
045c8c3
Compare
Choose a tag to compare

Added a new feature:

Get Pods Metrics - will get the CPU and Memory usage for each pod in a namespace and print the current values

QOL changes

03 Jul 09:15
Compare
Choose a tag to compare
  • K8s functions refactored into a class for better performance
  • Refactored to ask if the correct cluster is connected to only one per run

Refactor Images table

03 Jul 02:50
Compare
Choose a tag to compare
  • Added Type column to "Get Container Images" action
  • Renamed Service to Name in the "Get Container Images" action
  • Added error handling for loading the kubeconfig

adding Replica Set and Replicas Ready

02 Jul 09:08
Compare
Choose a tag to compare

Along with Replicas Set , added a column with Replicas Ready

"Get Replica Count" Feature added

02 Jul 08:41
Compare
Choose a tag to compare

New Feature:

  • Get Replica Count: shows the current repica count for both deployment and statefulset in a chosen namespace

Minor fixes

02 Jul 08:15
Compare
Choose a tag to compare

Refactored a few lines of code

Initial release

01 Jul 14:58
Compare
Choose a tag to compare
  • Added a new feature: Get Resource Requests Information
  • Refactored the initial functions for better readability and performance