|
|
|
|
|
by el_isma
861 days ago
|
|
In ECS I had to recreate the cluster from scratch because some of the changes I wanted to do, CDK/CF wouldn't do. My approach on Azure has been to rely as little as possible in their Infra-as-code, and do everything I can to setup the cluster using K8s native stuff. So, add-ons, RBAC, metrics, all I'd try to handle with Helm. That way if I ever need to change K8s provider, it "should" be easy. |
|