pkg.sopackage field notes

brew / rank 669

Install kubectx with Homebrew

Tool that can switch between kubectl contexts easily and create aliases. Version 0.11.0 via Homebrew; verified 2026-07-27.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install kubectx

provider-native install command

overview

Package summary

Tool that can switch between kubectl contexts easily and create aliases

Commands and aliases

  • kubectl-ctx
  • kubectl-ns
  • kubectx
  • kubens

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2017-03-30: Public GitHub repository created
  • 2017-04-25: v0.1 release published
  • 2021-07-06: v0.9.4 release published after the project had become a common kubectl companion
  • 2026-03-27: v0.11.0 release published

Related projects

  • kubens is shipped from the same repository and handles namespace switching.
  • Krew distributes kubectx and kubens as kubectl plugins named ctx and ns.
  • fzf is an optional dependency for interactive context and namespace selection.
  • kube-ps1 and oh-my-posh are prompt tools the README recommends for displaying Kubernetes context.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.kube/config

executables

Installed executables

CommandKindExposureNote
kubectl-ctxexecutableindexed executableDiscovered from the local executable index.
kubectl-nsexecutableindexed executableDiscovered from the local executable index.
kubectxexecutableindexed executableDiscovered from the local executable index.
kubensexecutableindexed executableDiscovered from the local executable index.

freshness

Version and 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.

page generated2026-08-03
manager version0.11.0
manager updated2026-07-27
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:kubectx
Version0.11.0
Package managerHomebrew
Homepagehttps://github.com/ahmetb/kubectx
Repositoryhttps://github.com/ahmetb/kubectx
Last updated2026-07-27T21:58:45+02:00
Pulseupdated
Bottlenot recorded
Servicenone declared

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation