logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Kubernetes Contexts - Switch Contexts | Online Free DevTools by Hexmos

Control Kubernetes contexts instantly with kubectx. Easily switch, rename, and delete contexts to manage your Kubernetes clusters. Free online tool, no registration required.

kubectx

Utility to manage and switch between kubectl contexts. More information: https://manned.org/kubectx.

  • List the contexts:

kubectx

  • Switch to a named context:

kubectx {{name}}

  • Switch to the previous context:

kubectx -

  • Rename a named context:

kubectx {{alias}}={{name}}

  • Show the current named context:

kubectx {{[-c|--current]}}

  • Delete a named context:

kubectx -d {{name}}

See Also