zet

Preferred multi-cluster Kubernetes developer workflows

What is the best Kubernetes developer workflow to promote for an enterprise with multiple, disparate Kubernetes clusters with some in the cloud, some on-prem, some very old versions and some the very latest?

Here are some facts and considerations to help make the best workflow suggetion:

Suggested steps for working with a specific cluster:

  1. Install kubectl version that matches target cluster.
  2. Generate and download a Kube config file to common location (with others for other clusters).
  3. Promote use of KUBECONFIG=~/... kubectl

Related: