Platform
01 / The switch
One command replaces two workflows.
Run tkctx to list every discovered context, then pass one shared name to switch Talos and Kubernetes together.
$ tkctx
contexts:
talos:
- alpha-cluster
- stable-cluster
- prod
kube:
- alpha-cluster
- stable-cluster
- prod
- orbstackBefore
talosctl config context stable
kubectl config use-context admin@stableAfter
tkctx stableShell completion
Native tab completion for Bash and Zsh.
Context names are completed directly from tkctx.
$ tkctx sta<TAB>
stabletkctx completion bashtkctx completion zsh
02 / How it works
One logical name, end to end.
tkctx connects the context configurations you already use. No second naming workflow is required.
Two ecosystems
Reads Talos and Kubernetes context configurations directly from
~/.talosand~/.kube.One context
A shared cluster name connects both sides—even when Kubernetes stores it as
admin@stable.One command
Run
tkctx stableto make the matching contexts active in both tools.
03 / Latest release
Choose your build.
Select your platform explicitly. Every archive resolves to the latest GitHub release; no version is stored on this site.
