What problem does it solve?
Manually switching Kubernetes contexts and namespaces via long kubectl config commands is slow and error-prone, especially when working across multiple clusters. This skill eliminates that friction by providing fast, purpose-built CLI tools for cluster navigation.
Core Features & Use Cases
- Fast Context & Namespace Switching: Use single commands to switch between Kubernetes contexts and namespaces, with optional fzf interactive fuzzy selection for even faster picks.
- Multi-Cluster Management: Seamlessly work with multiple kubeconfig files via the KUBECONFIG environment variable to manage all your clusters from a single tool.
- Shell Integration: Add completions, kube-ps1 prompt displays, and convenient aliases to your shell config to streamline your daily Kubernetes workflow.
- Use Case: If you regularly toggle between development, staging, and production Kubernetes clusters, use this skill to switch contexts and namespaces in seconds instead of typing out full kubectl config commands.
Quick Start
Use the kubectx skill to switch to your staging Kubernetes context and then switch to the default namespace.