Releases: JohnMops/k8snitch
Releases · JohnMops/k8snitch
Support getting logs for StatefulSet / Deployment
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"
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
- 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
- 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
Along with Replicas Set , added a column with Replicas Ready
"Get Replica Count" Feature added
New Feature:
- Get Replica Count: shows the current repica count for both deployment and statefulset in a chosen namespace
Minor fixes
Refactored a few lines of code
Initial release
- Added a new feature: Get Resource Requests Information
- Refactored the initial functions for better readability and performance