kubectl-count-pods

module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2021 License: MIT

README

kubectl-count-pods

A kubectl plugin to count the number of pods per status

Installation

Usage

$ kubectl count pods -n NAMESPACE
+-----------+-------+
|  STATUS   | COUNT |
+-----------+-------+
| Pending   |     1 |
| Succeeded |     2 |
| Running   |     4 |
+-----------+-------+
|   TOTAL   |   7   |
+-----------+-------+

Directories

Path Synopsis
cmd
pkg
cmd

Jump to

Keyboard shortcuts

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