Join us for the first Windows Containers in Kubernetes “Unconference” 

1 min read

Since Windows containers became a stable feature in Kubernetes earlier this year, we’ve seen exciting growth in use of Windows container technology. The fact that most cloud providers now have managed services supporting Windows containers through the Kubernetes API is a reflection of the demand.  During conversations among the community at KubeCon + CloudNativeCon in Barcelona a few months ago, it became apparent that there needs to be more effort Read more

Demystifying containers, Docker, and Kubernetes 

4 min read

Modern application infrastructure is being transformed by containers. The question is: How do you get started? Understanding what problems containers, Docker, and Kubernetes solve is essential if you want to build modern cloud-native apps or if you want to modernize your existing legacy applications. In this post, we’ll go through what they are and how Read more

1 Comment

Kubernetes: What it is and what it isn’t 

2 min read

I’m a developer and I’ll admit it, I’m learning Kubernetes. I’ve been developing web applications now for more than 20 years; however, the past two years I’ve moved to working with microservices applications. Originally the microservices were web sites on multiple virtual machines. Last year we started moving towards containers to achieve a higher density Read more

2 Comments

Hello Service Mesh Interface (SMI): A specification for service mesh interoperability 

3 min read

Today we are excited to launch Service Mesh Interface (SMI) which defines a set of common, portable APIs that provide developers with interoperability across different service mesh technologies including Istio, Linkerd, and Consul Connect. SMI is an open project started in partnership with Microsoft, Linkerd, HashiCorp, Solo.io, Kinvolk, and Weaveworks; with support from Aspen Mesh, Read more

Helm 3: simpler to use, more secure to operate 

3 min read

Helm is the best way to find, share, and use software built for Kubernetes, and the eagerly anticipated Helm 3 alpha is now available for testing. Try it out, give feedback, and help the Helm community get it ready for you to depend upon. Why Helm? Many teams already rely on Helm 2 to deploy Read more

Extending Kubernetes in the open 

4 min read

Greetings and welcome to KubeCon EU in Barcelona! As always, it is wonderful to see the community come together to celebrate how Kubernetes has made cloud-native ubiquitous and changed the way that we build and manage our software. These conferences are fantastic because they represent an opportunity to meet with our users and learn about Read more

Announcing KEDA: bringing event-driven containers and functions to Kubernetes 

4 min read

Event-driven architectures are a natural evolution of microservices, enabling a flexible and decoupled design, and are increasingly being adopted by enterprise customers. Fully managed serverless offerings like Azure Functions are event–driven by design, but we have been hearing from customers about gaps in these capabilities for solutions based on Kubernetes. Scaling in Kubernetes is reactive, based on the CPU and memory consumption of a container. In contrast, services like Azure Functions are acutely Read more

12 Comments

Brigade tutorial: Instant scaling on demand with serverless Kubernetes 

10 min read

Microservices built on Kubernetes are fast becoming one of the core scenarios where computing is done, and Kubernetes development and operations skills are therefore becoming a larger part of any cloud-native toolset. This article shows how to use Brigade, along with other tools from the Cloud Native Computing Foundation (CNCF), to build a Kubernetes-native application Read more

What is a service mesh anyways? 

4 min read

The service mesh may sound complex, but at its heart, it’s a very simple idea: a set of network proxies that transparently run alongside microservices, implementing reliability, observability, and security features by measuring and manipulating inter-service (“east-west”) traffic. Led by open source projects such as Linkerd, the service mesh model is increasingly popular because it Read more

Phippy and friends join the Cloud Native Computing Foundation 

1 min read

We’re so excited to share that Phippy is headed to the Cloud Native Computing Foundation (CNCF)! Microsoft has donated Phippy and friends, along with our original book The Illustrated Children Guide to Kubernetes, to CNCF! What does this mean? It means that the characters you know and love are now free to use as you Read more

Achieve workload compliance and scale-to-zero with new Kubernetes open source projects 

4 min read

Over the past year or so the Azure upstream open source team has been investing heavily in making serverless Kubernetes a reality. We firmly believe that the Kubernetes operational model can be simplified by removing the burden of managing VMs and by making containers first class compute runtimes on the cloud. From the beginning of 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