You can handle pods, but what about clusters? | Cloud Native Computing Foundation
Guest post originally published on DoiT International's blog by Joshua Fox Kubernetes makes it easy to orchestrate the pods that run your applications. But what about the clusters that the pods run on? These need a lot more hands-on care to configure correctly across the clouds, and in particular, to clone a configuration of a cluster from one cloud to another.
https://www.cncf.io/blog/2020/09/25/you-can-handle-pods-but-what-about-clusters/

doitintl/ClusterCloner
Reads the Kubernetes clusters in one location (optionally filtering by labels) and clones them into another (or just outputs JSON as a dry run), to/from AWS, GCP, and Azure. The Cluster Cloner project is discussed in this article, and the different cluster models are compared.
https://github.com/doitintl/clustercloner/

Seonglae Cho