Skip to content

Commit

Permalink
Added CLI outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinraja-G committed Sep 17, 2023
1 parent 784ed9e commit 57a676e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 105 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# node-gizmo
A CLI utility for your Kubernetes nodes
A CLI utility for your Kubernetes nodes.

### Features
- Generic node related information
##### nodegizmo node
Generic node related information
- NodeName
- K8sVersion
- Image
Expand All @@ -11,16 +12,28 @@ A CLI utility for your Kubernetes nodes
- Taints
- Node Provider (AWS/Azure/GCP)
- Topology info (Region & Zone)
- Node Capacity information
<p align="center"><img src="/assets/nodegizmo-node.png" alt="Nodegizmo node "/></p>

##### nodegizmo node capacity
Node Capacity information
- CPU
- Memory
- Disk
- Ephemeral storage
- Pod capacities
- Nodepool related information
<p align="center"><img src="/assets/nodegizmo-node-cp.png" alt="Nodegizmo node "/></p>

##### nodegizmo nodepool
Nodepool related information
- Grouped by NodePool ID
- Node list
- Topology info (Region & Zone)
- Instance type
- Nodepool provider (supported: EKS/AKS/GKE)
- Exec into any node by spawning a `nsenter` pod automatically based on the node selection
<p align="center"><img src="/assets/nodegizmo-nodepool.png" alt="Nodegizmo node "/></p>

##### nodegizmo node exec nodeName
> Note: This feature is still in beta
Exec into any node by spawning a `nsenter` pod automatically based on the node selection.
Binary file added assets/nodegizmo-node-cp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/nodegizmo-node.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/nodegizmo-nodepool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions docs/nodegizmo.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/nodegizmo_node.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/nodegizmo_node_capacity.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/nodegizmo_node_exec.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/nodegizmo_nodepool.md

This file was deleted.

0 comments on commit 57a676e

Please sign in to comment.