The Open Application Model reaches a new milestone with v1Alpha2 and Crossplane 

3 min read

In March of this year, the Open Application Model (OAM) specification reached the second draft milestone of the spec, dubbed v1Alpha2. This draft was a collaborative effort with the OAM community and the community behind Crossplane—a forward-thinking open source project that enables you to use the Kubernetes API to provision and manage cloud infrastructure, services, Read more

1 Comment

Announcing cloud-native workflows using Dapr and Logic Apps 

6 min read

The Distributed Application Runtime (Dapr) project is growing rapidly are we’re grateful for all the community support and customer feedback. While working with customers building business applications, we find that one of the most frequent needs is the ability to schedule, automate, and orchestrate business processes. This is often called a business workflow. Workflows also Read more

1 Comment

Scaling Kubernetes: Intro to Kubernetes-based event-driven autoscaling (KEDA) 

6 min read

A Kubernetes cluster requires compute resources to run applications and these resources may need to increase or decrease depending on the application requirements. This typically falls under the category of “scaling” and can be broadly divided into cluster and application scaling. To deal with increasing requirements, such as high traffic, you can scale out your Read more

3 Comments

Helm, the package manager for Kubernetes, now a CNCF graduated project 

2 min read

Yesterday, Helm became a graduated project in the Cloud Native Computing Foundation (CNCF), joining a select group of projects that the CNCF recognizes for achieving majority adoption by the cloud-native community. I want to extend congratulations and thanks both to the creators of Helm, as well as to the broader Helm community that has supported, Read more

How Distributed Application Runtime (Dapr) has grown since its announcement 

6 min read

Since the October 2019 announcement of the Distributed Application Runtime (Dapr), we have seen a tremendous response and the emergence of an engaged Dapr community. Over the past six months, more than 120 contributors have jumped on board and participated in the effort to build and extend Dapr through the GitHub repos – opening issues, Read more

Join the Kubernetes Release Team: learn from and give back to the community 

6 min read

Thinking about joining the Kubernetes Release Team? Curious what it even is? As someone who started as a shadow on the Communications team for the 1.16 and 1.17 Release Team and eventually became the Communications Lead for the 1.18 release, I want to share what I’ve learned from this journey and answer any questions you may have about the Release Team.  Read more

WebAssembly meets Kubernetes with Krustlet 

6 min read

Linux container technology has changed the face of computing, but especially distributed computing in publicly rentable servers commonly said to be “the public cloud” (like Microsoft Azure). With containers came tooling – like Docker – and systems that orchestrate potentially millions of them – with Kubernetes becoming the most widely used. Together, they have enabled millions of developers and organizations to deliver software more rapidly, widely, and productively Read more

Kubernetes Event-driven Autoscaling (KEDA) joins the CNCF as a sandbox project 

1 min read

Last year Microsoft and Red Hat announced Kubernetes Event-driven Autoscaling (KEDA) – a way to bring event scale for any container or workload deployed into any Kubernetes cluster. Since then, we have been blown away by the response from the community in helping to make KEDA even better. Our mission from the beginning was to Read more

2 Comments

Kubernetes v1.18 advances Windows container support 

3 min read

As more users take advantage of Kubernetes for their Windows applications, the Windows community in Kubernetes has been working on improvements that enable even more use cases. With the release of Kubernetes v1.18, many of these changes are taking shape. In addition to the typical enrichment of testing, which makes every Kubernetes release more robust, Read more

1 Comment

Is there a Helm and Operators showdown? 

8 min read

The questions started around KubeCon San Diego. Maybe because we had just released Helm 3. Or, maybe because a few operator tools had been put up for adoption by CNCF. Whatever the cause, I started receiving questions about Helm and operators. And most of the questions seemed to imply that these two technologies were engaged in Read more

3 Comments

Empowering cloud-native developers on Kubernetes anywhere 

4 min read

Hello KubeCon and welcome to San Diego! It’s fantastic to have the chance to get some warm California sun, as well as the warmth of the broader Kubernetes community. From the very first community meeting, through the first KubeCon and on to today, it’s been truly amazing to have been able to watch and help Read more

Kubernetes-based event-driven autoscaling (KEDA) 1.0 release 

4 min read

Event-driven applications are a key pattern for cloud-native applications. Event-driven is at the core of many growing trends, including serverless compute like Azure Functions. Event-driven means your application responds and reacts to different events – business or system events. For example, a “new subscriber” event may trigger some code to send a welcome email and Read more