cyctl

Customizable terminal UI for managing Kubernetes workloads

brewmacoslinux
Try with needOr install directly
Source

About

Customizable UI for Kubernetes workloads

Commands

cyctl

Examples

view all running pods in current namespace$ cyctl pods
see detailed info about a specific deployment$ cyctl describe deployment my-app
list all resources across all namespaces$ cyctl get all --all-namespaces
watch logs from a pod in real time$ cyctl logs -f pod-name
execute command inside a running pod$ cyctl exec pod-name -- /bin/bash