Kube Menu Selector
This is a continuation of the Kube project shell plugin I wrote. This allows you to select contexts and projects dynamically from a dmenu compatible launcher! In my example I am using Fuzzel by dnkl.
Getting the current context.
1 kubectl config current-context You can issue the command kubecontext to interactively select one using fuzzel
1 kubecontext Getting the current project.
1 2 3 kubectl project Current project: default Usage: kubectl project <namespace> Getting the pods in the project
January 23, 2023