Welcome

Kubernetes: A Platform for Building Platforms

Kubernetes is a powerful platform for deploying, scaling, and managing containerized applications. It has become the de facto standard for container orchestration and is widely used by organizations of all sizes to manage containerized workloads. However, the surface area exposed by Kubernetes can be overwhelming, leading to ambiguous configurations causing confusion and frustration for application engineers and platform engineers alike. Kubernetes’ immense flexibility and extensibility make it a powerful tool for building platforms....

May 24, 2025 · Scott Rossillo

Proxy Wasm OCI Distribution

There are number of tools claiming to support proxy-wasm module distribution as an OCI container image. However, the standard seems to be changing rapidly and most of the tools I found simply do not work as advertised or are proprietary and expect you’ll be publishing your images to a public or proprietary registry. Luckily, modern versions of Docker can be used to build and publish WASM OCI images without any custom tooling....

July 27, 2023 · Scott Rossillo