At work, we manage hundreds of Kubernetes clusters. Some (in production network) requiring proxy, while others (in dev network) doesn’t.
How can seamlessly access all of them from my terminal? I built a tool utilizing bash function to solve this elegantly.
(to be continued)