Categorygithub.com/tkuchiki/kubectl-count-pods

# 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   |
+-----------+-------+

# Packages

No description provided by the author
No description provided by the author