Bumping up Just in case folks missed it in holiday time. On Tue, Dec 26, 2023 at 11:14 PM Satish Patel <satish.txt@gmail.com> wrote:
Folks,
In the lab I have deployed a magnum-capi driver with a single node kind cluster and it works great. Now I want to take it to production and make sure my capi management cluster runs on a HA environment of k8s and survives all kinds of failure.
I have deployed 3 node k8s using kubespray and deployed CAPI applications on top of it using clusterctl init command but it default created a replica of 1/1 for all pods. How do I tell clusterctl to create a replica with 3 for HA and how does data replication work?
How do I take backup/restore of data in k8s cluster using clusterctl for disaster recovery?
I have checked official documents but it's a little confusing so I'm asking question here to clear my doubts.
Cheers! ~S