Skip to content

KubeHelper utilities, plugins and shells

JDev edited this page Feb 12, 2021 · 1 revision

This is a list of utilities and plugins that come preinstalled in KubeHelper.

Name Command Descriptions Links
kubectl kubectl The kubectl command line tool lets you control Kubernetes clusters.
  • https://kubernetes.io/docs/reference/kubectl/overview
  • https://kubernetes.io/docs/reference/kubectl/cheatsheet
  • krew kubectl krew Krew is the package manager for kubectl plugins. Krew is a tool that makes it easy to use kubectl plugins.
    Krew helps you discover plugins, install and manage them on your machine.
    It is similar to tools like apt, dnf or brew. Today, over 100 kubectl plugins are available on Krew.
  • https://github.com/kubernetes-sigs/krew
  • https://krew.sigs.k8s.io
  • https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
  • access-matrix kubectl access-matrix Review Access - kubectl plugin to show an access matrix for server resources. https://github.com/corneliusweig/rakkess
    deprecations kubectl deprecations Checks for deprecated objects in a cluster. https://github.com/rikatz/kubepug
    df-pv kubectl df-pv A kubectl plugin to see df for persistent volumes. https://github.com/yashbhutwala/kubectl-df-pv
    get-all kubectl get-all Like kubectl get all but really everything https://github.com/corneliusweig/ketall
    images kubectl images Show container images used in the cluster. https://github.com/chenjiandongx/kubectl-images
    ingress-nginx kubectl ingress-nginx Interact with ingress-nginx. https://kubernetes.github.io/ingress-nginx/kubectl-plugin/
    np-viewer kubectl np-viewer Network Policies rules viewer. https://github.com/runoncloud/kubectl-np-viewer
    outdated kubectl outdated Finds outdated container images running in a cluster. https://github.com/replicatedhq/outdated
    popeye kubectl popeye Scans your clusters for potential resource issues.
  • https://popeyecli.io
  • https://github.com/derailed/popeye
  • rbac-lookup kubectl rbac-lookup Reverse lookup for RBAC. https://github.com/FairwindsOps/rbac-lookup
    resource-capacity kubectl resource-capacity Provides an overview of resource requests, limits, and utilization. https://github.com/robscott/kube-capacity
    rolesum kubectl rolesum Summarize RBAC roles for subjects. https://github.com/Ladicle/kubectl-rolesum
    score kubectl score Kubernetes static code analysis. https://github.com/zegl/kube-score
    tree kubectl tree Show a tree of object hierarchies through ownerReferences. https://github.com/ahmetb/kubectl-tree
    view-allocations kubectl view-allocations List allocations per resources, nodes, pods. https://github.com/davidB/kubectl-view-allocations
    view-utilization kubectl view-utilization Shows cluster cpu and memory utilization. https://github.com/etopeter/kubectl-view-utilization
    who-can kubectl who-can Shows who has RBAC permissions to access Kubernetes resources. https://github.com/aquasecurity/kubectl-who-can
    jq jq jq is a lightweight and flexible command-line JSON processor.
  • https://stedolan.github.io/jq/
  • https://github.com/stedolan/jq
  • git git Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. https://git-scm.com
    curl curl curl is a tool to transfer data from or to a server. The command is designed to work without user interaction. https://curl.se
    wget wget Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols. https://www.gnu.org/software/wget/
    java java Java. Open JDK. https://hub.docker.com/_/openjdk
    bash bash Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). https://www.gnu.org/software/bash/
    fish fish fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. https://fishshell.com
    zsh zsh The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting.
    Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh.
    https://sourceforge.net/p/zsh/code/ci/master/tree/
    ksh ksh KornShell (ksh) is a Unix shell which was developed by David Korn at Bell Labs in the early 1980s and announced at USENIX on July 14, 1983. https://www.well.ox.ac.uk/~johnb/comp/unix/ksh.html
    Clone this wiki locally