Awesome
Pody
👾 CLI app to manage your Pods in your Kubernetes cluster.
Getting started
- Download a latest release here.
- Run Pody
./pody
Key bindings
Key combination | Description |
---|---|
<kbd>D</kbd> | Delete (pods) |
<kbd>L</kbd> | Display logs (pods) |
<kbd>PgUp</kbd> | Moves to the previous (pods, namespaces, containers) |
<kbd>PgDn</kbd> | Moves to the next (pods, namespaces, containers) |
<kbd>Enter</kbd> | Select entry (namespaces) |
<kbd>CTRL N</kbd> | Prompts the namespace to switch |
<kbd>CTRL+C</kbd> | Exits the application |
Stargazers over time
GPG Signature
You can download Julien Breux's public key to verify the signature.
gpg --keyserver hkp://pgp.mit.edu --recv-keys 951C3F93B6A8C22C
Credits
- Kubernetes famous Kubernetes Go client
- GOCUI for the UI
- Pad for the string pad
License
Licensed under the MIT License by Julien Breux