ReCreation of Kubernetes Clusters #257
-
I regularly destroy and recreate my clusters via Terraform is there a pattern or best practice to automate the resuming of reconciliation after the recreation of a cluster? At the moment I am using bootstrap and then re-adding the source... is this the general pattern? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, to make this easier we could provide a terraform module that downloads the gotk binary and runs |
Beta Was this translation helpful? Give feedback.
Yes, to make this easier we could provide a terraform module that downloads the gotk binary and runs
gotk bootstrap
on the target cluster. In the TF module we could expose the bootstrap params such as components, version, git repo, etc.