Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →
Kubectx Alternatives
Similar projects and alternatives to kubectx
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
-
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
stern
⎈ Multi pod and container log tailing for Kubernetes -- Friendly fork of https://github.com/wercker/stern (by stern)
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better kubectx alternative or higher similarity.
kubectx discussion
kubectx reviews and mentions
Posts with mentions or reviews of kubectx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-01-14.
- Luxury Yacht is a desktop app for managing Kubernetes clusters
-
มาลองสร้างระบบ Failover แบบ Multi-Region กับ Amazon EKS (แบบ Step-by-step)
export ACCOUNT_ID=$(aws sts get-caller-identity --output text --query Account) export Region1=ap-southeast-7 export Region2=ap-southeast-1 export Region1ClusterName=eks-cluster-th export Region2ClusterName=eks-cluster-sg export ALBName=web-alb # เปลี่ยนตาม domain ของแต่ละคน export apphostname=web-demo.cloudation101.net export HostedZoneName=cloudation101.net export HostedZoneId=$(aws route53 list-hosted-zones-by-name --dns-name $HostedZoneName --query 'HostedZones[0].Id' --output text | cut -d'/' -f3) # Install envsubst cli sudo yum install gettext -y # Install eksctl ARCH=amd64 PLATFORM=$(uname -s)_$ARCH curl -sLO "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$PLATFORM.tar.gz" tar -xzf eksctl_$PLATFORM.tar.gz -C /tmp && rm eksctl_$PLATFORM.tar.gz sudo install -m 0755 /tmp/eksctl /usr/local/bin && rm /tmp/eksctl # Install kubectx, kubens cli sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens
-
15 Common Kubernetes Pitfalls & Challenges
This flag is also supported by Kubernetes ecosystem tools such as Helm. For a simpler namespace-switching experience, try kubens to quickly change namespaces and persist your selection between consecutive commands.
-
Faster Kubernetes Dev Loop with Tilt and Telepresence
Use kubectx and kubens to switch contexts and namespaces quickly.
-
Awesome Kubernetes Resources !!! 🔥
💚kubectx + kubens 🔥🔥🔥🔥🔥 - kubectx helps you switch between clusters back and forth, and kubens helps you switch between Kubernetes namespaces smoothly.
-
How I manage multiple kubernetes clusters w/ kubectx & kubens
I recently saw kubectx project on Github and I decide to use it.
-
20 Life hacks for DevOps Engineers
Install it here
-
Building a Kubernetes Operator with the Operator Framework
kubectx: brew install kubectx
-
Jenkins Agents On Kubernetes
default is where any actions which require a namespace will go into if one is not explicitly defined in a default setup (tools such as kubens can alter this behavior). In the context of Jenkins, namespaces are a useful way to allow isolation of individual Jenkins instances that want to utilize the same Kubernetes cluster. Creation of a namespace is a simple option to kubectl:
-
Tool to manage kubeconfig configurations
Here you go: https://github.com/ahmetb/kubectx and https://kubecm.cloud/
-
A note from our sponsor - Kargo
akuity.io | 10 Sep 2026
Stats
Basic kubectx repo stats
47
19,974
8.3
about 1 month ago
ahmetb/kubectx is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kubectx is Go.