Kubernetes shell
Kubernetes shell: An integrated shell for working with the Kubernetes
...Kube-shell aims to provide ease-of-use of kubectl and increase productivity. You can use up-arrow and down-arrow to walk through the history of commands executed. Also, up-arrow partial string matching is possible. For e.g. enter 'kubectl get' and use up-arrow and down-arrow to browse through all kubectl get commands. You could also use CTRL+r to search from the history of commands. Details of the current context from kubeconfig is always readily displayed on the bottom toolbar. By pressing F4 button you can switch between the clusters and using F5 can switch between namespaces.