Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 12 hours ago
JSON representation

👾 Pody — CLI app to manage your Pods in your Kubernetes cluster. (DEPRECATED)

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)