26tanishabanik / kubectl-show-deployment-linked-resources

A simple kubectl plugin to show kubernetes resources directly related to the deployment in a particular namespace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubectl-show-deployment-linked-resources

A simple kubectl plugin to show kubernetes resources directly related to the deployment in a particular namespace

Usage

❯ kubectl deploymentTree -h                    
Name: 
  kubectl deploymentTree - shows all the resources directly related to the deployment
The following options are available:
  -d: provide the name of the deployment
  -n: provide the namespace for the deployment
Usage: 
  kubectl depoymentTree [flags] [options]

Here is the demo:

deployment1.mp4

About

A simple kubectl plugin to show kubernetes resources directly related to the deployment in a particular namespace


Languages

Language:Go 100.0%