# kpods small, frictionless k8s pods cli. --- # repo https://github.com/tool3/kpods please ⭐️ me on github 🤓 --- # install `npm install -g @tool3/kpods` --- # motivation * no kubectl, no kubeconfig, no certificates. * quick aggregated information with a single command. * command line only. * better pod logs. * faster exec. --- # available commands * `get` - list all pods in namespace * `get [name]` - detailed pod information (env variables, image version etc..) * `get --filter [filter]` - filter by name -> many detailed pod information. * `get --status [status]` - filter by status -> pod list. * `get --groupBy [label]` - group by label (for example: `subsystem`) * `logs [name]` - logs from specific pod * `exec` - exec into pod! --- # DEMO <style> .reveal { font-size: 30px; } </style>