Skip to content

sunny0826/kubectl-pod-lens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubectl Pod Lens

Go Report Card GitHub GitHub release Netlify Status

kubectl-pod-lens is a kubectl plugin that show pod-related resource information.

The plugin can display pod-related:

  • Workloads(Deployment,StatefulSet,DaemonSet)
  • Namespace
  • Node
  • Service
  • Ingress
  • ConfigMap
  • Secret
  • HPA
  • PodDisruptionBudget (PDB)

Website: pod-lens.guoxudong.io

Requirements

  • Kubernetes 1.19.0+
  • Kubectl 1.18.0+
  • Krew 0.4.0+

Installation

$ kubectl krew install pod-lens

Example

Reference

Design