switch between contexts to work on different clusters
Kubectl Context Alias If you regularly switch between contexts to work on different clusters, you can create an alias to list and set the context. Here is the alias to list the contexts. alias klist='kubectl config get-contexts -o=name' You can add ...
Apr 1, 20241 min read11
