Spyke

Posts

programming·Programmingbygsfraley

Mistletoe site is up! Plus a blog and book-in-progress.

Hey everyone! I've made a whole lot of progress on the Mistletoe project! Quick rundown is that it's a package manager for Kubernetes where the packages are WebAssembly modules. You can write packages in any language you want, as long as it compiles to WebAssembly.

I set up a site, blog, and book at the URL above, and will continue expanding them. But more importantly, the changes are more than cosmetic, and I've made a whole lot of progress on the actual engine.

It's not released yet, although you can build it locally if you're ready for a very unstable toolset. But things are continuing pretty fast, and I'm hoping to get some binaries out sooner rather than later.

https://mistletoe.dev/blog/01-introducing-mistletoe/Open linkView original on lemmy.world
programming·Programmingbygsfraley

Mistletoe Package Manager (WIP) -- Run WASM, Get Kubernetes YAML

Hey all! I'm looking for some input on an idea I've been kicking around for a while and just started hacking on the past few days. I call it "Mistletoe", and it's yet another Kubernetes package manager, like Helm. I'm writing it due to some frustrations I've had with Helm in the past not supporting more complex cases.

I'm still in the early stages, so only the most trivial parts work, which is why I wanted feedback before I really put the gas on. The cliff's notes are that it's a Kubernetes package manager where the packages are WebAssembly modules that take input YAML strings and output Kubernetes resource YAML strings. It turns out that writing packages for it is pretty braindead simple, so I have high hopes, but please feel free to give me a reality check if I'm spouting nonsense.

Mistletoe Package Manager (WIP) -- Run WASM, Get Kubernetes YAMLhttps://github.com/gsfraley/mistletoeOpen linkView original on lemmy.world

You reached the end