this post was submitted on 28 Aug 2023
2 points (100.0% liked)

TechNews

4136 readers
1 users here now

Aggregated tech news.

founded 1 year ago
MODERATORS
 

[ comments | sourced from HackerNews ]

you are viewing a single comment's thread
view the rest of the comments
[–] jbloggs777@discuss.tchncs.de 2 points 1 year ago

Ouch.

The Kubernetes ecosystem is full of tools and addons to help solve particular problems (often utilizing the dynamic nature of K8s), but each of these brings additional complexity, which add up over time until it's very hard to intuitively reason about the consequences of change.

I personally prefer my IaaC with a manual review & approval step. Once you get more automated, the testing complexity & cost (and need for additional dev/test environments), and of course risk increases.

It's a shame that the backup/restore testing didn't work in this case, though. These kind of TIFUs are better with a happy-ish end.