Go

KSW (Kubeconfig Switcher)

2 minute read

A while ago I created and published my own CLI tool to switch Kubeconfig. I wrote it in Go and it’s installable easily using Homebrew:

Automating interactive shell input in Go

3 minute read

I have several VPN profiles and need to switch back and forth between them at work. Opening emails and hunting down the OTP code for each VPN session slows m...