Announcing Brigade 1.0: Build a new kind of distributed application 

5 min read

Brendan Burns, one of the creators of Kubernetes (and the head of Azure Container Computing at Microsoft) often quips that, “Distributed computing is the new CS 101.” Instead of being considered an advanced topic in computer science, distributed computing is now a core requirement. It is with this in mind that we built Brigade, which Read more

1 Comment

Introducing CNAB: a cloud-agnostic format for packaging and running distributed applications 

3 min read

“The day of the distributed app is near.” That is the mantra we’ve been repeating for years. But with robust cloud offerings, the microservice pattern, orchestration platforms like Kubernetes, and the REST-ification of everything, we’re already there. It is the day of the distributed application. Almost. We’ve gotten the “distributed” thing down, but in doing Read more

2 Comments

5 reasons you should be doing container native development 

8 min read

Docker and Kubernetes are no longer the bleeding edge of technology; they’re the clear platform choice of today and tomorrow. Frequently, though, we developers are writing our applications the way we always have. We do all the coding on our host system (as we‘ve always done), and then we look at containers as a deployment Read more