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 ...
hashnode.rudrakshladdha.xyz1 min read