• 4 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle

  • Same, Fedora’s my main driver at this point. It’s the only one that seems to support being close to the edge that well without instability. And I no longer have the patience or risk acceptance for Arch/-derived systems at this point, as much as I enjoy using them as a hobby and to preview the latest tech stacks.




















  • Oh, it’s all still Kubernetes YAML. The difference is in how it’s represented. Helm Charts are packaged Golang templates of Kubernetes YAML, and as such have a whole lot of limitation since the only logic you can put into them is Golang template logic.

    This is still Kubernetes YAML, but instead you write any program you want to return the YAML, as long as it fits in the sandbox, so it’s pretty open-ended. For example, as a stretch goal, I might add an engine to it that could recompile Helm Charts into Mistletoe Modules.