macOS
brew install kubesesslocal Homebrew formula metadata
brew / rank 7951
Manage multiple kubernetes cluster at the same time. Version 3.0.0 via Homebrew; verified 2026-09-11.
install
brew install kubesesslocal Homebrew formula metadata
overview
Manage multiple kubernetes cluster at the same time
history
kubesess is a Rust-based Kubernetes session manager that keeps context and namespace choices isolated per shell.
kubesess was written in Rust as a kubectl-oriented session manager. It creates a small context-specific configuration and prepends it to `KUBECONFIG`, allowing each shell to select an independent current context or namespace.
Version 3 redesigned shell integration around `kubesess init`, changed CLI argument ordering, and added PowerShell integration, requiring migration from the earlier 2.x interface.
The project targets operators who work in several Kubernetes clusters or namespaces concurrently. Homebrew distribution and built-in Bash, Zsh, Fish, and PowerShell integration make its session model convenient for interactive workstation use.
After adding `kubesess init` to the relevant shell startup file, users select per-shell contexts and namespaces with the supplied wrapper functions or CLI commands. Persistent variants can change defaults across shells.
kubesess works by creating context files under `~/.kube/kubesess/cache` and prepending the chosen file to `KUBECONFIG`; the official troubleshooting guide identifies that directory as disposable generated state.
kubesess addresses a subtle command-line safety problem: changing the current context in the shared kubeconfig affects every terminal. Its solution uses kubectl's native configuration-merge behavior and shell environment variables rather than replacing kubectl.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
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/config~/.bashrc~/.zshrc~/.config/fish/config.fishPowerShell profileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kubesess | 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/Ramilito/kubesess
install metadata
| Package key | brew:kubesess |
|---|---|
| Version | 3.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kubesess |
| Homepage | https://github.com/Ramilito/kubesess |
| Repository | https://github.com/Ramilito/kubesess |
| License | MIT |
| Source archive | https://github.com/Ramilito/kubesess/archive/refs/tags/3.0.0.tar.gz |
| Last updated | 2026-09-11T17:19:00Z |
| Pulse | updated |
| Build dependencies | rust |
| 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 | kubesess |
| 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 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.