Editing
Kubectl Plugins and Krew
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[https://krew.sigs.k8s.io/ Krew] helps you discover and install kubectl plugins on your machine. There are a lot of kubectl plugins you can install and use to enhance your Kubernetes experience. '''Prerequisites:''' A recent copy of the '''git''' command (such as available from the IUS repo) must be installed for krew to operate. Letβs get started: 1. Install and set up Krew on your machine and add krew's bin directory to your path ( set -x; cd "$(mktemp -d)" && OS="$(uname | tr '[:upper:]' '[:lower:]')" && ARCH="$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\(arm\)\(64\)\?.*/\1\2/' -e 's/aarch64$/arm64/')" && KREW="krew-${OS}_${ARCH}" && curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/${KREW}.tar.gz" && tar zxvf "${KREW}.tar.gz" && ./"${KREW}" install krew ) export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" 2. Download the plugin list: kubectl krew update 3. Discover plugins available on Krew: kubectl krew search NAME DESCRIPTION INSTALLED access-matrix Show an RBAC access matrix for server resources no advise-psp Suggests PodSecurityPolicies for cluster. no auth-proxy Authentication proxy to a pod or service no [...] 4. Choose a plugin from the list and install it: kubectl krew install access-matrix 5. Use the installed plugin: kubectl access-matrix 6. Keep your plugins up-to-date: kubectl krew upgrade 7. Uninstall a plugin you no longer use: kubectl krew uninstall access-matrix This is pretty much all you need to know as a user to use Krew. Interesting plugins already installed and useful include: {| class="wikitable" |- ! Plugin !! Description !! Documentation/source |- | ctx || Switch between contexts in your kubeconfig || https://github.com/ahmetb/kubectx |- | ns || Switch between Kubernetes namespaces || https://github.com/ahmetb/kubectx |- | get-all || Like `kubectl get all` but _really_ everything || https://github.com/corneliusweig/ketall |- | tail || Stream logs from multiple pods and containers || https://github.com/boz/kail |} (copied from https://krew.sigs.k8s.io/docs/user-guide/quickstart/)
Summary:
Please note that all contributions to WilliamsNet Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WilliamsNet Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Navigation
Commons
Architecture
How-To
Systems
Hardware
SysAdmin
Kubernetes
OpenSearch
Special
Pages to create
All pages
Recent changes
Random page
Help about MediaWiki
Formatting Help
Tools
What links here
Related changes
Special pages
Page information