Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 439 Bytes

k8switch - quick Kubernetes Namespace and Context Switcher

k8switch is a very small bash script that uses fzf underhood to switch between kubernetes namespaces and contexts fastly.

Demo

coming soon

Installation

Execute the below command to install k8switch:

curl https://raw.githubusercontent.com/vijaysamanuri/k8switch/master/k8switch -o /usr/local/bin/k8switch && chmod +x $_