sunny0826 / kubectl-pod-lens

kubectl plugin for show pod-related resources

Home Page:https://pod-lens.guoxudong.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

kubectl plugin for show pod-related resources

https://pod-lens.guoxudong.io

License:Apache License 2.0


Languages

Language:Go 97.1%Language:Shell 1.7%Language:Makefile 1.2%