• 4 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle




  • gsfraley@lemmy.worldtomemes@lemmy.worldOverflow
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    7 months ago

    To be fair, there are a lot of “XYZ” problems on Stack Overflow where someone’s missing the point with the problem they’re trying to solve.

    “I need my script to delete my file, but I can’t figure out the pathing so I delete random files until the correct one is gone. However, it’s slow – how do I speed my script up when deleting random files?”
















  • 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.