k8switch is a very small bash script that uses fzf underhood to switch between kubernetes namespaces and contexts fastly.
coming soon
Execute the below command to install k8switch:
curl https://raw.githubusercontent.com/vijaysamanuri/k8switch/master/k8switch -o /usr/local/bin/k8switch && chmod +x $_