The lazier way to manage Kubernetes - Python edition
A terminal UI for managing Kubernetes clusters with ease.
- Browse pods across namespaces
- View pod information and logs
- Execute shells in containers
- Colorized log output
- Keyboard-driven interface
pip install lazyk8slazyk8s <namespace>- Python 3.8+
- kubectl configured with access to your cluster
- KUBECONFIG environment variable set (or default ~/.kube/config)
pip install -e .- Inspired by lazydocker by Jesse Duffield
- Built with Textual TUI framework