https://github.com/julienbreux/pody
👾 Pody — CLI app to manage your Pods in your Kubernetes cluster. (DEPRECATED)
https://github.com/julienbreux/pody
cli go gocui golang kubernetes pods termbox-go terminal
Last synced: 8 months ago
JSON representation
👾 Pody — CLI app to manage your Pods in your Kubernetes cluster. (DEPRECATED)
- Host: GitHub
- URL: https://github.com/julienbreux/pody
- Owner: JulienBreux
- License: mit
- Archived: true
- Created: 2017-08-13T16:10:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T14:48:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T22:35:09.436Z (over 1 year ago)
- Topics: cli, go, gocui, golang, kubernetes, pods, termbox-go, terminal
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 76
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pody
[](https://circleci.com/gh/JulienBreux/pody) [](https://github.com/JulienBreux/pody/issues) [](https://github.com/JulienBreux/pody/blob/master/LICENSE) [](https://twitter.com/JulienBreux)
👾 CLI app to manage your Pods in your Kubernetes cluster.
[](https://asciinema.org/a/iMy1llucylhVslRIxZGrnmk9L)
## Getting started
- Download a latest release [here](https://github.com/JulienBreux/pody/releases).
- Run Pody `./pody`
## Key bindings
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
---
## Stargazers over time
[](https://starcharts.herokuapp.com/julienbreux/pody)
---
### GPG Signature
You can download Julien Breux's public key to verify the signature.
gpg --keyserver hkp://pgp.mit.edu --recv-keys 951C3F93B6A8C22C
[Why sign commit?](https://julienbreux.uk/git-users-it-s-time-to-sign-your-commits-2eef5e51cce2)
---
### Credits
* [Kubernetes](https://kubernetes.io/) famous Kubernetes Go client
* [GOCUI](https://github.com/jroimartin/gocui) for the UI
* [Pad](https://github.com/willf/pad) for the string pad
---
### License
Licensed under the [MIT License](https://julienbreux.github.io/license/) by [Julien Breux](https://github.com/JulienBreux)