Azure Kubernetes doubles down on WebAssembly

Jean J. Sanders

It’s interesting to see how cloud-native runtimes are evolving. Although containers make it simple for applications to bring their own runtimes to clouds, and offer effective isolation from other applications, they don’t offer everything we want from a secure application sandbox. Bringing your own userland solves a lot of problems, […]

How to Use Datree to Avoid Kubernetes Misconfigurations

Jean J. Sanders

Kubernetes is a complex system with many moving parts. Correct configuration rules are essential for your service to operate reliably. Errors can occur when you write Kubernetes manifests by hand without a comprehensive review process. Datree is a rule-based tool that automatically finds problems in your manifests. You can use […]