Posts
All the articles I've posted.
-
Kubernetes Orchestration is More Than a Bag of YAML
Published: at 12:00 AMIf your application is more than just a simple list of manifests, you've probably felt the pain of orchestration in Kubernetes. We dive into a new model that replaces static YAML with simple, executable code, letting you build complex, reactive deployments without having to write a full-blown operator.
-
Modern Kubernetes: Can we replace Helm?
Published: at 12:00 AMYoke wants to pivot away from Helm and YAML templating, but does that mean throwing the baby out with the bathwater? Let’s explore how Yoke keeps backwards compatibility with Helm in a code-first world.
-
Dynamic Airways -- Redefining Kubernetes Application Lifecycle as Code
Published: at 12:00 AMExplore how Yoke transforms Kubernetes application management by enabling type-safe, code-driven workflows. This post demonstrates building a dynamic resource system with Yoke's "Dynamic Airways" to tackle real-world scenarios like automated deployment restarts when secrets change -- all without writing YAML.
-
Interfacing with WebAssembly in Go
Published: at 12:00 AMDive into the world of WebAssembly and learn how to seamlessly and securely integrate it with system resources through a hands-on exploration of Host and Guest interactions.