kubectl-pod-inspect

command module
v0.1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

README

kubectl-pod-inspect

When you have a pod composed of multiple containers, it can be tedious to identify which container is failing. kubectl describe is just too verbose. I got tired of searching the describe output for errors to track down the failed container.

kubectl-pod-inspect gives you just enough information about the containers to figure out what is going on quickly:

  • a list of all containers and their current status and image
  • all pod failure status conditions
  • the most recent N pod events (defaults to 10)
  • most recent N log lines from any non-ready containers (defaults to 5)

Example

screenshot

In this example output, you can see that container msgqueue is not running, due to an image pull problem.

Container datagen is running, but hasn't completed startup yet.

Installing

To install, download the appropriate binary from the release page. Save it somewhere in your path.

You can also download this repository and install it using Makefile.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL