Source: medium.com

Using multiple K8 clusters

Category: Kubernetes, shell

For most of us, working on multiple Kubernetes clusters is pretty normal. In this article I will list some of the tools and methods to do that. It is a very simple bash script and it will easily merge multiple kubectl configuration files.

Related Articles