https://github.com/piotrpdev/kuby
Very simple CLI visualization of Kubernetes resources.
https://github.com/piotrpdev/kuby
k8s kubectl kubernetes
Last synced: 9 months ago
JSON representation
Very simple CLI visualization of Kubernetes resources.
- Host: GitHub
- URL: https://github.com/piotrpdev/kuby
- Owner: piotrpdev
- Archived: true
- Created: 2023-06-09T10:04:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T16:37:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T03:42:28.276Z (over 1 year ago)
- Topics: k8s, kubectl, kubernetes
- Language: Go
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Kuby
Very simple CLI visualization of Kubernetes resources.
## Credit
- [Design Inspiration](https://github.com/piotrpdev/songs-app) (and [k9s](https://github.com/derailed/k9s) and [bubbletea examples](https://github.com/charmbracelet/bubbletea/tree/master/examples))
- [Kubernetes API](https://kubernetes.io/docs/reference/kubernetes-api/)
- [Example code](https://github.com/kubernetes/client-go/blob/master/examples/out-of-cluster-client-configuration/main.go)
- [Kind kubeconfig help](https://stackoverflow.com/a/66274247)
- `sudo kubectl config view --flatten >> ~/.kube/config`