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

Kubie - Control Kubernetes Contexts and Namespaces | Online Free DevTools by Hexmos

Control Kubernetes contexts with Kubie. Manage multiple clusters and namespaces seamlessly. Switch between contexts and execute commands easily. Free online tool, no registration required.

kubie

Utility to switch between kubectl contexts and namespaces. More information: https://github.com/sbstp/kubie.

  • Display a selectable menu of contexts:

kubie ctx

  • Switch current shell to the given context:

kubie ctx {{context}}

  • Switch current shell to the given namespace:

kubie ns {{namespace}}

  • Switch current shell to the given context and namespace:

kubie ctx {{context}} -n {{namespace}}

  • Execute a command in the given context and namespace, without spawning a shell:

kubie exec {{context}} {{namespace}} {{command}}

  • Check the Kubernetes configuration files for issues:

kubie lint