Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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
- Created: 2017-08-13T16:10:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T14:48:08.000Z (about 7 years ago)
- Last Synced: 2024-06-20T03:49:00.564Z (5 months ago)
- Topics: cli, go, gocui, golang, kubernetes, pods, termbox-go, terminal
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 75
- 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
[![CircleCI](https://circleci.com/gh/JulienBreux/pody.svg?style=svg&circle-token=0a3523b14c7004814d4b057db4efe6840dc58e3a)](https://circleci.com/gh/JulienBreux/pody) [![Github issues](https://img.shields.io/github/issues/JulienBreux/pody.svg)](https://github.com/JulienBreux/pody/issues) [![License](https://img.shields.io/github/license/JulienBreux/pody.svg)](https://github.com/JulienBreux/pody/blob/master/LICENSE) [![Twitter](https://img.shields.io/twitter/follow/JulienBreux.svg)](https://twitter.com/JulienBreux)
👾 CLI app to manage your Pods in your Kubernetes cluster.
[![asciicast](https://asciinema.org/a/iMy1llucylhVslRIxZGrnmk9L.png)](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
[![Stargazers over time](https://starcharts.herokuapp.com/julienbreux/pody.svg)](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)