Handling Multiple Environments With kubectl
Introduction
To find what environment your kubectl is pointing to, you can check its current context. A context is a set of access parameters, like the cluster and user, defined in your kubeconfig file.
Here are the most common kubectl commands to i...
cloudtuned.hashnode.dev2 min read