Skip to content

How to create HA environment with cluster-api #9931

Discussion options

You must be logged in to vote

This is a very broad question, and I fear it will be unlikely that someone can invest time in such a broad knowledge bump.
I would suggest to should look for ways to eat the elefant in smaller bits...

Some pointers:

  • it is correct, CAPI usually doesn't ship HA ready manifest, you have to build your own; see e.g https://cluster-api.sigs.k8s.io/clusterctl/configuration.
  • CAPI store data in etcd, and etcd takes care of replication; it also defines how much control plane nodes can go down before you have a disaster (this is actually Kubernetes HA, not Cluster API specific)
  • You have to use backups or rely on practices like gitops to be able to recover in case of disasters

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fabriziopandini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants