Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 517 Bytes

Overview

These images are built and maintained for debugging on Kubernetes. Feel free to consume or contribute under the Apache 2.0 License.

Install

# Add this to your ~/.bashrc to permanently add these aliases to your environment
source <(curl -s https://raw.githubusercontent.com/ellistarn/images/main/debug/aliases)

Usage

# open a shell
kdebug

# debug networking
kdebug nslookup kubernetes.default.svc.cluster.local

# debug rbac
kdebug kubectl get pods

# cleanup old debug pods
kdebugcleanup