Remix.run Logo
maxdo 10 hours ago

I ran small bootstrapped startup , I used GKE. Everything was templated.

each app has it's own template e.g. nodejs-worker, and you don't change the template unless you really needed.

i spent ~2% of my manger+eng leader+hiring manger+ god knows what else people do at startup on managing 100+ microservices because they were templates.

lmm 9 hours ago | parent [-]

That works great until you want to change something low-level and have to apply it to all those templates.

mkroman an hour ago | parent [-]

That's when you go a level deeper and have every template use another template (e.g. a Helm subchart or Helm library) only to realize scoping and templating is completely fucked in Helm.