Skip to content

kubectl plugin to list all resources in given namespace

Notifications You must be signed in to change notification settings

kajanth/kubectl-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

kubectl-all

Motivation

  • Kubectl get all - list's a subset of all the resources available, wanted to make all the resources visible.

Installation

Dependencies

  • bash

With krew (recommended)

kubectl krew install all
kubectl all

Without krew

  • Copy all.sh to a file called kubectl-all
  • Run chmod +x kubectl-all
  • Add the path to directory in your $PATH. eg export PATH="/path/to/dir:$PATH"
  • Test kubectl all

Features

  • list all resources in the default namespace
  • list all resources within a specific namespace

Usage

kubectl all resources                 : list all resources in the default namespace

kubectl all -h | --help               : Usage of this command line

kubectl all resources <namespace>     : list all namespaced resources

About

kubectl plugin to list all resources in given namespace

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages