|
|
|
|
|
by iampims
1204 days ago
|
|
At work we use typescript to generate yaml files which are then synced to their respective clusters via Gitops.
It works fairly well. All cluster/namespace differences are encoded into our typescript code base, so we can take advantage of a real programming language to generate cluster specific yaml all sharing a common “base”. |
|