Customizable terminal UI for managing Kubernetes workloads
Customizable UI for Kubernetes workloads
cyctl
$ cyctl pods
$ cyctl describe deployment my-app
$ cyctl get all --all-namespaces
$ cyctl logs -f pod-name
$ cyctl exec pod-name -- /bin/bash