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