macOS
brew install kubectxlocal Homebrew formula metadata
sudo port install kubectxMacPorts ports tree · sysutils/kubectx/Portfile · source: api.github.com
brew
Tool that can switch between kubectl contexts easily and create aliases. Version 0.11.0 via Homebrew; verified from local package data.
install
brew install kubectxlocal Homebrew formula metadata
sudo port install kubectxMacPorts ports tree · sysutils/kubectx/Portfile · source: api.github.com
sudo apk add kubectxAlpine Linux edge package indexes · kubectx · source: dl-cdn.alpinelinux.org
sudo apt install kubectxDebian stable package indexes · kubectx · source: deb.debian.org
nix profile install nixpkgs#kubectxnixpkgs package indexes · pkgs/by-name/ku/kubectx/package.nix · source: api.github.com
sudo pacman -S kubectxArch Linux sync databases · kubectx · source: geo.mirror.pkgbuild.com
sudo zypper install kubectxopenSUSE Tumbleweed package metadata · kubectx · source: download.opensuse.org
choco install kubectxChocolatey community package catalog · kubectx · source: community.chocolatey.org
scoop install main/kubectxScoop official bucket manifest trees · bucket/kubectx.json · source: api.github.com
winget install --id ahmetb.kubectx -eWindows Package Manager source index · ahmetb.kubectx · source: cdn.winget.microsoft.com
overview
Tool that can switch between kubectl contexts easily and create aliases
history
kubectx is a small Kubernetes command-line companion that packages two everyday workflow shortcuts: switching kubeconfig contexts with kubectx and switching namespaces with kubens. It became a widely installed kubectl-adjacent utility because it solves a repetitive operator problem without introducing a larger cluster-management framework.
The public GitHub repository was created on March 30, 2017, and the v0.1 release was published on April 25, 2017. The original project was shell-oriented; later releases added a Go implementation while retaining the simple command names and shell-completion focused workflow.
The README describes the package as 'Power tools for kubectl' and positions kubectx for faster cluster/context changes and kubens for namespace changes. That pairing made the project fit naturally beside kubectl rather than replacing it.
kubectx spread through multiple packaging ecosystems because it is useful on every workstation that touches more than one Kubernetes cluster. The official README documents installation through Homebrew, MacPorts, apt, pacman, Chocolatey, Scoop, winget, and Krew, which reflects cross-platform adoption by both Kubernetes operators and developers.
Its inclusion as Krew plugins named ctx and ns gave it a Kubernetes-native installation path, while Homebrew and Linux distribution packages made it familiar to package-manager users outside the Kubernetes plugin index.
kubectx reads the user's kubeconfig contexts and switches the active context, including a shortcut for returning to the previous context. kubens similarly updates the namespace on the active context. Optional fzf integration adds interactive selection for long cluster and namespace lists.
The tool is commonly paired with shell completions and prompt helpers such as kube-ps1 or oh-my-posh so operators can both switch context quickly and see the selected cluster or namespace before running kubectl commands.
kubectx is a package-nerd staple because it is tiny, scriptable, and heavily repackaged: one upstream repository feeds native OS package managers, Windows package managers, and Krew. It is also a good example of a CLI whose adoption comes from reducing command friction rather than adding a new control plane.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.kube/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kubectl-ctx | cli | global executable | |
kubectl-ns | cli | global executable | |
kubectx | cli | global executable | |
kubens | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ahmetb/kubectx
install metadata
| Package key | brew:kubectx |
|---|---|
| Version | 0.11.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kubectx |
| Homepage | https://github.com/ahmetb/kubectx |
| Repository | https://github.com/ahmetb/kubectx |
| Upstream docs | https://github.com/ahmetb/kubectx#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/ahmetb/kubectx/archive/refs/tags/v0.11.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kubectx |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
kubectx 0.9.5-2+b10
Fast way to switch between clusters and namespaces in kubectl
https://github.com/ahmetb/kubectx
sudo apt install kubectxkubectx
nix profile install nixpkgs#kubectxkubectx 0.9.5-1
Fast way to switch between clusters and namespaces in kubectl
https://github.com/ahmetb/kubectx
sudo apt install kubectxkubectx 0.11.0-r2
Faster way to switch between clusters and namespaces in kubectl
sudo apk add kubectxkubectx-bash-completion 0.11.0-r2
Bash completions for kubectx
sudo apk add kubectx-bash-completionkubectx-fish-completion 0.11.0-r2
Fish completions for kubectx
sudo apk add kubectx-fish-completionkubectx-zsh-completion 0.11.0-r2
Zsh completions for kubectx
sudo apk add kubectx-zsh-completionkubectx 0.11.0-1
Utility to manage and switch between kubectl contexts and Kubernetes namespaces
https://github.com/ahmetb/kubectx
sudo pacman -S kubectxkubectx 0.11.0-1.2
Faster way to switch between clusters and namespaces in kubectl
https://github.com/ahmetb/kubectx
sudo zypper install kubectxkubectx-bash-completion 0.11.0-1.2
Bash Completion for kubectx
https://github.com/ahmetb/kubectx
sudo zypper install kubectx-bash-completionkubectx-fish-completion 0.11.0-1.2
Fish Completion for kubectx
https://github.com/ahmetb/kubectx
sudo zypper install kubectx-fish-completionkubectx-zsh-completion 0.11.0-1.2
Zsh Completion for kubectx
https://github.com/ahmetb/kubectx
sudo zypper install kubectx-zsh-completionkubectx
sudo port install kubectxkubectx
choco install kubectxmain/kubectx
scoop install main/kubectxahmetb.kubectx
winget install --id ahmetb.kubectx -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.