Creating Kubernetes distributions
Creating Kubernetes distributions
Posted Dec 5, 2019 19:14 UTC (Thu) by marcH (subscriber, #57642)Parent article: Creating Kubernetes distributions
Was any alternative suggested? Didn't find any in the Powerpoint.
A few thousands lines of shell script is too high but not crazy high IMHO.
Unix shell scripting shows its age but I haven't seen anything coming close for smaller programs (say a few hundred lines) interacting with files and gluing other programs together. Nothing as concise, dynamic and high-level. For instance using functions as parameters is trivial - not too bad!
One major drawback is incompatibility with Windows but hey, who implements release management and QA on that? ;-) Most Windows people I run into look like they haven't even heard of PowerShell yet. Click, click, click... or straight to WSL.
Python's subprocess module has come a long way but still requires boilerplate and relatively complex error handling code, people seem to get that wrong every time (error handling code being of course never tested).
Maybe Perl would have been a good candidate if it hadn't committed suicide by optimizing itself for "write-only" usage?
Is there anything else?
